]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Added OnLoadModule and OnUnloadModule (OnLoadModule was not triggering)
[user/henk/code/inspircd.git] / include / modules.h
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...
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-23 braina|KK|y bitching
2004-04-22 brainAdded more services stuff
2004-04-14 brainBuffering fixes
2004-04-12 brainAdded 'a' amd 'b' server link tokens (change gecos...
2004-04-11 brainAdded 'i' and 't' type link datagrams
2004-04-08 brainAdded ConfigReader::EnumValues() (requested by Craig)
2004-04-07 brainadded documentation to FileReader::Exists()
2004-04-07 brainAdded Server::CountUsers function
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainAdded servernotice back to the user, informing them
2004-04-07 brainModified to support wildcard matching of glob patterns
2004-04-07 brainFixed config reader to cache its files instead of re...
2004-04-06 brainindentation fixes
2004-04-06 brainUpdated docs
2004-04-06 brainOnUserPre* api fixes
2004-04-06 brainAdded OnUserPreMessage and OnUserPreNotice events ...
2004-04-06 brainAdded support for SVS-style Server class methods for...
2004-04-05 brainAdded support for OnWhois, OnOper, OnInfo and SendToMod...
2004-04-05 brainModified the Module::OnExtendedMode() method to use...
2004-04-04 brainCompleted support for module-handled umodes
2004-04-03 brainAdded support for module-defined chanmodes with no...
2004-04-02 brainImproved comments
2004-04-02 brainAdded ability to override modes (allows SAMODE support...
2004-04-02 brainAdded support for modules to create commands - this...
2003-09-27 frostycoolslugCombined The file Modules and Config file existance...
2003-07-22 randomdanSTL namespace fixes
2003-04-19 brainAdded more code for custom channel/user modes via modules
2003-04-18 brainAdded Mode handler structures and types
2003-03-30 brainUpdated docs
2003-03-30 brainAdded DOT files to documentation for class diagrams...
2003-02-09 brainChanged to work with new log-level
2003-02-07 brainChanged to using LogLevels
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-26 brainModified documentation for base classes
2003-01-23 brainInitial revision