Age | Commit message (Expand) | Author |
2009-03-31 | Fix ss_main's client introduction. | rburchell |
2009-03-07 | Fix slight warning that comes up with gcc 3.4.x but not 4.2.x, this should be... | cyberbotx |
2009-02-28 | Patch from Adam, reducing duplication in cs_modes. Untested. | rburchell |
2009-02-19 | Remove (and neuter) old event system. Not used by anything in core. | rburchell |
2009-02-19 | Move last of events that are in the core distro over to newevents. | rburchell |
2009-02-18 | Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign. | rburchell |
2009-02-18 | Move EVENT_DB_SAVING to newevent. | rburchell |
2009-02-18 | Move assign and unassign to new events, allow for halting too should modules ... | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-16 | Move EVENT_RELOAD to OnReload. | rburchell |
2009-02-16 | Move OnUserKicked to a module event. | rburchell |
2009-02-16 | Modevents, ported from insp. Typesafe (unlike the current ones), no double ha... | rburchell |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-15 | Fix CFLAG_ALLOW_UNREGISTERED. | rburchell |
2009-02-15 | Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for... | rburchell |
2009-02-15 | Split Command implementation from definition. | rburchell |
2009-02-11 | Fix naming discrepancy meaning some commands were not issuing syntax errors. | rburchell |
2009-02-10 | Use a virtual destructor for Commands as it has virtual functions | robbeh |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-17 | Massive cleanup of the CMakeLists.txt files to finalize them. | cyberbotx |
2008-12-17 | More CMake work, mostly to handle both *nix and Windows builds. | cyberbotx |
2008-11-30 | Modified BotInfo to store a pointer to a command hash table (this is so modul... | cyberbotx |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-28 | Removed mod_current_module, again, so far, no ill-effects... | cyberbotx |
2008-11-28 | Removed mod_current_user and mod_current_op, the latter of which was only an ... | cyberbotx |
2008-11-28 | Remove a few prototypes to module-related functions that were moved to the Mo... | cyberbotx |
2008-11-28 | Moved moduleSet*Help() functions to Module::Set*Help(). | cyberbotx |
2008-11-28 | Moved moduleNoticeLang() to Module::NoticeLang(). | cyberbotx |
2008-11-27 | Moved moduleGetLangString() to Module::GetLangString(). | cyberbotx |
2008-11-27 | Moved moduleDeleteLanguage() to Module::DeleteLanguage(). | cyberbotx |
2008-11-26 | Various fixes for compiling under Windows. | cyberbotx |
2008-11-19 | Converted modules to use ConfigReader to access new config parser. | cyberbotx |
2008-11-15 | Modules now delete themselves instead of letting the core do it (just incase ... | robbeh |
2008-11-15 | Remove moduleAddData|GetData|DelData and all associated mess. Extensible base... | rburchell |
2008-11-15 | Remove Message::mod_name, modules cannot own ircd messages any more (this mea... | rburchell |
2008-11-15 | Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int... | rburchell |
2008-11-15 | Remove src/modules/demos, we've sufficient (real world) demos now, and some o... | rburchell |
2008-11-15 | Cleanup some stuff to a header. | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Add Module::SetPermanent() and Module::GetPermanent(), used to mark a module ... | rburchell |
2008-11-09 | addModule + delModule compressed into constructor/destructor. | Robin Burchell w00t@inspircd.org |
2008-11-09 | Move loadModule() and unloadModule() inside ModuleManager:: | Robin Burchell w00t@inspircd.org |
2008-11-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |
2008-11-09 | Add module.cpp and modulemanager.cpp. | Robin Burchell w00t@inspircd.org |
2008-11-09 | Remove moduleDataDebug().. debuggers are much more efficient at outputting cr... | Robin Burchell w00t@inspircd.org |
2008-11-09 | Merge prepForUnload with module destructor. | Robin Burchell w00t@inspircd.org |
2008-11-09 | Merge modules_init() with modules_core_init(). | Robin Burchell w00t@inspircd.org |
2008-11-09 | Remove ModulesDelayedAutoLoad. | Robin Burchell w00t@inspircd.org |