]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sqlauth.cpp
Tidy up source files:
[user/henk/code/inspircd.git] / src / modules / m_sqlauth.cpp
2013-04-12 Peter PowellTidy up source files:
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-05-27 Robin BurchellMerge pull request #142 from attilamolnar/insp20+sestatsfix
2012-05-27 Robin BurchellMerge pull request #145 from SaberUK/insp20-typo-fixes
2012-05-25 Peter PowellA few more typo fixes.
2012-05-25 Peter PowellDebian typo fixes.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-13 danieldgHandle database not present a bit better, add missing...
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