Age | Commit message (Expand) | Author |
2009-09-20 | Removed the file name arg from MODULE_INIT | Adam- |
2009-09-17 | partly fixed chanserv invite (it still sends the wrong message when inviting ... | DukePyrolator |
2009-09-15 | Removed command position from Module::AddCommand(), it is no longer used beca... | Adam- |
2009-09-13 | Removed super admin requirement for operserv/umode operserv/oline and operser... | Adam- |
2009-09-12 | fixed a crashbug on /ns set kill. thanks to Phantomal for reporting. | DukePyrolator |
2009-09-12 | Fixes bugs #1105 and #1106 | Adam- |
2009-09-10 | Foward port of Vipers os_oline fix in r2495 | Adam- |
2009-09-07 | Added the OnBotPreLoad event to fix introducing StatServ | Adam- |
2009-09-06 | Fixed Makefiles to only suppress building when using run-cc.pl | Adam- |
2009-09-05 | Fixed the reply when an oper tries to view an unregistered nicks alist to be ... | Adam- |
2009-08-23 | Fix bug with User::SetRealname crashing when a user with a custom GECOS conne... | cyberbotx |
2009-08-21 | Fixed bug #1095, do not resend client introduction when using /botserv bot ad... | adam- |
2009-08-19 | Add a few items to outstanding issues in TODO, clean up a lot of warnings (no... | cyberbotx |
2009-08-19 | fixed a possible crashbug on botserv help set | DukePyrolator |
2009-08-15 | Changed /nickserv id to allow you to switch accounts without logging out firs... | adam- |
2009-08-12 | Set the correct opertypes on newly registered users | adam- |
2009-08-08 | Actually, make use of it now. Pseudoclients are introduced automatically if s... | rburchell |
2009-08-08 | fixed a crashbug when adding a new botserv bot | DukePyrolator |
2009-08-04 | Fixed autoid | adam- |
2009-08-01 | Fixed some memory leaks when setting vhosts on users | adam- |
2009-07-31 | Removed some now unneeded and unused language strings | adam- |
2009-07-25 | Changed params parameter of Command's Execute() from std::vector<std::string>... | cyberbotx |
2009-07-24 | Changed subcommand parameter of Command's OnHelp() from std::string to ci::st... | cyberbotx |
2009-07-21 | added 9 new events | DukePyrolator |
2009-07-17 | Fix a bug when trying to set BotServ bots as private | adam- |
2009-07-15 | Fixed ns_info to show opertype line when hidestatus is off | adam- |
2009-07-06 | Remove channel founder status from users who logout | adam- |
2009-07-06 | Made pre-command channel sanity checks only apply to ChanServ and BotServ. It... | adam- |
2009-07-02 | Really fix bug #1088 | adam- |
2009-07-02 | reverted last commit | DukePyrolator |
2009-07-02 | fix for bug #1088 (missing check for null pointer). thanks to Obi_Wan for rep... | DukePyrolator |
2009-07-01 | fixed segfault on /nickserv logout <nick> | DukePyrolator |
2009-07-01 | fix for bug #1087. thanks to Obi_Wan for reporting and testing. | DukePyrolator |
2009-06-30 | No real need for another constant | rburchell |
2009-06-30 | Rename chanserv/access/change to chanserv/access/modify | adam- |
2009-06-29 | changed encryption modules to use the new module API | DukePyrolator |
2009-06-28 | Add ability for fantasy to be disabled for some commands and strip the channe... | adam- |
2009-06-27 | Fixed cs_getkey to not require services oper | adam- |
2009-06-23 | Adds check for using commands on non-registered channels before the | adam- |
2009-06-20 | Fixes multiple issues with HELP with non-identified nicks. (Thanks Adam!) | sjaz |
2009-06-20 | Fixes issue with /NS INFO with non-identified users. (Thanks Adam!) | sjaz |
2009-06-20 | Fixes issue with /NS CONFIRM with non-registered nicks. (Thanks Adam) | sjaz |
2009-06-20 | Initialize the Bot flags value inside of BS BOT, fixes problem with BotServ b... | cyberbotx |
2009-06-15 | Fix memory leak in NS SUSPEND, patch by Adam. | cyberbotx |
2009-06-12 | Forward port of bugfix for bug #1082 from SVN r2322, remove check for NSModeO... | cyberbotx |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-05 | Patch to fix issue with /CS INFO (Thanks Adam) | sjaz |
2009-05-30 | Remove now unneeded checks for identified nick, patch by Adam. | cyberbotx |