summaryrefslogtreecommitdiff
path: root/modules/database
AgeCommit message (Expand)Author
2013-11-16Fix default level names for access change/list in db_oldAdam
2013-11-12Set the default db name to anope.dbAdam
2013-11-09Remove db_plainAdam
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-08-25Save unconfirmed status and passcodes in the database.Adam
2013-08-12Fix some issues with suspendAdam
2013-08-07Fix db_sql to not remove objects when shutting down, as some modules that unl...Adam
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-18Fix Windows buildAdam
2013-05-17You would think my compiler would at least warn me about this. but no.Adam
2013-05-17Add Redis database supportAdam
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-16Move extras header files out of extras so when users copy modules out they do...Adam
2013-04-11Remove more OPDEOP referencesAdam
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-03-29Fix /bs set privateAdam
2013-03-18Add db_sql:import config option so we can know for sure whether or not we wan...Adam
2013-03-16Have db_flatfile store object ids if they are set, even though it doesn't use...Adam
2013-03-01Fix Windows buildAdam
2013-02-16Fix missing CheckInit check in db_sql_liveAdam
2013-02-15Store hashes of the last commit instead of the last commitAdam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14This Serialize::Destroy method isn't actually needed anymore. Fixes weirdness...Adam
2013-02-14Magiobiwan is sillyAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-02-14Update obj ts when constructed in db_sqlAdam
2013-01-27Fix db_flatfile not clearing databases on save if there are no objects left o...Adam
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-12check if the database exists before we try to backup itDukePyrolator
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-28fixup part of 379b2c, dont use iterators after theyre erasedAdam
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed some...Adam
2012-12-25Allow modules loaded after startup to magically reobtain their database objec...Adam
2012-12-15Check for NOJOIN being < 0 but restricted on in db_oldAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels...Adam
2012-11-07I haven't a clue why this was here but its not even remotely right.. fixes #1448Adam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-11-01Made db_old load exceptions.dbAdam
2012-11-01fixed importing mode locks in db_oldDukePyrolator