summaryrefslogtreecommitdiff
path: root/src/modules/m_override.cpp
AgeCommit message (Expand)Author
2006-09-25All done.brain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-10Much neater more compact override notices for modes:brain
2006-09-09Tidy up override snoticesbrain
2006-09-09More debug logging in this modulebrain
2006-09-09Changes to m_overridebrain
2006-09-02Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v...brain
2006-08-31Make ban override notice only trigger when they actually match a ban :Pbrain
2006-08-28Remove blank lines from previous perl inplace editsbrain
2006-08-28Make oper-override notices a bit more grammar friendly, add an override notic...w00t
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
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