summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2005-04-12Added OnBackgroundTimer method, ticks every 5 seconds approximatelybrain
2005-04-12Added Server::PseudoToUser and Server::UserToPseudobrain
2005-04-09Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us...brain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added VF_ module flags as discussed with Craigbrain
2005-04-04Added the module method OnUserPostNick for capturing a nickchange AFTER it ha...brain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-25Added a lot of config error checkingbrain
2004-05-22Added support for changing of text within OnUserPreNotice and OnUserPreMessag...brain
2004-05-22Added remainder of OnUserPreInvite stuffbrain
2004-05-22Added OnUserPreInvite method for use with +V etcbrain
2004-05-16Updated header commentsbrain
2004-05-01Modified OnUserPreJoin to support join overridingbrain
2004-05-01Added documentation of new ConfigReader methods suggested by Azhrarn for sanitybrain
2004-05-01Added extra docs to cover OnUserSync etcbrain
2004-05-01Provided modules with the ability to sync data on a netjoinbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-23a|KK|y bitchingbrain
2004-04-22Added more services stuffbrain
2004-04-14Buffering fixesbrain
2004-04-12Added 'a' amd 'b' server link tokens (change gecos, change host)brain
2004-04-11Added 'i' and 't' type link datagramsbrain
2004-04-08Added ConfigReader::EnumValues() (requested by Craig)brain
2004-04-07added documentation to FileReader::Exists()brain
2004-04-07Added Server::CountUsers functionbrain
2004-04-07Added preliminary support for ConfigReader::Verify at request of the slug :pbrain
2004-04-07Added servernotice back to the user, informing thembrain
2004-04-07Modified to support wildcard matching of glob patternsbrain
2004-04-07Fixed config reader to cache its files instead of re-reading them for each ac...brain
2004-04-06indentation fixesbrain
2004-04-06Updated docsbrain
2004-04-06OnUserPre* api fixesbrain
2004-04-06Added OnUserPreMessage and OnUserPreNotice events (not tested yet)brain
2004-04-06Added support for SVS-style Server class methods for modulesbrain
2004-04-05Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the APIbrain
2004-04-05Modified the Module::OnExtendedMode() method to use a void* as its target whi...brain
2004-04-04Completed support for module-handled umodesbrain
2004-04-03Added support for module-defined chanmodes with no parametersbrain
2004-04-02Improved commentsbrain
2004-04-02Added ability to override modes (allows SAMODE support etc)brain
2004-04-02Added support for modules to create commands - this needs a proof-of-concept ...brain
2003-09-27Combined The file Modules and Config file existance checkers into one functionfrostycoolslug
2003-07-22STL namespace fixesrandomdan
2003-04-19Added more code for custom channel/user modes via modulesbrain
2003-04-18Added Mode handler structures and typesbrain
2003-03-30Updated docsbrain
2003-03-30Added DOT files to documentation for class diagrams (pretteh!)brain
2003-02-09Changed to work with new log-levelbrain
2003-02-07Changed to using LogLevelsbrain