summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-03-12Commented a lot of stuff that hasnt been commented since 1.0.2brain
2006-03-11Missed some stuffbrain
2006-03-11const std::string &brain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-03-09Convert more by-values to const references, optimise ConfigReader a bitom
2006-03-08Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...brain
2006-03-07*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...brain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-22Added m_safelist helper functions GetChannelCount and GetChannelIndexbrain
2006-02-19Removed unneeded {}'sbrain
2006-02-19Testing \exception doxygen tag that *should* workbrain
2006-02-19Forgot to commit this?brain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Made a booboobrain
2006-02-19Added exception handling for module loadingbrain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
2006-02-05Commented on new return value of OnUserPreKick for explicitly allowing kicksbrain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-01-30Remainder of TYPE_OTHER metadatabrain
2006-01-30Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ...brain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-28Fixed uninitialized ExtMode::listbrain
2006-01-25Documented some functions that were missing commentsbrain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...brain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Changed lots of icky #define's to enumsbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-14Added RemoveSocket as a test fix for merwins bugbrain
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2005-12-26Added global_implementation array, bypasses calls which *NO* modules are curr...brain
2005-12-26Fixed support for implementation hooksbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16More defines movedbrain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-14Added Server::GetVersion()brain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Added way to retrieve a pointer to the ServerConfig objectbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-09Added tons of extra documentation to Module classbrain