]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
More fixes to class 'packet'
[user/henk/code/inspircd.git] / include /
2004-04-17 brainAdded new documentation to cover ircd_connector
2004-04-17 brainUpdated comments here
2004-04-16 brainFixed some SQUIT stuff
2004-04-16 brainMesh cookie linking fixes (was giving remote port to...
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-16 brainAdded various routing tokens (such as 'R' redirect...
2004-04-15 brain/MAP and /LINKS added back (do not use - needs testing)
2004-04-15 brainMesh tweaks (wasnt sending the ip in the + packet)
2004-04-15 brainMesh linking stuff
2004-04-15 brainFixes for nonblocking socket issues
2004-04-15 brainTons of linking tweaks
2004-04-14 brainBuffering fixes
2004-04-14 brainMore fixes to connection buffer handling
2004-04-14 brainChanged server to server links from UDP to TCP due...
2004-04-12 brainAdded 'a' amd 'b' server link tokens (change gecos...
2004-04-12 brainAdded '@' (WALLOPS) link token
2004-04-11 brainPacket buffering
2004-04-11 brainrace condition fixes
2004-04-11 brainAttempted fixes for UDP race conditions
2004-04-11 brainAdded better checking to packet sending (MUST receive...
2004-04-11 brainAdded 'i' and 't' type link datagrams
2004-04-10 brainAdded J, P and Q type datagrams
2004-04-10 brainAdded experimental 'P' token (privmsg)
2004-04-10 brainAdded /map and /links
2004-04-10 brainAdded server to server 'J' token
2004-04-09 brainAdded security function that removes paths from filenames
2004-04-09 brainAdded flood= value to connect allow classes, added...
2004-04-08 brainAdded ConfigReader::EnumValues() (requested by Craig)
2004-04-08 brainTons of buffering fixes and optimisations for user...
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 brainFix for bug ID #5 (PING, PONG And other matters)
2004-04-05 brainFix for bug ID #6 (excessively long commands)
2004-04-05 brainModified the Module::OnExtendedMode() method to use...
2004-04-04 brainCompleted support for module-handled umodes
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-03 brainTons more sanity checks and length checks
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...
2004-04-01 brainFixed <link> tags
2003-09-27 frostycoolslugCombined The file Modules and Config file existance...
2003-09-27 frostycoolslugchanged CheckModule from (char module[MAXBUF]) to ...
2003-09-27 frostycoolslugFixed Bug Causing missing modules to Seg Fault The...
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 brainDocumentation update, 09/02/03
2003-02-09 brainChanged to work with new log-level
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-27 brainModified documentation
2003-01-26 brainremoved crappy temp files
2003-01-26 brainModified documentation for base classes
2003-01-26 brainAdded server classes for linking
2003-01-23 brainInitial revision