summaryrefslogtreecommitdiff
path: root/src/modules/m_override.cpp
AgeCommit message (Expand)Author
2006-03-27Indentation fixes, and stop it snoticing on every join by an override-allowed...om
2006-03-27if(chan->limit >= Srv->CountUsers(chan)) snotice & allow!?om
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-11Yet more const ref changesbrain
2006-03-08These modules were using deprecated Server::IsOnChannel. They arent any more :)brain
2006-03-04Tidied up m_override to avoid use of configreader during free-runningbrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-05Wrong varnamebrain
2006-02-05Re-organized order of cmd_kick stuff (OnUserPreKick) to make override kicks w...brain
2006-01-28MODEOP and MODEDEOP were transposedbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Correctionsbrain
2005-12-26Converted to new Implements systembrain
2005-12-15std::string -> irc::stringbrain
2005-12-15Fixed to work with new IsInvitedbrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-04-27Fixed WriteChannelWithServbrain
2005-04-13Fixed a typobrain
2005-04-10Fine-grained control over what can be overridden by whombrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-06Fix by om for 'mode change while not on channel' bugbrain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2004-05-22Added remainder of OnUserPreInvite stuffbrain
2004-05-16Updated header commentsbrain
2004-05-02Added operchans module for +O mode supportbrain
2004-05-02Added oper-override modulebrain