summaryrefslogtreecommitdiff
path: root/src/modules/m_sqloper.cpp
AgeCommit message (Expand)Author
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Remove some dead code:Peter Powell
2013-04-01Change User::GetIPString() to return const std::string&attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
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 some useful logging output to m_sqloperdanieldg
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-18PreCommand/PostCommand are local-only hooksdanieldg
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-21Change User::oper to an OperInfo referencedanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
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