summaryrefslogtreecommitdiff
path: root/modules/database/db_old.cpp
AgeCommit message (Collapse)Author
2012-04-23Reworked live SQL support yet againAdam
2012-04-23Fixed hashm checking in db_old and loading 1.9.1 databasesAdam
2012-02-27Fixed db_old loading noexpireAdam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the ↵Adam
order of saving memos (among other things)
2012-02-22Fixed db_old loading memo ownersAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2012-01-02Updated Copyright to 2012Adam
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-10-22Added akill idsAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.