summaryrefslogtreecommitdiff
path: root/modules/database
AgeCommit message (Collapse)Author
2013-12-19Fix db_old assigning empty greets to users who did not have a greet. Fix ↵Adam
debug log message in extensible.cpp
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-11-21This actually can't happen, but this is what was meantAdam
2013-11-21Shrink nick and channel default flags in db_old, otherwise converted ↵Adam
nicks/channels always end up with the defaults enabled, even if they explicitly have them set off. Fix setting nickserv defaults to none.
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
Fix db_sql_live to not reinsert all records if there are extra columns. Plexus has no chmode +r
2013-08-12Fix some issues with suspendAdam
2013-08-07Fix db_sql to not remove objects when shutting down, as some modules that ↵Adam
unload before it when shutting down remove their items then
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 ↵Adam
warnings
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-05-27Initially attach all modules to all events, and detach them as the events ↵Adam
are run if they are not implemented per module
2013-05-26Get rid of the remaining references in the core to specific services. Move ↵Adam
more stuff out of the core to the proper modules.
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
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
2013-05-05Move module header files to include/modules to fix naming conflicts with ↵Adam
system headers
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
2013-04-16Move extras header files out of extras so when users copy modules out they ↵Adam
dont need the headers too
2013-04-11Remove more OPDEOP referencesAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ↵Adam
call it on module load on modules that hook to it
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. ↵Adam
Mark our modules as VENDOR and allow modules to have multple types.
2013-03-29Fix /bs set privateAdam
2013-03-18Add db_sql:import config option so we can know for sure whether or not we ↵Adam
want a database import
2013-03-16Have db_flatfile store object ids if they are set, even though it doesn't ↵Adam
use them, so that if other database modules that use them are loaded they can keep track of objects properly
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 ↵Adam
weirdness from a few Serializable items we had on the stack. Added a comment about why operator< in Reference fails.
2013-02-14Magiobiwan is sillyAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent ↵Adam
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist
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 ↵Adam
of that type (it will leave the old database with old objects currently)
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
check that it really returns a value before using it. Also fix memos to cleanup after themselves when deleted.
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-12check if the database exists before we try to backup itDukePyrolator
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
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 ↵Adam
some valgrind errors with db_sql_live
2012-12-25Allow modules loaded after startup to magically reobtain their database ↵Adam
objects. Fix os_dns for sql(live)
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
cleanup, and allow protocol mods to depend on each other
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID ↵Adam
levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode