summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
AgeCommit message (Expand)Author
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-23Improve the pgsql connection error messages.Sadie Powell
2020-04-23Fix reconnecting a pgsql connection if it fails.Sadie Powell
2020-04-23Unregister pgsql connection fds when they are deleted.Sadie Powell
2020-04-23Opt-out of pgsql read and write events if polling fails.Sadie Powell
2020-04-23Remove dead code from the pgsql module.Sadie Powell
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-10Fix an oversight in mkversions that caused it to not update extras.Sadie Powell
2020-04-10Remove references to the long dead SQLv2 from the pgsql module.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-11-13Add GetId() to the SQL::Provider class.Peter Powell
2019-08-13Fix some remaining uses of ato[il].Peter Powell
2019-07-16Add package names for ArchLinux.Peter Powell
2019-06-14Log SQL queries at the debug log level.Peter Powell
2019-05-09Silence a fallthrough warning in the pgsql module on newer GCCs.Peter Powell
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
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-09-16Add CentOS PackageInfoAdam
2016-09-16Rewrite the build system directive parser.Peter Powell
2015-04-12Dispatch EventHandler events to dedicated virtual functionsAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-07-10Remove current time parameter of the Timer constructorAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-02-08Change all socketengine methods to be staticAttila Molnar
2014-01-30Allow Timers to delete themselves in Tick()Attila Molnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
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-06-06Merge insp20attilamolnar
2013-06-04m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5dattilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-21Timer changes and TimerManager enhancementsattilamolnar
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-12-02Attach to events and register services in init()attilamolnar
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-