]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspircd.h
Added:
[user/henk/code/inspircd.git] / include / inspircd.h
2005-04-16 brainAdded:
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-03-25 brainAdded a lot of config error checking
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-24 brainFixed quit-bouncing issue when a user is g-lined
2004-04-19 brainFixes to typos and function exporting between source...
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainMoved all command handler functions into commands.cpp...
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainStarted seperating out functions
2004-04-18 brainChanges of RemoveServer to char* to const char*
2004-04-18 brainFixes to recovery
2004-04-18 brainForgot to save some stuff
2004-04-16 brainFixed some SQUIT stuff
2004-04-16 brainSQUIT and routing of messages fixes during periods...
2004-04-16 brainFixes to only send SQUIT tokens to servers that are...
2004-04-16 brainAdded ability to update routing table on the fly if...
2004-04-15 brainFixes for nonblocking socket issues
2004-04-15 brainTons of linking tweaks
2004-04-12 brainAdded 'a' amd 'b' server link tokens (change gecos...
2004-04-12 brainAdded '@' (WALLOPS) link token
2004-04-11 brainAdded 'i' and 't' type link datagrams
2004-04-10 brainAdded J, P and Q type datagrams
2004-04-10 brainAdded server to server 'J' token
2004-04-07 brainAdded Server::CountUsers function
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-04 brainCompleted support for module-handled umodes
2004-04-03 brainTons more sanity checks and length checks
2004-04-03 brainAdded support for module-defined chanmodes with no...
2003-07-22 randomdanSTL namespace fixes
2003-02-07 brainChanged to using LogLevels
2003-02-02 brainAdded first part of server linking code
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-23 brainInitial revision