Age | Commit message (Expand) | Author |
2005-05-24 | Fixes | brain |
2005-05-24 | Fixed ping stuff | brain |
2005-05-24 | Fixed inbound server errors | brain |
2005-05-24 | Now clears the autoconns map on rehash | brain |
2005-05-24 | Autoconnect/typo fixes | brain |
2005-05-24 | Fixed to not autoconnect servers we already have! | brain |
2005-05-24 | Autoconnection of servers added | 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 | 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 | Removed m_globops setting +g automatically on oper, m_opermodes.so can do thi... | brain |
2005-05-23 | Fixed bug where when a server split all other servers would stop responding | brain |
2005-05-23 | Buffer size limits (hard coded to 1mb for now, will allow to raise in config ... | brain |
2005-05-23 | Code tidyup | brain |
2005-05-23 | Tidied up some socket stuff into userrec | brain |
2005-05-23 | Output buffering on server connections | brain |
2005-05-23 | Fixed the server names reported in /stats l | brain |
2005-05-22 | Changed revision id's to std::string | brain |
2005-05-21 | Added m_opermodes.cpp, allows addition and removal of modes on oper up | brain |
2005-05-21 | *** empty log message *** | brain |
2005-05-20 | Fixed crappy const stuff | brain |
2005-05-20 | Removed stupid consts | brain |
2005-05-20 | *** empty log message *** | brain |
2005-05-20 | *** empty log message *** | brain |
2005-05-20 | *** empty log message *** | brain |
2005-05-20 | Fixed case-sensitivity typo in module name for Addcommand | brain |
2005-05-20 | Fixed /COMMANDS | brain |
2005-05-20 | Added detail to /COMMANDS | brain |
2005-05-20 | Added COMMANDS command (yes, really) | brain |
2005-05-19 | random crash fixes | brain |
2005-05-19 | Kill fixes | brain |
2005-05-19 | Changed a CXX to a CC | brain |
2005-05-18 | *** empty log message *** | brain |
2005-05-18 | *** empty log message *** | brain |
2005-05-18 | Replacement of bzero with memset for solaris 10 compat. | brain |
2005-05-18 | bzero removed for compatibility with solaris 10 | brain |
2005-05-18 | Removed unncessary sched_yield calls | 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-17 | Mass-connect speedups, also now uses less processor time | brain |
2005-05-17 | Fine-tuning epoll parameters | brain |
2005-05-17 | Changed epoll_wait timeout | brain |
2005-05-17 | Changed from SOMAXCONN to 32 | brain |
2005-05-17 | Epoll tweaks | brain |
2005-05-17 | Experimental: Epoll support | 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 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |