summaryrefslogtreecommitdiff
path: root/src/modules/m_park.cpp
AgeCommit message (Expand)Author
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-11-29Added reason to OnUserQuitbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-13Fixed stupid m_park disabling privmsgs to all users :/brain
2005-04-13Fixed m_park stuffbrain
2005-04-13Now tracks quits (just in case some oper saquits, then a user changes to the ...brain
2005-04-13Track user quits in the park listbrain
2005-04-12Unitialized data bites the big onebrain
2005-04-12Fixed not reading sessions until a rehashbrain
2005-04-12Added 005 numeric handling, token is "PARK"brain
2005-04-12Fixed to prevent giving out negative keysbrain
2005-04-12Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)brain