]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanfilter.cpp
Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.
[user/henk/code/inspircd.git] / src / modules / m_chanfilter.cpp
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove InsertMode into ModeParser
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-10 brainConvert to templated GetExt
2006-07-09 brainAltered u_listmode to have a constructor arg 'autotidy...
2006-07-09 omDELETE()'s in destructors *fwap*
2006-07-09 omAdd a missing cf->DoImplements(List); >_<
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-03 brainFix to prevent adding empty phrases to +g list
2006-03-11 brainMore converted modules
2006-03-01 brainDeny +g words >35 chars to prevent having massive words...
2006-02-21 w00tAdded which word is blocked to the numeric
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-01-25 brainChanged to use InsertMode
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-27 frostycoolslugUpdated chanfilter to use irc::string
2005-12-26 brainConverted to new implements system
2005-12-10 frostycoolslugFixed Case sensitivity Bug (BugTrack #88)
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainIf->if
2005-11-30 brainAdded a default max entries
2005-11-30 brainRemoved old OnUserSync and OnChannelSync
2005-11-30 brainAdded OnSyncUser, OnSyncChannel, ProtoSendMode
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-25 brainNow works on gcc 2.95.x again.
2005-04-25 brainRemoved dependency upon strcasestr()
2005-04-15 brainFixed a minor bug in text formatting of errors
2005-04-15 brainFixed a minor parameter bug (display glitch, wrong...
2005-04-15 brainAdded the m_chanfilter module, implements chanmode...