Age | Commit message (Expand) | Author |
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- |
2009-08-22 | added more events | DukePyrolator |
2009-08-20 | Fix build under Windows. | cyberbotx |
2009-08-12 | Set the correct opertypes on newly registered users | adam- |
2009-08-08 | Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re... | rburchell |
2009-08-04 | Fixed autoid | 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-24 | Implement case-insensitive versions of std::string, irc::string for RFC-style... | 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 | removed include/encrypt.h from the Makefiles | DukePyrolator |
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-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-11 | Added missing timers.h and timers.cpp from Adam, removed timeout.h and timeou... | cyberbotx |
2009-06-10 | New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO... | rburchell |
2009-06-09 | Remove events.h, should have been deleted in earlier patch to replace events ... | cyberbotx |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-03 | Fix issue with using static_cast instead of reinterpret_cast for Extensible, ... | cyberbotx |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-05-08 | Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076) | sjaz |
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-16 | Remove unused modules_unload_all fini param | rburchell |
2009-04-12 | Copy Extensible::GetExtList() from InspIRCd, patch from DukePyrolator, plus 2... | cyberbotx |
2009-04-07 | Remove all remaining uses of (My)SQL from the code. | cyberbotx |
2009-04-06 | Replace Set*Help() functions with virtual *ServHelp() functions that can be o... | cyberbotx |
2009-04-04 | Removed is_host_setter() and is_host_remover() from code and replaced them wi... | cyberbotx |
2009-04-04 | Remove is_services_* methods.. this forces us to actually remove uses of them. | rburchell |
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 |