]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/registry
httputil: remove obsolete version_1_2 declaration
[user/henk/code/ruby/rbot.git] / lib / rbot / registry /
2020-04-08 Matthias Heckerfix: in-memory registry persist correctly
2020-04-06 Matthias Heckerregistry: add in-memory implementation for tests
2014-03-06 Matthias H[registry] improved tests, sqlite/tc bugfixes
2014-03-06 Matthias H[registry] small refactoring and added flush test
2014-03-06 Matthias H[registry] added sqlite3 database adapter
2014-02-24 Matthias H[registry] refactoring into a abstract and factory
2014-02-20 Matthias H[registry] daybreak engine small fix
2014-02-19 Matthias H[registry] registry folder with suffix, added daybreak...
2014-02-18 Matthias H[registry] removed temp logging
2014-02-18 Matthias Hremoves bdb&tc registry; adds dbm registry
2012-09-27 Giuseppe Bilottabdb: message when wrong bdb module is loaded
2012-08-31 Giuseppe Bilottabdb: restore errors should be logged as errors
2012-04-30 Giuseppe Bilottadb adaptors: nil internal variable when closing
2011-07-11 Giuseppe BilottaFix TC db close on cleanup
2011-05-10 Giuseppe Bilottabdb: don't retrieve the db values when warning about...
2011-01-31 Giuseppe Bilottacomments and message fixes
2011-01-28 Giuseppe Bilottabdb: support running without envs
2011-01-26 Giuseppe BilottaTokyoCabinet pseudo-environment
2010-10-06 Giuseppe BilottaTokyoCabinet #fwmkeys() expects a string
2010-10-06 Giuseppe BilottaTokyoCabinet: upgrade from BDB using case-insensitive...
2010-09-27 Giuseppe Bilotta* wrap BDB::Fatal classes for abstract trapping
2010-09-24 Voker57Check BDB version only if it's loaded
2010-09-24 Giuseppe BilottaTokyoCabinet: more BDB checks
2010-09-23 Giuseppe BilottaTokyoCabinet: only warn about skipped upgrade if the...
2010-09-23 Giuseppe BilottaTokyoCabinet: fix extension in 0.9.9 upgrade path
2010-09-23 Giuseppe BilottaTokyoCabinet: 0.9.5-to-0.9.9 must use BDB only
2010-03-16 Voker57Tokyo Cabinet DB backend
2010-03-16 Voker57Moved DB stuff to registry/bdb