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-24
Extra checking
brain
2005-05-24
Fixed to flush buffers when connection closed
brain
2005-05-24
Added code to not try and increment buffer if wrote 0 chars
brain
2005-05-24
Added extra code to notify mainloop when the iterator has been mangled (e.g. ...
brain
2005-05-24
Added check to not flush disconnected buffers
brain
2005-05-24
Fixed inbound server errors
brain
2005-05-24
Nonblocking connect() for outbound server links (why was this blocking anyway)
brain
2005-05-24
Changed from 30 second debug pings to 120 sec production pings
brain
2005-05-24
Added ping checks for server links (experimental)
brain
2005-05-23
Buffer size limits (hard coded to 1mb for now, will allow to raise in config ...
brain
2005-05-23
Output buffering on server connections
brain
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
[next]