summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
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
2005-12-07Changed name of variable in OnCleanupbrain
2005-12-07Added OnCleanup functionbrain
2005-12-07Added Metadata API (for transferring extensibles over a network transparent t...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-06Added G/Z/Q/E line propogationbrain
2005-12-05Added OnChangeHostbrain
2005-12-04Added OnWallopsbrain
2005-12-01Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ...brain
2005-11-30Removed old OnUserSync and OnChannelSyncbrain
2005-11-30Added opaque protocol functionsbrain
2005-11-30Added Server::RehashServerbrain
2005-11-30Added onrehash parameterbrain
2005-11-30Added OnGetServerDescription (mainly for link modules)brain
2005-11-30Added OnPostLocalTopicbrain