]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_filter_pcre.cpp
Whoops, make /stats s work
[user/henk/code/inspircd.git] / src / modules / extra / m_filter_pcre.cpp
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-10-27 brainremove <filter file> - This is no longer neccessary...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-29 specialMade m_filter_pcre free the compiled regular expression...
2006-09-29 specialFixed the pcre include path in m_filter_pcre - on every...
2006-09-15 brainAnnotations
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainUse pcre-config to detect pcre
2006-08-11 omUpdates to new API and small cleanup
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 omFix to new API
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
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...