Skip to content

DiceServ v3.0.2

Compare
Choose a tag to compare
@CyberBotX CyberBotX released this 10 Jun 03:35
· 13 commits to master since this release
  • Fixed an issue with SET IGNORE's reloading.
  • Better handling on determining when to use extended output.
  • Replaced usage of OnPostCommand for adding to NickServ/ChanServ info, used OnNickInfo and OnChanInfo instead.
  • Better checks for numbers in Infix to Postfix conversion.
  • Prevent factorials of 13 or higher due to limit on 32-bit integers as well as execution time.
  • Prevent potential crashes if a fantasy command other than the D&D 3e Character one is used with no arguments.
  • Minor C++11 fixes.
  • Other minor code cleanups.