summaryrefslogtreecommitdiff
path: root/modules/database
AgeCommit message (Expand)Author
2017-10-08Fix some compiler warningsAdam
2017-10-07No longer expose c->ci and ci->cAdam
2017-05-29Remove recognized status and secureAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-04-07Merge commit '23a0628fba15be8bae73c8413e406780427fe60c'Adam
2017-02-07Normalize databases by not allowing generic Object referencesAdam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2017-01-11db_sql: run table creation queries during import synchronously tooAdam
2016-12-01Allow objects to opt out of gc, don't gc accounts with users logged inAdam
2016-11-30Fix some field shadowing warningsAdam
2016-11-25Rename most ext fields names to be consistent with everything else, add acces...Adam
2016-11-11db_old: convert languages to UTF-8 encoded versionAdam
2016-11-11Fix opers not really being serializableAdam
2016-11-09Change default database to sqlite, begin 2.0 db_flatfile supportAdam
2016-10-30Add new RESTful JSON API and documentationAdam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-16db_sql: don't update objects pending creation as it duplicates itAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
2016-10-09Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per acco...Adam
2016-10-09Split vhosts into its own structureAdam
2016-10-07db_old: fix warningsAdam
2016-10-07Set shared library suffix to .so, add missing serializable type GetTypes defi...Adam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-07-25db_old: fix warningsAdam
2016-04-14Remove memos from memoinfo more reliablyAdam
2016-01-28Update copyright to 2016. This was done with:Robby
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-06Merge pull request #120 from Alef-Burzmali/2.0+nobackupokAdam
2015-07-11Fix db_flatfile to read "nobackupokay"Thomas Fargeix
2015-07-08Fix a ton of typos.Peter Powell
2015-07-07Fix various Clang compiler warnings.Peter Powell
2014-12-29Allow configuring casemapsAdam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-07-26When object unserialization fails (due to not having dependency objects) bump...Adam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-15Log more when unable to backup databases in db_flatfileAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-27Fix default db name in db_flatfifle in a couple placesAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-05Open database files using std::ios_base::binary in db_flatfile, which Windows...Adam