summaryrefslogtreecommitdiff
path: root/src/modules/m_sqlauth.cpp
AgeCommit message (Expand)Author
2017-12-22Improve and modernize the SQL system API.Peter Powell
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-08-04Hashing: Redo APIDaniel Vassdal
2014-02-11m_sqlauth Allow the client certificate fingerprint to be used in the SQL queryAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-05-25A few more typo fixes.Peter Powell
2012-05-25Debian typo fixes.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-13Handle database not present a bit better, add missing MySQL rehash on initdanieldg
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-06Add column names to SQLv3, allow sqloper to specify its own query stringdanieldg
2010-03-06Add query debug output to m_sqlauthdanieldg
2010-03-06SQL API v3, drop all the ugly complexitydanieldg
2010-03-06Search for SQL service in init(), not in constructordanieldg
2010-02-21Add HMAC implementation to HashProviderdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-28Fix compilation of some extras modulesdanieldg