summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-12-08Fixed 'fake direction' messages being put out by user->registered = 7 being s...brain
2005-12-07Changed userlist to clientlist in UnloadModulebrain
2005-12-07Added OnCleanup functionbrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-05Added new OnKick stuffbrain
2005-12-05Fixed local compares to JOINbrain
2005-12-05Added OnChangeHostbrain
2005-12-03Removed the MESHED 005 numeric tokenbrain
2005-12-03Changed epoll delaybrain
2005-12-02Allowed ulined servers to by pass all oper permissions checkingbrain
2005-12-02Added forward lookup sanity checks to single threaded dnsbrain
2005-12-02Made threading optionalbrain
2005-12-02Its too late at night for this :pbrain
2005-12-02Blahbrain
2005-12-02blahbrain
2005-12-02Added permissions checks, ick!brain
2005-12-01Multithreaded DNS -- not tested!!!!brain
2005-12-01Fixed is_valid_cmd to only return true for non-core commandsbrain
2005-12-01Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ...brain
2005-11-30Added Server::RehashServerbrain
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