]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_filter_pcre.cpp
kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - this...
[user/henk/code/inspircd.git] / src / modules / extra / m_filter_pcre.cpp
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
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-03-11 braindeprecated covariant return type flux capacitor flopcir...
2006-03-11 brainMore const ref fixes
2006-02-19 brainServer::AddExtendedMode and Server::AddCommand will...
2006-02-19 brainMore exception throwing in constructors
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-21 brainChanged $CompileFlags to seperate $CompileFlags and...
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-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-05-06 brainFixed logging slowdown
2005-04-11 brainFixed minor text typos
2005-04-11 brainAdded m_filter_pcre, filters with regular expression...