summaryrefslogtreecommitdiff
path: root/src/connection.cpp
AgeCommit message (Expand)Author
2005-06-02More fixes for Vincent bugbrain
2005-06-01Missing externsbrain
2005-06-01Fixes for missing varsbrain
2005-06-01Added propogation of version replies and server descriptionsbrain
2005-06-01Many linking fixesbrain
2005-05-30GCC4.x -Wall fixesbrain
2005-05-30Fixed ircd_connector::CheckPing returning an undefined resultbrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-24Extra checkingbrain
2005-05-24Fixed to flush buffers when connection closedbrain
2005-05-24Added code to not try and increment buffer if wrote 0 charsbrain
2005-05-24Added extra code to notify mainloop when the iterator has been mangled (e.g. ...brain
2005-05-24Added check to not flush disconnected buffersbrain
2005-05-24Fixed inbound server errorsbrain
2005-05-24Nonblocking connect() for outbound server links (why was this blocking anyway)brain
2005-05-24Changed from 30 second debug pings to 120 sec production pingsbrain
2005-05-24Added ping checks for server links (experimental)brain
2005-05-23Buffer size limits (hard coded to 1mb for now, will allow to raise in config ...brain
2005-05-23Output buffering on server connectionsbrain
2005-05-17Moved a load of servers-only stuff into serverrec out of the way of userrecbrain
2005-05-17Changed from SOMAXCONN to 32brain
2005-05-16Increased listen backlog from 5 to use SOMAXCONN, system defined constant max...brain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
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