]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.cpp
More exception throwing in constructors
[user/henk/code/inspircd.git] / src / modules / m_filter.cpp
2006-02-19 brainMore exception throwing in constructors
2006-02-19 brainAdded FilterException and throw code
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted more stuff to 'Implements' system
2005-12-13 brainFixed a couple of missing \n's at request of Special
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
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-09 brainFixed matching
2005-04-07 brainFixed issue where failing modules would bail by calling...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-16 brainUpdated header comments
2004-04-08 brainSanity checks in SAJOIN and SAPART
2004-04-08 brainFixes to m_filter to check its config file exists!
2004-04-07 brainFixed actions in m_filter
2004-04-07 brainFixed actions
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainAdded servernotice back to the user, informing them
2004-04-07 brainAdded m_filter module that filters privmsgs and notices...