summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2009-11-12Made Command::Execute's params constAdam-
2009-11-11Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax...Adam-
2009-11-11Replaced all of the char* params in cs_set with ci::string so we dont use str...Adam-
2009-11-11Made disabling chanserv levels *really* disable them so noone can use them (e...Adam-
2009-11-11Made DefCon not use a ChannelInfo structure for saving its modes & params, it...Adam-
2009-11-11Moved alot of stuff to constructors and destructors, instead of having functi...Adam-
2009-11-11Added support for permanent channels. This supports both permanent channel mo...Adam-
2009-11-08Made the Module::ServHelp() functions part of the event systemAdam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-08Fixed /chanserv help forbid to allow you to forbid unregistered channelsAdam-
2009-11-08Rewrote BuildStringList to use std::list instead of char**Adam-
2009-11-07Made mlock_on, mlock_off, access, and akick private in ChannelInfoAdam-
2009-11-07Rewrote all of the akick code to be much cleanerAdam-
2009-11-06Added /chanserv access view, which shows the access creator and last time usedAdam-
2009-11-03Moved some of the news variables out of the news module so other modules etc ...Adam-
2009-11-02added a way to load multiple encryption modules at the same and to switch bet...DukePyrolator
2009-10-30Removed channel passwords and added /chanserv QOP command to add additional c...Adam-
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-29Changed the "nickserv/confirm" opertype command to a permission, and added "n...Adam-
2009-10-27Fix bug #1111, BS KICK should properly handle the CAPS, FLOOD, and REPEAT opt...cyberbotx
2009-10-25Document /ns confirm nick in /ns help confirm for services operatorsAdam-
2009-10-25added options:enablelogchannel config file option, which turns on the logchan...Adam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
2009-10-20Added SUFFIXES .c .cpp .so to makefiles to clean up some of the codeAdam-
2009-10-20Fixed makesfiles to work on both bsd make and gnu makeAdam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-17Give the proper error messages when trying to load/unload already loaded/unlo...Adam-
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-13NICK_REG_PLEASE_WAIT and NICK_GROUP_PLASE_WAIT now show the seconds until you...1.9.1DukePyrolator
2009-10-13Code style cleanup, replace static_cast<std::string>() with std::string(), sl...cyberbotx
2009-10-12Changed /ns confirm to not assume the user you are confirming owns the nick (...Adam-
2009-10-12fixed some bugs in ns_register.cDukePyrolator
2009-10-10Reset errno before calling strtol in bs_kick, it would sometimes not allow va...Adam-
2009-10-06Destroyed Command::help_param* and rewrote the help part of os_news to be muc...Adam-
2009-10-05Fixed '/chanserv help set secure' responceAdam-
2009-10-03Forward port of bugfix #1097. CS FORBID now clears excepts & invites before b...jantje_85
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-29Fixed "make clean" to really clean up all the modulesAdam-
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-09-27Fixed the remaining commands to always show all users help and to appear in t...Adam-
2009-09-26Fixed bug #1108. nickserv status now replies correctly and has been changed t...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-17partly fixed chanserv invite (it still sends the wrong message when inviting ...DukePyrolator
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-09-13Removed super admin requirement for operserv/umode operserv/oline and operser...Adam-
2009-09-12fixed a crashbug on /ns set kill. thanks to Phantomal for reporting.DukePyrolator
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-09-10Foward port of Vipers os_oline fix in r2495Adam-
2009-09-07Added the OnBotPreLoad event to fix introducing StatServAdam-
2009-09-06Fixed Makefiles to only suppress building when using run-cc.plAdam-