Age | Commit message (Expand) | Author |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-09 | changed all password fields to std::string and reworked the way how the enc m... | DukePyrolator |
2010-01-06 | Fixed windows build and cleaned up a few small things | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-29 | Chnaged ChannelModeSet/Unset events to be able to block checks such as secure... | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
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-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-03 | Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch... | Adam- |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
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 | Fixed passing invalid channel pointer to OnPartChannel if the last user in a ... | 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 | Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo... | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
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-09-27 | Removed old mod_version system for detecting module versions and replaced wit... | Adam- |
2009-09-15 | Removed command position from Module::AddCommand(), it is no longer used beca... | Adam- |
2009-09-07 | Added the OnBotPreLoad event to fix introducing StatServ | Adam- |
2009-08-22 | added more events | DukePyrolator |
2009-08-20 | Fix build under Windows. | cyberbotx |
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 a new event for channels being deleted | adam- |
2009-07-21 | added 9 new events | DukePyrolator |
2009-06-30 | No real need for another constant | rburchell |
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-26 | Changed module callbacks to use new Timer API | adam- |
2009-06-23 | Adds check for using commands on non-registered channels before the | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-05-05 | Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ... | cyberbotx |
2009-04-16 | Add Command::SetPermission member to centralise access checking. Remove dupli... | rburchell |
2009-04-06 | Replace Set*Help() functions with virtual *ServHelp() functions that can be o... | cyberbotx |
2009-04-03 | Patch from DukePyrolator to include an OnUserNickChange() event to replace EV... | cyberbotx |
2009-04-03 | Fix bug #1045, patch from Adam, suspended channels can no longer be administe... | cyberbotx |
2009-04-03 | Added service argument to OnPreCommand, added OnPostCommand event, changed th... | cyberbotx |
2009-04-02 | Remove capability for commands to hook existing commands, add an OnPreCommand... | rburchell |
2009-03-31 | Send snotice after connecting to the network. Also change OnServerConnect to ... | rburchell |