summaryrefslogtreecommitdiff
path: root/src/modules/m_override.cpp
AgeCommit message (Expand)Author
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-06Fix warning in 4.2 gccbrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-12The commit that should have been r7000: src/modules now uses IS_OPER instead ...w00t
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-10-26Fix this to display the channel name when overriding a ban, and to properly d...brain
2006-10-26Hopefully fix override notices on channel bans, also make the override notice...w00t
2006-10-19Insert massive change here.brain
2006-10-16Allow * in override to mean all tokens in 1.1brain
2006-10-01Now with binary versioning goodnessbrain
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