summaryrefslogtreecommitdiff
path: root/src/modules/m_silence_ext.cpp
AgeCommit message (Expand)Author
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