]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_park.cpp
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / src / modules / m_park.cpp
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainConvert to templated GetExt
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainYet more const ref changes
2006-03-09 brainiterator hell
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-02-15 w00t- Made note of some potential improvements in m_part...
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
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...