summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlite3.cpp
AgeCommit message (Expand)Author
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-11-13Add GetId() to the SQL::Provider class.Peter Powell
2019-07-16Add package names for ArchLinux.Peter Powell
2019-06-24Reset diagnostic pragmas after including external headers (#1661).linuxdaemon
2019-06-14Log SQL queries at the debug log level.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2018-09-27Fix SQL modules using "provider" in <database> instead of "module".Peter Powell
2018-08-21Fix a few things that should be marked as override but aren't.Peter Powell
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-04-07SQL: Add HasColumn() to check if a result contains a named column.Daniel Vassdal
2017-12-22Improve and modernize the SQL system API.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-21Add PackageInfo directives for Debian.Peter Powell
2016-09-16Add CentOS PackageInfoAdam
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-09-02Merge insp20Attila Molnar
2016-08-17m_sqlite3 Fix possible memory leak when opening a database failsAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-10-27Merge insp20Attila Molnar
2014-09-02m_sqlite3 Fix cleanup of unsuccessful database connectionsAttila Molnar
2014-06-28Ignore safe compiler warnings in a more reliable way.Peter Powell
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-16Clean up the build system properties and related code.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-15Tidy up keywords on module methods.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
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-10Fixed linking m_sqlite3 on WindowsAdam
2010-08-04Fix $md5pass and $sha256pass in SQL queriesDaniel De Graaf
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
2010-03-13Convert MySQL to SQLv3danieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-06Add column names to SQLv3, allow sqloper to specify its own query stringdanieldg
2010-03-06Convert SQLite driver to SQLv3danieldg
2010-03-05Fix SQL modules not all using AddService, noticed by Morpheusdanieldg
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-11-11Allow static build of inspircd without module supportdanieldg
2009-10-22Remove the intercomm system since sqlite is synchronous.peavey
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg