]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sqlauth.cpp
Change SQLv3 to format queries during submission, not before
[user/henk/code/inspircd.git] / src / modules / m_sqlauth.cpp
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-06 danieldgAdd column names to SQLv3, allow sqloper to specify...
2010-03-06 danieldgAdd query debug output to m_sqlauth
2010-03-06 danieldgSQL API v3, drop all the ugly complexity
2010-03-06 danieldgSearch for SQL service in init(), not in constructor
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-28 danieldgFix compilation of some extras modules