index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_park.cpp
Age
Commit message (
Expand
)
Author
2005-12-26
Fixed missing I_On005Numeric
brain
2005-12-26
Corrections
brain
2005-12-26
Converted to new Implements system
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain
2005-12-13
Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-11-29
Added reason to OnUserQuit
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-04-26
Major code tidyup (-W) - expect a few belches
brain
2005-04-13
Fixed stupid m_park disabling privmsgs to all users :/
brain
2005-04-13
Fixed m_park stuff
brain
2005-04-13
Now tracks quits (just in case some oper saquits, then a user changes to the ...
brain
2005-04-13
Track user quits in the park list
brain
2005-04-12
Unitialized data bites the big one
brain
2005-04-12
Fixed not reading sessions until a rehash
brain
2005-04-12
Added 005 numeric handling, token is "PARK"
brain
2005-04-12
Fixed to prevent giving out negative keys
brain
2005-04-12
Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)
brain