Age | Commit message (Expand) | Author |
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 | A few GCC 3.4.x and MSVC++ warning fixes. | 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_module_name, 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 | Removed mod_current_module and mod_current_module_name from moduleDisplayHelp(). | 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-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Properly initialized new objects when needed so they don't contain garbage data. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-19 | Converted modules to use ConfigReader to access new config parser. | cyberbotx |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-15 | Remove moduleAddData|GetData|DelData and all associated mess. Extensible base... | rburchell |
2008-11-15 | Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all... | 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 some overly verbose debug dumping stuff. | rburchell |
2008-11-15 | Cleanup some stuff to a header. | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | 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 | - Remove redundant ano_modclose(), this is done in module destructor anyway | Robin Burchell w00t@inspircd.org |
2008-11-09 | UseTokens needs to die in a fire, don't let it be turned off. | 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 |
2008-11-08 | Fix segfault when a module throws an exception. | Naram Qashat cyberbotx@cyberbotx.com |
2008-11-08 | Move moduleAddCommand and moduleDelCommand to Module:: members. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddVersion -> Module::SetVersion | Robin Burchell w00t@inspircd.org |
2008-11-08 | Don't attempt to show module errors, these are now pretty much useless and re... | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleInsertLanguage() -> Module::InsertLanguage() | Robin Burchell w00t@inspircd.org |
2008-11-08 | Fix various scary stuff to do with API. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleSetType() -> Module::SetType(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Catch ModuleException thrown from module constructors, and halt load if one i... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Make the logging a bit less annoyingly insane. | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert moduleSetType() to not require a module pointer.. actually, this is p... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Last error fixes, more staticisation. | Robin Burchell w00t@inspircd.org |
2008-11-08 | Warning fixes. Staticise more of modules.c, and mark it for review. | Robin Burchell w00t@inspircd.org |
2008-11-07 | Reorganise some more of this, now makes more logical sense, and almost compil... | Robin Burchell w00t@inspircd.org |
2008-11-07 | Remove createModule stuff.. instead, pass string to loadModule. This still is... | Robin Burchell w00t@inspircd.org |
2008-11-06 | Add proper constructor, move Module::name to be string.. still doesn't compil... | Robin Burchell w00t@inspircd.org |