]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_park.cpp
Updated copyrights in headers etc using perl inplace edit
[user/henk/code/inspircd.git] / src / modules / m_park.cpp
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainFixed missing I_On005Numeric
2005-12-26 brainCorrections
2005-12-26 brainConverted to new Implements system
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-29 brainAdded reason to OnUserQuit
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-13 brainFixed stupid m_park disabling privmsgs to all users :/
2005-04-13 brainFixed m_park stuff
2005-04-13 brainNow tracks quits (just in case some oper saquits, then...
2005-04-13 brainTrack user quits in the park list
2005-04-12 brainUnitialized data bites the big one
2005-04-12 brainFixed not reading sessions until a rehash
2005-04-12 brainAdded 005 numeric handling, token is "PARK"
2005-04-12 brainFixed to prevent giving out negative keys
2005-04-12 brainAdded m_park, user parking to keep ops during a ping...