summaryrefslogtreecommitdiff
path: root/src/modules/m_silence_ext.cpp
AgeCommit message (Expand)Author
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-11Fix for bug #435 and fix return codes (these cannot be localonly for add/remo...brain
2007-09-25Fix compile errorbrain
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-08-27Add a metric assload of TRANSLATE macros to modules.w00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-03Add VF_COMMON to a lot modules which require it. Reported by danielg in bug #...w00t
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-10Add <watch maxentries> and <silence maxentries>brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-04-22Fix crash if trying to remove pattern that does not exist.peavey
2007-04-22Fix typobrain
2007-04-22cleanup space indentingpeavey
2007-04-22Send numeric when item doesnt exist on removebrain
2007-04-22Fix memory consumption of m_slence, users silence lists arent deleted till th...brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-02-18Eliminate some string copies, tidy some code, and reverse some short-circuit ...brain
2007-02-07Fix for bug #205 reported by nenolod (modules that erroneously check remote u...brain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-03Remove an assignment from definition (damn java thinking)peavey
2006-11-27Tidyupbrain
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-26Update the comment for flag 't'brain
2006-11-26Tidyup, avoid ternary if() on every iteration of a loop (bad brain bad)brain
2006-11-26SILENCE_CNOTICE, flag 't'. Needs testing, peavey should probably review to ch...brain
2006-11-26Fix to work with channel notices.brain
2006-11-26now using OnUserPreMessage exempt_list instead of OnPreCommand dup code for b...peavey
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-26005 tokens: "ESILENCE SILENCE=999"brain
2006-11-26Tidy up space indentsbrain
2006-11-26fix a few confusing returnspeavey
2006-11-26Improved drop-in replacement for cmd /SILENCE. This first draft features serv...peavey