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_override.cpp
Age
Commit message (
Expand
)
Author
2006-08-09
ServerConfig extern moved into class InspIRCd
brain
2006-08-08
WriteChannel* functions and ChanExceptSender* functions are now methods of ch...
brain
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-03-27
Indentation fixes, and stop it snoticing on every join by an override-allowed...
om
2006-03-27
if(chan->limit >= Srv->CountUsers(chan)) snotice & allow!?
om
2006-03-12
Renamed to chanrec::modes
brain
2006-03-12
*NEEDS TESTING* changed binarymodes to use the custom_modes entries
brain
2006-03-11
Yet more const ref changes
brain
2006-03-08
These modules were using deprecated Server::IsOnChannel. They arent any more :)
brain
2006-03-04
Tidied up m_override to avoid use of configreader during free-running
brain
2006-02-15
Removed a whole lot of strchr's looking for mode +o where we can do if *user-...
brain
2006-02-05
Wrong varname
brain
2006-02-05
Re-organized order of cmd_kick stuff (OnUserPreKick) to make override kicks w...
brain
2006-01-28
MODEOP and MODEDEOP were transposed
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-26
Corrections
brain
2005-12-26
Converted to new Implements system
brain
2005-12-15
std::string -> irc::string
brain
2005-12-15
Fixed to work with new IsInvited
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-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-05-12
Structure optimizations, changed a lot of bools into binary bitmasks
brain
2005-04-27
Fixed WriteChannelWithServ
brain
2005-04-13
Fixed a typo
brain
2005-04-10
Fine-grained control over what can be overridden by whom
brain
2005-04-07
Tons of module versionflags stuff, and checks for it in /UNLOADMODULE
brain
2005-04-07
Added version flags
brain
2005-04-06
Fix by om for 'mode change while not on channel' bug
brain
2005-03-27
Added 005 numeric handling to most of the modules
brain
2004-05-22
Added remainder of OnUserPreInvite stuff
brain
2004-05-16
Updated header comments
brain
2004-05-02
Added operchans module for +O mode support
brain
2004-05-02
Added oper-override module
brain