]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanfilter.cpp
m_dccallow Validate tokens before use
[user/henk/code/inspircd.git] / src / modules / m_chanfilter.cpp
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...