summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-11-29Fixed an old-style OnUserQuit triggerbrain
2005-11-29Added reason to OnUserQuitbrain
2005-11-27Added nickname syncingbrain
2005-11-26Added stricter checking for listening socketsbrain
2005-11-26Added listening socket support for InspSocketbrain
2005-11-26Added start of spanning tree system TEST MODULE, tested outbound connectionsbrain
2005-11-25Removed references to connection.cpp and servers.cppbrain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-11-25Removal of mesh stuff (lots of)brain
2005-11-25Removed server socket stuff from socketenginebrain
2005-11-25Fixed compile time glitches in new code, removed obselete variablesbrain
2005-11-25Started removal of server linking code from core and implementation of socket...brain
2005-08-24Changed commentsbrain
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