summaryrefslogtreecommitdiff
path: root/src/modules/m_chanprotect.cpp
AgeCommit message (Expand)Author
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-04-04Dont check APrefix both times :pbrain
2008-04-04Better checksbrain
2008-04-04Throw exception if both the prefix chars are defined and the same (thaks dani...brain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-02This is better than using a const; Since 1.1 we don't need a value at all, we...brain
2008-04-02Remove unload_kludge: this still isn't handled in a very polite way (it uses ...w00t
2008-04-02Just use string literal instead of declaring a var for itw00t
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-04-01Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure...w00t
2008-03-24Finally change all the Version() objectsbrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-04Fix these to use new hook system (u_listmode wasnt fixed yet)brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-23Morebrain
2007-10-23More AddModes fixesbrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-03PROPAGATE this fixbrain
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-16Fixed bug #390 (broken m_chanprotect noservices)special
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-17More factory conversionw00t
2007-06-14MAXMODES+1 -> MAXMODES+2brain
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-27Whoops, ++it++? Thats gonna break :pbrain
2007-05-27Another for bug #307brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-03Fix broken modules (broken due to api change)brain
2007-04-16Added options:deprotectothers, this is like options:deprotectself, but if set...brain
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-28Reasonably sized fix - when adding modes in modules, be sure to check the ret...brain
2006-12-26Fix deprotectself=no not working.peavey
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-12Make FounderProtectBase::remove_own_privs a reference, so we can change it on...brain
2006-12-12Someone forgot to do founder too :pbrain
2006-12-12Fixed a pretty nasty bug that allowed users to +a themselves if deprotectself...special