index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_sqlite3.cpp
Age
Commit message (
Expand
)
Author
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-11-13
Add GetId() to the SQL::Provider class.
Peter Powell
2019-07-16
Add package names for ArchLinux.
Peter Powell
2019-06-24
Reset diagnostic pragmas after including external headers (#1661).
linuxdaemon
2019-06-14
Log SQL queries at the debug log level.
Peter Powell
2019-04-28
Some more text fixes and improvements (#1618).
Robby
2018-09-27
Fix SQL modules using "provider" in <database> instead of "module".
Peter Powell
2018-08-21
Fix a few things that should be marked as override but aren't.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-04-07
SQL: Add HasColumn() to check if a result contains a named column.
Daniel Vassdal
2017-12-22
Improve and modernize the SQL system API.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-10-21
Add PackageInfo directives for Debian.
Peter Powell
2016-09-16
Add CentOS PackageInfo
Adam
2016-09-16
Rewrite the build system directive parser.
Peter Powell
2016-09-02
Merge insp20
Attila Molnar
2016-08-17
m_sqlite3 Fix possible memory leak when opening a database fails
Attila Molnar
2014-12-15
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-10-27
Merge insp20
Attila Molnar
2014-09-02
m_sqlite3 Fix cleanup of unsuccessful database connections
Attila Molnar
2014-06-28
Ignore safe compiler warnings in a more reliable way.
Peter Powell
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-16
Clean up the build system properties and related code.
Peter Powell
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-10
Fixed linking m_sqlite3 on Windows
Adam
2010-08-04
Fix $md5pass and $sha256pass in SQL queries
Daniel De Graaf
2010-03-13
Change SQLv3 to format queries during submission, not before
danieldg
2010-03-13
Convert MySQL to SQLv3
danieldg
2010-03-13
Convert pgsql to SQLv3
danieldg
2010-03-06
Add column names to SQLv3, allow sqloper to specify its own query string
danieldg
2010-03-06
Convert SQLite driver to SQLv3
danieldg
2010-03-05
Fix SQL modules not all using AddService, noticed by Morpheus
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-11
Allow static build of inspircd without module support
danieldg
2009-10-22
Remove the intercomm system since sqlite is synchronous.
peavey
2009-10-18
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-09
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
danieldg
[next]