]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Incorporating InspTimer into safelist as a test
[user/henk/code/inspircd.git] / include / modules.h
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-22 brainAdded m_safelist helper functions GetChannelCount and...
2006-02-19 brainRemoved unneeded {}'s
2006-02-19 brainTesting \exception doxygen tag that *should* work
2006-02-19 brainForgot to commit this?
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainMade a booboo
2006-02-19 brainAdded exception handling for module loading
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-05 brainCommented on new return value of OnUserPreKick for...
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-30 brainAdded support for TYPE_OTHER metadata, where void*...
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-28 brainFixed uninitialized ExtMode::list
2006-01-25 brainDocumented some functions that were missing comments
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainChanged lots of icky #define's to enums
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2005-12-26 brainAdded global_implementation array, bypasses calls which...
2005-12-26 brainFixed support for implementation hooks
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMore defines moved
2005-12-16 brainMoved a ton of defined to modules.h that belong there
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-14 brainAdded Server::GetVersion()
2005-12-14 brainTidied up inspircd.h
2005-12-14 brainAdded way to retrieve a pointer to the ServerConfig...
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-09 brainAdded tons of extra documentation to Module class
2005-12-07 brainChanged name of variable in OnCleanup
2005-12-07 brainAdded OnCleanup function
2005-12-07 brainAdded Metadata API (for transferring extensibles over...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-12-06 brainAdded G/Z/Q/E line propogation
2005-12-05 brainAdded OnChangeHost
2005-12-04 brainAdded OnWallops
2005-12-01 brainAdded clever code to propogate module's special command...
2005-11-30 brainRemoved old OnUserSync and OnChannelSync
2005-11-30 brainAdded opaque protocol functions
2005-11-30 brainAdded Server::RehashServer
2005-11-30 brainAdded onrehash parameter
2005-11-30 brainAdded OnGetServerDescription (mainly for link modules)
2005-11-30 brainAdded OnPostLocalTopic
2005-11-30 brainAdded OnUserInvite()
2005-11-30 brainAdded remote kill
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
2005-11-28 brainAdded OnUserMessage and OnUserNotice (why have these...
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainRemoved mesh module functions
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-13 brainAdded Server::GetServerDescription() at request of...
2005-05-01 brainAdded FindDescriptor
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-27 brainAdded a Server:: method to send server notices to channels
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-20 brainAdded extra comment
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-16 brainAdded:
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainAdded IsValidHostMask
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-12 brainAdded Server::PseudoToUser and Server::UserToPseudo
2005-04-09 brainChanged parameters of OnPacketTransmit and OnPacketRece...
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded VF_ module flags as discussed with Craig
2005-04-04 brainAdded the module method OnUserPostNick for capturing...
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-25 brainAdded a lot of config error checking
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-22 brainAdded remainder of OnUserPreInvite stuff
2004-05-22 brainAdded OnUserPreInvite method for use with +V etc
2004-05-16 brainUpdated header comments
2004-05-01 brainModified OnUserPreJoin to support join overriding
2004-05-01 brainAdded documentation of new ConfigReader methods suggest...
2004-05-01 brainAdded extra docs to cover OnUserSync etc
2004-05-01 brainProvided modules with the ability to sync data on a...
next