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_mysql.cpp
Age
Commit message (
Expand
)
Author
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-10
Fix an oversight in mkversions that caused it to not update extras.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-11-16
Refactor the MySQL code slightly.
Peter Powell
2019-11-13
Refactor the MySQL query and result queue classes.
Peter Powell
2019-11-13
Get rid of some dead code in the MySQL module.
Peter Powell
2019-11-13
Improve the logic around connecting to a MySQL server.
Peter Powell
2019-11-13
Add GetId() to the SQL::Provider class.
Peter Powell
2019-08-20
Improve escaping strings in the MySQL module.
Peter Powell
2019-08-20
Initialise and deallocate the MySQL library correctly.
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-06-07
Replace all abstract usages of his/he/her with they/their/it.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
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-07-15
Use mysql_real_escape_string instead of mysql_escape string.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2018-04-07
SQL: Add HasColumn() to check if a result contains a named column.
Daniel Vassdal
2018-02-17
Fix building on Windows (mostly).
Peter Powell
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-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-10-21
Add PackageInfo directives for Debian.
Peter Powell
2017-10-15
Update wiki links to use HTTPS and point to the correct pages.
Peter Powell
2016-09-16
Add CentOS PackageInfo
Adam
2016-09-16
Rewrite the build system directive parser.
Peter Powell
2016-08-19
Fix m_mysql warning about use of C++11 features on C++03.
Peter Powell
2015-02-06
m_mysql Add charset config option
Florian Praden
2014-12-15
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Threads to be physically part of the object co...
Attila Molnar
2014-04-13
Change Windows libraries to be dynamically linked
Adam
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-06-01
m_mysql Fix escaping strings longer than MAXBUF/2
attilamolnar
2013-05-22
m_mysql Fix crash on rehash when the database tags have been changed in the c...
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
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-10-12
Remove superfluous std::string()s
attilamolnar
[next]