Age | Commit message (Expand) | Author |
2008-11-08 | Move more stuff to a module class. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddVersion -> Module::SetVersion | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddEventHook -> Module::AddEventHook. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddEventHook -> Module::AddEventHook, even though this seems to be unus... | 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 | Convert moduleSetType() to not require a module pointer.. actually, this is p... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Correct MODULE_INIT macro to account for new parameter. | 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 | 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 | Remove unused mod_current_evtbuf. | Robin Burchell w00t@inspircd.org |
2008-11-06 | Move createModule and destroyModule into constructor and destructor of class ... | Robin Burchell w00t@inspircd.org |
2008-11-04 | Convert all of core/bs_* to use classes for init.. | Robin Burchell w00t@inspircd.org |
2008-11-04 | One compiles, oh my! | Robin Burchell w00t@inspircd.org |
2008-11-04 | New MODULE_INIT macro. I'm going to regret this. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Consolidate modes: we really don't need to have a different one for every pse... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Correct some docs. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't wor... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Add UID parameter to SendClientIntroduction, and make it get a UID. This is a... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientInt... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove remnants of old protocol stuff from header. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove MARK_DEPRECATED from some stuff, it makes development a bit too noisy. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Merge commit 'trunk' into anopeng (1.8 updates, etc) | Robin Burchell w00t@inspircd.org |
2008-11-02 | Rip out SQL. It's utterly useless in current implementation. | Robin Burchell w00t@inspircd.org |
2008-10-27 | Added globalondefconmore directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-27 | Added globalondefcon directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-27 | Added timeout directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-27 | Added akillexpire directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added opersonly directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added addakiller directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added sessionautokillexpiry directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added exceptionexpiry directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added limitsessions directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added notifications directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added disableraw directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added killonsqline directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added killonsgline directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added akillonadd directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added autokillexpiry, chankillexpiry, sglineexpiry, sqlineexpiry, and szlinee... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added logmaxusers directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added superadmin directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-23 | Modified the Set() function in the character array version of ValueContainer ... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added casesensitive directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added gentlebadwordreason directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added smartjoin directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added keepdata directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |