]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/connection.cpp
Updated to keep lowermap const within hashcomp.cpp
[user/henk/code/inspircd.git] / src / connection.cpp
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainFix annoying off-by-one error in connection::RecvPacket...
2005-04-30 brainTried a new way of doing remote versions
2005-04-30 brainChanged how remote version works a bit
2005-04-28 brainAdded remote versioning
2005-04-28 brainFixed dodgy poll()
2005-04-28 brainAdded poll delay in server socket read
2005-04-28 brainAdded new and improved GetBuffer function based on...
2005-04-28 brainInput queue doesnt queue empty strings any more
2005-04-28 brainA-bug-huntin' we will go
2005-04-28 brainTransposed strcmp
2005-04-27 brainLinking fixes
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainServices speedups for stupid buffered i/o uplinks
2005-04-22 brainAdded server input buffers (for systems that decide...
2005-04-22 brainFixed weird issues when anope sends large amounts of...
2005-04-16 brainFixed lingering (SO_REUSEADDR was being set to 0?)
2005-04-05 brainMajor optimizations!
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2004-09-11 brainSecurity audit based on RATS output
2004-05-16 brainUpdated header comments
2004-05-09 brainRemoved some very old crap
2004-04-23 brainCrash fix
2004-04-19 brainMoved all command handler functions into commands.cpp...
2004-04-19 brain/WHO and routing fixes
2004-04-18 brainFixed typos in FindHost
2004-04-18 brainChecks to stop a server connecting twice
2004-04-18 brainFixes to recovery
2004-04-18 brainAdded more rigorous link connection checking and recovery
2004-04-18 brainForgot to save some stuff
2004-04-18 brainFixed minor desync issues
2004-04-18 brainFixes to ircd_connector::SetServerDesc() (was setting...
2004-04-18 brainDns lookup fixes (hands up if you hate DNS)
2004-04-18 brainAttempted dns fixes
2004-04-17 brainMore fixes to class 'packet'
2004-04-17 brainFixes to class connection to make it work!
2004-04-17 brainFixes to class packet to make it work!
2004-04-16 brainFixed some SQUIT stuff
2004-04-16 brainMesh cookie linking fixes (was giving remote port to...
2004-04-16 brainMore SQUIT fixes
2004-04-16 brainFixes to only send SQUIT tokens to servers that are...
2004-04-16 brainAdded some netsplit handling stuff (untested)
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 brainMore dns fixes
2004-04-15 brainName resolution fixes
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 brainAuthentication fixes
2004-04-14 brainBuffering fixes
2004-04-14 brainMore fixes to connection buffer handling
2004-04-14 brainFixes
2004-04-14 brainChanged server to server links from UDP to TCP due...
2004-04-12 brainAdded 'K' token (remote kills)
2004-04-11 brainFinally gave up fixing all this.
2004-04-11 brainFixes
2004-04-11 brainFixed synching
2004-04-11 brainFixes to packet handling
2004-04-11 brainFixes
2004-04-11 brainBuffering fixes
2004-04-11 brainAdded buffering fix
2004-04-11 brainFixes to use iterator
2004-04-11 brainFixes to make it work :p (obviously)
2004-04-11 brainFixes
2004-04-11 brainSync Fixes
2004-04-11 brainFixes
2004-04-11 brainPacket buffering
2004-04-11 brainFixes
2004-04-11 brainMore fixes :/
2004-04-11 brainAttempted sync fixes
2004-04-11 brainMore race condition fixes
2004-04-11 brainAttempted fixes for UDP race conditions
2004-04-11 brainFixes to packet acks
2004-04-11 braingrr :p
2004-04-11 brainMore fixes
2004-04-11 brainAdded better checking to packet sending (MUST receive...
2004-04-01 brainFixed <link> tags
2003-07-22 randomdanSTL namespace fixes
2003-02-07 brainChanged to using LogLevels
2003-02-02 brainForgot this..