]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Added a parameter to OnRehash for the rehash parameter
[user/henk/code/inspircd.git] / src / modules / extra /
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-29 brainFixed for new OnOper syntax
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
2005-11-25 brainFixed OnMeshToken (deprecated)
2005-11-25 brainFixed removal of mesh linking from core
2005-11-25 brainFixed to not use mesh stuff
2005-05-30 brainStarted on -Wall - safe compile
2005-05-25 brainOperhosts are now optional (in the type tag)
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-05-06 brainTest fix for 3.23 and below
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainFixed include issue
2005-04-25 brainAdded hostname checking
2005-04-25 brainAdded m_sqloper, allows storage of opers within a mysql...
2005-04-25 brainOptimised SQL
2005-04-24 brainChanged $ModDesc
2005-04-23 brainAdded global connect/oper logging
2005-04-23 brainFixed typo in OnKill
2005-04-23 brainFixed recursive 'splat' in the actors table
2005-04-23 brainAdded preliminary m_sqllog.cpp
2005-04-22 brainFixed crash-n-burn on rehash
2005-04-21 brainAdded allowpatterns
2005-04-21 brainAdded some extra options
2005-04-21 brainChanged description comment
2005-04-21 brainAdded user/password checks and connection code
2005-04-21 brainAdded m_sqlauth - allows authorizing of connections...
2005-04-21 brainUpdated with a bit more debug output
2005-04-21 brainNew stuff actually compiles now
2005-04-21 brainAdded header for m_sql with inherited Request class
2005-04-21 brainCorrected library paths in $CompileFlags
2005-04-21 brainTested initial m_sql (works with issues)
2005-04-20 brainAdded preliminary m_sql.cpp
2005-04-11 brainFixed minor text typos
2005-04-11 brainAdded m_filter_pcre, filters with regular expression...