index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
extra
/
m_mysql.cpp
Age
Commit message (
Expand
)
Author
2012-06-01
updated chanstats
DukePyrolator
2012-05-08
Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live
Adam
2012-04-29
Pull table schemas from SQL on startup so we can alter the schemas if we need...
Adam
2012-04-27
Fixes to db_sql
Adam
2012-04-27
Add db_sql:prefix allow prefixing all anope tables similarly, and changed db_...
Adam
2012-04-23
Reworked live SQL support yet again
Adam
2012-04-08
Modified the SQL API to allow unescaped parameters (useful for passing row na...
DukePyrolator
2012-02-18
Use C++11's explicit override feature if available
Adam
2011-11-08
Windows
Adam
2011-11-04
Delete all tables before flushing not just ones we know about
Adam
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a mo...
Adam
2011-09-10
Moved signal/thread/mode checking to use signal pipes
Adam
2011-09-10
Made service_reference type safe
Adam
2011-07-23
Fix couple of typos in modules
Charles Kingsley
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-05-16
Fixed up the MySQL Query code and finished some command code I forgot earlier
Adam
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-03-05
Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...
Adam
2011-03-04
Added LDAP support
Adam
2011-02-20
Much more work on the live SQL. Should work pretty decently now under heavy l...
Adam
2011-01-07
Added db_mysql_live which allows Anope to pull data
Adam
2010-10-30
Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.
Adam
2010-10-01
Rewrote some of the socket code to allow m_ssl to be a service.
Adam
2010-08-27
Added a new logging system
Adam
2010-08-22
Added a classbase for the major classes, makes dynamic_reference invalidation...
Adam
2010-08-17
Always unload socketengines/database/protocl etc modules last, and fixed a po...
Adam
2010-08-15
Rewrote the MySQL API to use threads. This acts similar to before, but is fas...
Adam