summaryrefslogtreecommitdiff
path: root/modules/database/db_plain.cpp
AgeCommit message (Expand)Author
2013-11-09Remove db_plainAdam
2013-07-20Fix more compile warnings found on newer g++ versionsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-20made our database backup filenames more readableDukePyrolator
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-09-02Fix WindowsAdam
2012-07-01Remove ExtensibleString everywhereAdam
2012-05-09fixed paste error (failed awesomeness) in last commit.lethality
2012-05-09Fixed saving backupslethality
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2012-04-23Reworked live SQL support yet againAdam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the order...Adam
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-11-08WindowsAdam
2011-10-27Bug #1350 + other related fixesAdam
2011-10-27Fixed loading exceptions in db_plainAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-22Added akill idsAdam
2011-10-18Fixed compile errors on release buildAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-10Fixed compile errors & warnings from 1.9.6 to 1.9 mergeAdam
2011-09-10Added chanserv/logAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Rewrote mlock saving/loading code to not use this silly extensible hackAdam
2011-08-14Bug #1312, fixed loading autoowner from db_plainAdam
2011-08-12Fixed loading/saving XLines in db_plainDukePyrolator
2011-08-11Added a separate field for last seen realhost to ns_info, shown to services a...DukePyrolator
2011-08-06Fixed loading older access entriesAdam
2011-08-05Rewrote the example configurations and split themAdam