Age | Commit message (Expand) | Author |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-30 | Removed channel passwords and added /chanserv QOP command to add additional c... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-29 | Changed the "nickserv/confirm" opertype command to a permission, and added "n... | Adam- |
2009-10-27 | Fix bug #1111, BS KICK should properly handle the CAPS, FLOOD, and REPEAT opt... | cyberbotx |
2009-10-25 | Document /ns confirm nick in /ns help confirm for services operators | Adam- |
2009-10-25 | added options:enablelogchannel config file option, which turns on the logchan... | Adam- |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-20 | Added SUFFIXES .c .cpp .so to makefiles to clean up some of the code | Adam- |
2009-10-20 | Fixed makesfiles to work on both bsd make and gnu make | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-17 | Give the proper error messages when trying to load/unload already loaded/unlo... | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-13 | NICK_REG_PLEASE_WAIT and NICK_GROUP_PLASE_WAIT now show the seconds until you...1.9.1 | DukePyrolator |
2009-10-13 | Code style cleanup, replace static_cast<std::string>() with std::string(), sl... | cyberbotx |
2009-10-12 | Changed /ns confirm to not assume the user you are confirming owns the nick (... | Adam- |
2009-10-12 | fixed some bugs in ns_register.c | DukePyrolator |
2009-10-10 | Reset errno before calling strtol in bs_kick, it would sometimes not allow va... | Adam- |
2009-10-06 | Destroyed Command::help_param* and rewrote the help part of os_news to be muc... | Adam- |
2009-10-05 | Fixed '/chanserv help set secure' responce | Adam- |
2009-10-03 | Forward port of bugfix #1097. CS FORBID now clears excepts & invites before b... | jantje_85 |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-29 | Fixed "make clean" to really clean up all the modules | Adam- |
2009-09-27 | Removed old mod_version system for detecting module versions and replaced wit... | Adam- |
2009-09-27 | Fixed the remaining commands to always show all users help and to appear in t... | Adam- |
2009-09-26 | Fixed bug #1108. nickserv status now replies correctly and has been changed t... | Adam- |
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 |