summaryrefslogtreecommitdiff
path: root/src/modules/m_chanprotect.cpp
AgeCommit message (Expand)Author
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
2006-11-14Another couple of 'forgot to memset'sbrain
2006-10-28Add <options:deprotectself> which can allow a +qa user to remove their own +q...brain
2006-10-27When loading, dont try and free the qa modes, we havent allocated them yetbrain
2006-10-27Allow changing of qaprefixes on the fly with REHASH - if this happens, writeo...brain
2006-10-23Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags.brain
2006-10-23This needs TESTING: use modestacker when unloading module to group modes.brain
2006-10-22Make +beIgqa be sent multiple per line, rather than one per line, using modes...brain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-24Dont send explicit FMODE +qa when qaprefixes is on (because its sent in the f...brain
2006-09-15Annotationsbrain