]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit - lib/rbot/ircbot.rb
removes bdb&tc registry; adds dbm registry
authorMatthias H <apoc@sixserv.org>
Tue, 18 Feb 2014 18:25:17 +0000 (19:25 +0100)
committerMatthias H <apoc@sixserv.org>
Tue, 18 Feb 2014 18:25:17 +0000 (19:25 +0100)
commita043bcf9dd268cec5c9bdfc09dab7fcb0fc33644
tree913969e4e89eb6d29c696e751520953924df125c
parentaa073ca098a00d9414b8190b3bdbd795afc8af5b
removes bdb&tc registry; adds dbm registry

This removes the existing registries, ruby-bdb (Berkeley DB) and
tokyocabinet, instead it creates a new registry based on ruby
DBM.
Ruby-bdb has long since been abandoned in favor for rubys DBM
and tokyocabinet also has been ceased development since
2011 (for kyotocabinet).
lib/rbot/ircbot.rb
lib/rbot/plugins.rb
lib/rbot/registry/bdb.rb [deleted file]
lib/rbot/registry/dbm.rb [new file with mode: 0644]
lib/rbot/registry/tc.rb [deleted file]