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
/
db_mysql_live.cpp
Age
Commit message (
Expand
)
Author
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-05-16
Added more useful functions to our LDAP API, allow adding newly registered ac...
Adam
2011-05-16
Fixed up the MySQL Query code and finished some command code I forgot earlier
Adam
2011-03-09
Store mlock in the databases and removed some unused functions from misc.cpp
Adam
2011-03-04
Just use blocking sql queries if m_asynch_commands isn't loaded - it's not th...
Adam
2011-02-25
More fixes. Also made db_mysql_live not keep bots updated because thats point...
Adam
2011-02-20
Much more work on the live SQL. Should work pretty decently now under heavy l...
Adam
2011-02-17
Split db_mysql_live into two modules so other modules can make use of the asy...
Adam
2011-02-04
Moved the language strings which are only used once
Adam
2011-01-15
Added an amsg kicker
Adam
2011-01-08
Changed db_mysql_live to use a safer mutex system to prevent deadlocks
Adam
2011-01-08
Process flag changes from SQL
Adam
2011-01-07
Added db_mysql_live which allows Anope to pull data
Adam