summaryrefslogtreecommitdiff
path: root/lib/rbot/registry.rb
AgeCommit message (Expand)Author
2020-04-06registry: add in-memory implementation for testsMatthias Hecker
2016-03-25fixes registry for 2.3.0, bug caused by wrong #get_implMatthias Hecker
2014-05-03[registry] fix subregistry re-use (closes #1)M. Hecker
2014-03-06[registry] improved tests, sqlite/tc bugfixesMatthias H
2014-03-06[registry] small refactoring and added flush testMatthias H
2014-03-06[registry] added sqlite3 database adapterMatthias H
2014-03-05[registry] migrate tc directory name to registry_tcMatthias Hecker
2014-02-24[registry] optimize at every restart/rescanMatthias H
2014-02-24[registry] refactoring into a abstract and factoryMatthias H
2010-03-16Moved DB stuff to registry/bdbVoker57
2009-02-22registry: expose set and bulk parametersGiuseppe Bilotta
2009-02-22registry: spare useless I/OGiuseppe Bilotta
2009-02-15+ @bot.path and datafile methodsGiuseppe Bilotta
2009-01-30* (registry) rdoc fixGiuseppe Bilotta
2007-12-16* (registry) no infinite recursion, pleaseDmitry Kim
2007-12-14* (registry) dup() the default on returnDmitry Kim
2007-12-14* (registry) fix the default value handling for non-existent registry filesDmitry Kim
2007-09-22registry.rb: don't create registry file unless accessing it for writingGiuseppe Bilotta
2007-09-17registry: it's @recovery, not @recoverGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-02registry.rb: suppress warning when @recovery is not definedGiuseppe Bilotta
2007-07-09integrated ruby-gettextYaohan Chen
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-03-25registry: allow plugins to provide a recovery proc in case data marshalling f...Giuseppe Bilotta
2007-03-18+ lazy behavior for plugin registries (don't create a BDB file until the regi...Dmitry Kim
2006-08-12Fix a problem with subregistriesGiuseppe Bilotta
2006-08-03Make keywords.rb into a plugin and sync with 0.9.10Giuseppe Bilotta
2006-08-03Lots of fixes all around, in preparation for the new auth coremoduleGiuseppe Bilotta
2006-07-22Of course, I forgot about creating the subregistry directories for brand new ...Giuseppe Bilotta
2006-07-21Fix path creation when upgrading 0.9.9 or earlier single-db registryGiuseppe Bilotta
2006-07-21Fix subregistry importing from single-file (0.9.9 or older) plugin databaseGiuseppe Bilotta
2006-07-20All lib/rbot files are now upgraded to the new logging featureGiuseppe Bilotta
2006-06-08Improved handling of database handling and cleanup during shutdownGiuseppe Bilotta
2006-06-07The sub_registry method for BotRegistryAccessor had somehow gotten AWOL. This...Giuseppe Bilotta
2006-02-10use a db env for the databases to avoid some corruption problems (I hope)Tom Gilbert
2006-02-09attempt to resolve #65Tom Gilbert
2006-01-27autosplit registry. now we have one per plugin.Tom Gilbert
2005-12-12try to handle backwards compat issuesTom Gilbert
2005-08-03Thu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-27move rbot into lib - still rearranging for packaging/installationTom Gilbert