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
/
servers.cpp
Age
Commit message (
Expand
)
Author
2005-06-02
Fucking vincent box
brain
2005-06-02
More vincent tweaks
brain
2005-06-02
More fixes for Vincent bug
brain
2005-06-02
Attempted fixes for another vincent bug
brain
2005-06-02
Attempt to fix recursive loop
brain
2005-06-01
Many linking fixes
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-29
A lot more of the core consts are now configurable at compile time
brain
2005-05-29
Fixes to EOF checking
brain
2005-05-29
Added extra error checking to detect dead sockets
brain
2005-05-29
Servers with write errors not being split properly
brain
2005-05-24
Added extra code to notify mainloop when the iterator has been mangled (e.g. ...
brain
2005-05-24
Added more immediate disconnect when a server isnt routable any more
brain
2005-05-24
Fixed inbound server errors
brain
2005-05-24
Added stuff for /map improvements
brain
2005-05-24
Nonblocking connect() for outbound server links (why was this blocking anyway)
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-22
Changed revision id's to std::string
brain
2005-05-17
Added configurable SOMAXCONN size
brain
2005-05-17
Moved a load of servers-only stuff into serverrec out of the way of userrec
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-04-05
Major optimizations!
brain
2005-03-25
Added implementation of strlcpy and strlcat for systems that dont have it
brain
2005-03-24
Fixed a ton of MODE crap 'avec le' services :p
brain
2004-09-11
Security audit based on RATS output
brain
2004-05-16
Updated header comments
brain
2004-04-11
race condition fixes
brain
2003-08-17
modified to fix 'antiquated header' map.h
brain
2003-02-02
Added first part of server linking code
brain
2003-01-30
Moved to Dev-C++ as an editor for project (more stable than gvim!)
brain
2003-01-26
Modified documentation for base classes
brain
2003-01-26
Added server classes for linking
brain