summaryrefslogtreecommitdiff
path: root/src/modules/m_chanfilter.cpp
AgeCommit message (Expand)Author
2007-02-07Fix for bug #205 reported by nenolod (modules that erroneously check remote u...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-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-10-23Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags.brain
2006-10-21Dont allow people to add censor words containing spaces silently to the censo...brain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-15Annotationsbrain
2006-09-02banexception, chanfilter and inviteexception should now be unloadable :)brain
2006-08-25Remove On005Numeric event from a ton of modules which no longer need it (as C...brain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
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-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-10Convert to templated GetExtbrain
2006-07-09Altered u_listmode to have a constructor arg 'autotidy' which if set to true ...brain
2006-07-09DELETE()'s in destructors *fwap*om
2006-07-09Add a missing cf->DoImplements(List); >_<om
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-03Fix to prevent adding empty phrases to +g listbrain
2006-03-11More converted modulesbrain
2006-03-01Deny +g words >35 chars to prevent having massive words that some users can r...brain
2006-02-21Added which word is blocked to the numericw00t
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-01-25Changed to use InsertModebrain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-27Updated chanfilter to use irc::stringfrostycoolslug
2005-12-26Converted to new implements systembrain
2005-12-10Fixed Case sensitivity Bug (BugTrack #88)frostycoolslug
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30If->ifbrain
2005-11-30Added a default max entriesbrain
2005-11-30Removed old OnUserSync and OnChannelSyncbrain
2005-11-30Added OnSyncUser, OnSyncChannel, ProtoSendModebrain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-25Now works on gcc 2.95.x again.brain