summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_filter_pcre.cpp
AgeCommit message (Expand)Author
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
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-03-11deprecated covariant return type flux capacitor flopcircuit removal with refe...brain
2006-03-11More const ref fixesbrain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-19More exception throwing in constructorsbrain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Converted more stuff to 'Implements' systembrain
2005-12-21Changed $CompileFlags to seperate $CompileFlags and $LinkerFlagsbrain
2005-12-13Fixed a couple of missing \n's at request of Specialbrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
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-05-06Fixed logging slowdownbrain
2005-04-11Fixed minor text typosbrain
2005-04-11Added m_filter_pcre, filters with regular expression matches!brain