index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
connection.cpp
Age
Commit message (
Expand
)
Author
2005-05-17
Moved a load of servers-only stuff into serverrec out of the way of userrec
brain
2005-05-17
Changed from SOMAXCONN to 32
brain
2005-05-16
Increased listen backlog from 5 to use SOMAXCONN, system defined constant max...
brain
2005-05-16
Removed __single_client_alloc again because gcc devs were smoking crack and r...
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-14
Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...
brain
2005-05-04
Fix to a mode parsing bug (eating wrong version of parameter?)
brain
2005-05-03
Fix annoying off-by-one error in connection::RecvPacket (nothing like driving...
brain
2005-04-30
Tried a new way of doing remote versions
brain
2005-04-30
Changed how remote version works a bit
brain
2005-04-28
Added remote versioning
brain
2005-04-28
Fixed dodgy poll()
brain
2005-04-28
Added poll delay in server socket read
brain
2005-04-28
Added new and improved GetBuffer function based on research on crappy redhat 7.3
brain
2005-04-28
Input queue doesnt queue empty strings any more
brain
2005-04-28
A-bug-huntin' we will go
brain
2005-04-28
Transposed strcmp
brain
2005-04-27
Linking fixes
brain
2005-04-26
Fixed dicky buffer (due to cleanup the wrong variable was being used)
brain
2005-04-26
Major code tidyup (-W) - expect a few belches
brain
2005-04-23
Services speedups for stupid buffered i/o uplinks
brain
2005-04-22
Added server input buffers (for systems that decide buffering is fun)
brain
2005-04-22
Fixed weird issues when anope sends large amounts of text at once to the uplink
brain
2005-04-16
Fixed lingering (SO_REUSEADDR was being set to 0?)
brain
2005-04-05
Major optimizations!
brain
2005-03-25
Added implementation of strlcpy and strlcat for systems that dont have it
brain
2004-09-11
Security audit based on RATS output
brain
2004-05-16
Updated header comments
brain
2004-05-09
Removed some very old crap
brain
2004-04-23
Crash fix
brain
2004-04-19
Moved all command handler functions into commands.cpp/commands.h
brain
2004-04-19
/WHO and routing fixes
brain
2004-04-18
Fixed typos in FindHost
brain
2004-04-18
Checks to stop a server connecting twice
brain
2004-04-18
Fixes to recovery
brain
2004-04-18
Added more rigorous link connection checking and recovery
brain
2004-04-18
Forgot to save some stuff
brain
2004-04-18
Fixed minor desync issues
brain
2004-04-18
Fixes to ircd_connector::SetServerDesc() (was setting the server name!)
brain
2004-04-18
Dns lookup fixes (hands up if you hate DNS)
brain
2004-04-18
Attempted dns fixes
brain
2004-04-17
More fixes to class 'packet'
brain
2004-04-17
Fixes to class connection to make it work!
brain
2004-04-17
Fixes to class packet to make it work!
brain
2004-04-16
Fixed some SQUIT stuff
brain
2004-04-16
Mesh cookie linking fixes (was giving remote port to servers and not local port)
brain
2004-04-16
More SQUIT fixes
brain
2004-04-16
Fixes to only send SQUIT tokens to servers that are still alive to avoid rout...
brain
2004-04-16
Added some netsplit handling stuff (untested)
brain
[next]