summaryrefslogtreecommitdiff
path: root/modules/database/db_sql_live_read.cpp
AgeCommit message (Collapse)Author
2012-01-25WindowsAdam
2012-01-15Improve on db_sql_live_readAdam
2012-01-11Fixed loading db_sql_live_read's configuration values on startupAdam
2011-12-22Somehow these two modules got mixed up..Adam
2011-11-25Fixed a crash in ns saset when using mysql-write modulelethality
2011-11-17Fixed storing mode locksAdam
2011-11-08WindowsAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵Naram Qashat
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.