summaryrefslogtreecommitdiff
path: root/src/modules/m_park.cpp
Commit message (Expand)AuthorAgeFilesLines
* Yet more const ref changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-4/+4
* iterator hell•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3586 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-7/+4
* Server* Srv marked static or moved to private member of module class in all m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+1
* - Made note of some potential improvements in m_part. Brain, please review wh...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3203 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-0/+3
* Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...•••Tidied up craq++ in modules (copy and pasting OnUserPreNotice into OnUserPreMessage?! why not just call one from the other!) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3072 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+1
* Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+1
* Fixed missing I_On005Numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2668 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-1/+1
* Corrections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-1/+1
* Converted to new Implements system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2663 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-0/+5
* Split all commands into seperate files and redid command system to take class...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-161-101/+134
* Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2367 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-1/+1
* Changed behaviour of module API to pass Server* to the constructor, rather th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2252 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-071-5/+5
* Added a parameter to OnRehash for the rehash parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2058 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-11-301-1/+1
* Added reason to OnUserQuit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2007 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-11-291-1/+1
* Started on -Wall - safe compile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1570 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-301-1/+1
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-0/+2
* Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-0/+1
* Major code tidyup (-W) - expect a few belches•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1190 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-261-3/+3
* Fixed stupid m_park disabling privmsgs to all users :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1075 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-131-1/+0
* Fixed m_park stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1068 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-131-3/+6
* Now tracks quits (just in case some oper saquits, then a user changes to the ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1066 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-131-1/+0
* Track user quits in the park list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1065 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-131-0/+16
* Unitialized data bites the big one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1063 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-121-1/+1
* Fixed not reading sessions until a rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1062 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-121-0/+1
* Added 005 numeric handling, token is "PARK"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1061 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-121-0/+5
* Fixed to prevent giving out negative keys•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1060 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-121-1/+1
* Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1059 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-121-0/+309