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
/
database
/
db_sql_live.cpp
Age
Commit message (
Expand
)
Author
2012-12-28
fixup part of 379b2c, dont use iterators after theyre erased
Adam
2012-12-28
The timestamp column in SQL should actually be null sometimes, and fixed some...
Adam
2012-12-13
Optimize much of the database code and serialize code.
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-07
I haven't a clue why this was here but its not even remotely right.. fixes #1448
Adam
2012-10-24
When db_sql_live gets new objects immediately update cache on them to prevent...
Adam
2012-10-13
Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...
Adam
2012-10-01
Allow modules to store data in their own databases.
Adam
2012-09-30
Bug #1445 - Empty out columns in SQL we have no data for on
Adam
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
Add db_sql:prefix allow prefixing all anope tables similarly, and changed db_...
Adam
2012-04-23
Reworked live SQL support yet again
Adam