Age | Commit message (Expand) | Author |
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 |
2007-12-27 | BUILD : 1.7.19 (1321) BUGS : 810 NOTES : Fixed outdated module error strings ... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-09-24 | BUILD : 1.7.19 (1308) BUGS : 787 NOTES : Applied a patch by T fixing moduleGe... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-09-09 | BUILD : 1.7.19 (1304) BUGS : 782 NOTES : Fixed an undeclared identifier in th... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-29 | BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not a... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-26 | BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-07-14 | BUILD : 1.7.19 (1256) BUGS : NOTES : Moved the displaying of command infos on... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-03-14 | BUILD : 1.7.18 (1231) BUGS : N/A NOTES : Ensure moduleData is still populated... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-12-27 | BUILD : 1.7.17 (1212) BUGS : 652 NOTES : Fixed handleModuleOperationQueue to ... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-12-27 | BUILD : 1.7.17 (1211) BUGS : 650 NOTES : Fixed ModuleNoticeLang which was for... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-10-17 | BUILD : 1.7.17 (1185) BUGS : N/A NOTES : Encryption now offers the choice of ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-08-06 | BUILD : 1.7.14 (1124) BUGS : 552 NOTES : Added a way to modules_unload_all() ... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-08-06 | BUILD : 1.7.14 (1121) BUGS : 491 NOTES : anope segfault on shutdown | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-08-05 | BUILD : 1.7.14 (1115) BUGS : 491 NOTES : Dont allow IRCD Protocol modules to ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-07-14 | # BUILD : 1.7.14 (1087) # BUGS : 545 550 541 # NOTES : Various fixes. | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-07-13 | BUILD : 1.7.14 (1086) BUGS : N/A NOTES : Applied gds socket buffering patch, ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-07-02 | # BUILD : 1.7.14 (1079) | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-28 | BUILD : 1.7.14 (1077) BUGS : N/A NOTES : renamed set_key to chan_set_key, mod... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-22 | BUILD : 1.7.14 (1069) BUGS : N/A NOTES : Added support for ircd modules to se... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-22 | BUILD : 1.7.14 (1068) BUGS : N/A NOTES : Added -nothird and -support command ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-20 | Added version of module on error | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-20 | Modules wont load invalid revisions - NOT FULLY COMPLETE YET (altho it works ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-18 | BUILD : 1.7.14 (1060) BUGS : 523 NOTES : Module data was cleared before calli... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-16 | # BUILD : 1.7.14 (1054) # BUGS : 524 # NOTES : fixed typo in a function name. | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |