Age | Commit message (Expand) | Author |
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 |
2008-11-06 | Remove queueing on module load/unload, NOTE: don't try unload os_modunload, o... | Robin Burchell w00t@inspircd.org |
2008-11-06 | Move createModule and destroyModule into constructor and destructor of class ... | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge branch 'anopeng' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-03 | * Fix calls to ircdproto->SendMessage and use findbot | peavey peavey@inspircd.org |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Remove USE_MODULES, it'd not really work anyway. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Add MODULE_INIT to all modules, fix a few various crashes. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Add MODULE_INIT workaround for modules, so they are loadable. Inspired by Ins... | Robin Burchell w00t@inspircd.org |
2008-09-30 | Made all protocol modules able to be compiled via mostly constifying strings. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Various g++ fixes. | Robin Burchell w00t@inspircd.org |
2008-09-16 | BUILD : 1.7.22 (1444) BUGS : NOTES : Fixed a typo in modules.c introduced in ... | mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-09-15 | Fixed the nss_dns.so.1 issue | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-05-12 | Fixed moduleNoticeLang and anope_cmd_notice_ops | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-01-26 | BUILD : 1.7.21 (1354) BUGS : 833 NOTES : Ficed various oddities in moduleAddD... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |