Age | Commit message (Expand) | Author |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-19 | Fix compile errors on some compilers that did not like our overloaded operato... | Adam- |
2009-11-18 | Delete the correct entries from akick and badwords list when given a numlist | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-17 | Cleand up alot of the code in bs_badwords, made it much more C++-ish | Adam- |
2009-11-12 | Made Command::Execute's params const | Adam- |
2009-11-11 | Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax... | Adam- |
2009-11-11 | Made DefCon not use a ChannelInfo structure for saving its modes & params, it... | Adam- |
2009-11-11 | Moved alot of stuff to constructors and destructors, instead of having functi... | Adam- |
2009-11-11 | Added support for permanent channels. This supports both permanent channel mo... | Adam- |
2009-11-08 | Made the Module::ServHelp() functions part of the event system | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-07 | Made mlock_on, mlock_off, access, and akick private in ChannelInfo | Adam- |
2009-11-07 | Rewrote all of the akick code to be much cleaner | Adam- |
2009-11-06 | Added src/regchannel.cpp and moved the code from include/regchannel.h there | Adam- |
2009-11-06 | Added /chanserv access view, which shows the access creator and last time used | Adam- |
2009-11-03 | Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch... | Adam- |
2009-11-03 | Moved some of the news variables out of the news module so other modules etc ... | Adam- |
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-30 | Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd events | Adam- |
2009-10-25 | Added MinusNoArg to insp modes Ffj and unreal mode j | Adam- |
2009-10-25 | Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes B... | Adam- |
2009-10-25 | Fixed passing invalid channel pointer to OnPartChannel if the last user in a ... | 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-25 | Added 4 new events for (un)setting modes on channels and users | Adam- |
2009-10-18 | Fix a few things that bugged me when I was working on one of my own modules. | cyberbotx |
2009-10-17 | dos2unix on files. | cyberbotx |
2009-10-17 | Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo... | Adam- |
2009-10-13 | Fix CMake build generation, it was getting into an infinite loop due to the i... | cyberbotx |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
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-11 | Added OnPostDatabaseLoad event, which triggers after the cores databases have... | Adam- |
2009-10-07 | added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ... | DukePyrolator |
2009-10-06 | Destroyed Command::help_param* and rewrote the help part of os_news to be muc... | Adam- |
2009-10-02 | Properly remove old callbacks from modules internal list of callbacks list, a... | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-27 | Removed old mod_version system for detecting module versions and replaced wit... | Adam- |
2009-09-26 | Fixed bug #1107. We now have support for IRCds that send auth after the initi... | Adam- |
2009-09-20 | Removed the file name arg from MODULE_INIT | Adam- |
2009-09-16 | Removed MOD_HEAD, MOD_TAIL, and MOD_UNIQUE constants | Adam- |
2009-09-15 | Removed command position from Module::AddCommand(), it is no longer used beca... | Adam- |
2009-09-12 | Fixes bugs #1105 and #1106 | Adam- |
2009-09-07 | Added the OnBotPreLoad event to fix introducing StatServ | Adam- |