summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-08-24Tidied up socket engine code, moved into a specialized header full of #definesbrain
2005-06-02Possibly fixed the 'vincent' bugbrain
2005-06-02More tweaksbrain
2005-06-02More tweaksbrain
2005-06-02Fixed warnings reported by vincentbrain
2005-06-01Fixed onloadmodulebrain
2005-06-01Added OnLoadModule and OnUnloadModule (OnLoadModule was not triggering)brain
2005-06-01Fixed ability to accidentally set a softlimit of 0brain
2005-06-01MaxClients -> MAXCLIENTSbrain
2005-06-01Many linking fixesbrain
2005-05-30Configuration errors now go to the error logbrain
2005-05-30GCC4.x -Wall fixesbrain
2005-05-30GCC4.0 warning fixesbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to workbrain
2005-05-29Added include stack to detect looped includesbrain
2005-05-29Highly optimized userrec saving 1.5k per userbrain
2005-05-29A lot more of the core consts are now configurable at compile timebrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-26Fixed max channel lengthbrain
2005-05-26Fix for bug #70 (only first <disabled:commands> item working properly)brain
2005-05-24Fixed compile glitch on 3.4brain
2005-05-24Changed to not show remote quits (we don't show remote connects after all)brain
2005-05-24Added Bailoutbrain
2005-05-24Added extra code to notify mainloop when the iterator has been mangled (e.g. ...brain
2005-05-24Sum not being propogated properly, attempted fixbrain
2005-05-24Now clears the autoconns map on rehashbrain
2005-05-24Autoconnect/typo fixesbrain
2005-05-24Fixed to not autoconnect servers we already have!brain
2005-05-24Autoconnection of servers addedbrain
2005-05-24Nonblocking connect() for outbound server links (why was this blocking anyway)brain
2005-05-23Fixed bug where when a server split all other servers would stop respondingbrain
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-23Output buffering on server connectionsbrain
2005-05-22Changed revision id's to std::stringbrain
2005-05-21*** empty log message ***brain
2005-05-20*** empty log message ***brain
2005-05-20*** empty log message ***brain
2005-05-19random crash fixesbrain
2005-05-19Kill fixesbrain
2005-05-18*** empty log message ***brain
2005-05-18*** empty log message ***brain
2005-05-18Removed unncessary sched_yield callsbrain
2005-05-17Added configurable SOMAXCONN sizebrain
2005-05-17Moved a load of servers-only stuff into serverrec out of the way of userrecbrain
2005-05-17Mass-connect speedups, also now uses less processor timebrain
2005-05-17Fine-tuning epoll parametersbrain
2005-05-17Changed epoll_wait timeoutbrain
2005-05-17Changed from SOMAXCONN to 32brain
2005-05-17Epoll tweaksbrain