]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqlauth.cpp
XHTML 1.1 spec validation and charset
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlauth.cpp
2006-05-30 brainApply mirq's optimization patches
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-13 brainNow compiles :p
2006-03-11 brainMore const ref fixes
2006-03-08 brainChanged m_sqlauth to allow more advanced encryption...
2006-02-26 brainFixed Server* Srv stuff in these too, although by defau...
2006-01-28 omFix small memory leaks in some cases (bad password...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
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-04-21 brainAdded allowpatterns
2005-04-21 brainAdded some extra options
2005-04-21 brainAdded user/password checks and connection code
2005-04-21 brainAdded m_sqlauth - allows authorizing of connections...