summaryrefslogtreecommitdiff
path: root/src/connection.cpp
AgeCommit message (Expand)Author
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-04Fix to a mode parsing bug (eating wrong version of parameter?)brain
2005-05-03Fix annoying off-by-one error in connection::RecvPacket (nothing like driving...brain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-30Changed how remote version works a bitbrain
2005-04-28Added remote versioningbrain
2005-04-28Fixed dodgy poll()brain
2005-04-28Added poll delay in server socket readbrain
2005-04-28Added new and improved GetBuffer function based on research on crappy redhat 7.3brain
2005-04-28Input queue doesnt queue empty strings any morebrain
2005-04-28A-bug-huntin' we will gobrain
2005-04-28Transposed strcmpbrain
2005-04-27Linking fixesbrain
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