summaryrefslogtreecommitdiff
path: root/src/connection.cpp
AgeCommit message (Expand)Author
2005-04-26Fixed dicky buffer (due to cleanup the wrong variable was being used)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-23Services speedups for stupid buffered i/o uplinksbrain
2005-04-22Added server input buffers (for systems that decide buffering is fun)brain
2005-04-22Fixed weird issues when anope sends large amounts of text at once to the uplinkbrain
2005-04-16Fixed lingering (SO_REUSEADDR was being set to 0?)brain
2005-04-05Major optimizations!brain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2004-09-11Security audit based on RATS outputbrain
2004-05-16Updated header commentsbrain
2004-05-09Removed some very old crapbrain
2004-04-23Crash fixbrain
2004-04-19Moved all command handler functions into commands.cpp/commands.hbrain
2004-04-19/WHO and routing fixesbrain
2004-04-18Fixed typos in FindHostbrain
2004-04-18Checks to stop a server connecting twicebrain
2004-04-18Fixes to recoverybrain
2004-04-18Added more rigorous link connection checking and recoverybrain
2004-04-18Forgot to save some stuffbrain
2004-04-18Fixed minor desync issuesbrain
2004-04-18Fixes to ircd_connector::SetServerDesc() (was setting the server name!)brain
2004-04-18Dns lookup fixes (hands up if you hate DNS)brain
2004-04-18Attempted dns fixesbrain
2004-04-17More fixes to class 'packet'brain
2004-04-17Fixes to class connection to make it work!brain
2004-04-17Fixes to class packet to make it work!brain
2004-04-16Fixed some SQUIT stuffbrain
2004-04-16Mesh cookie linking fixes (was giving remote port to servers and not local port)brain
2004-04-16More SQUIT fixesbrain
2004-04-16Fixes to only send SQUIT tokens to servers that are still alive to avoid rout...brain
2004-04-16Added some netsplit handling stuff (untested)brain
2004-04-16Added ability to update routing table on the fly if a connection is lostbrain
2004-04-16Added various routing tokens (such as 'R' redirect message)brain
2004-04-15/MAP and /LINKS added back (do not use - needs testing)brain
2004-04-15More dns fixesbrain
2004-04-15Name resolution fixesbrain
2004-04-15Mesh tweaks (wasnt sending the ip in the + packet)brain
2004-04-15Mesh linking stuffbrain
2004-04-15Fixes for nonblocking socket issuesbrain
2004-04-15Tons of linking tweaksbrain
2004-04-14Authentication fixesbrain
2004-04-14Buffering fixesbrain
2004-04-14More fixes to connection buffer handlingbrain
2004-04-14Fixesbrain
2004-04-14Changed server to server links from UDP to TCP due to data loss problemsbrain
2004-04-12Added 'K' token (remote kills)brain
2004-04-11Finally gave up fixing all this.brain
2004-04-11Fixesbrain
2004-04-11Fixed synchingbrain
2004-04-11Fixes to packet handlingbrain