summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-24[registry] rbotdb script now imports tc databasesMatthias H
2014-02-24[webservice] log requests to seperate file in profileMatthias H
2014-02-24[webservice] response as json if asked toMatthias H
2014-02-24Update README.mdMatthias Hecker
2014-02-24README updateMatthias H
2014-02-24[registry] optimize at every restart/rescanMatthias H
2014-02-24[registry] rbotdb registry-folder option, tcimportMatthias H
2014-02-24[registry] refactoring into a abstract and factoryMatthias H
* a new abstract class AbstractAccessor is the new base for all concrete database implementations. * a factory now, dynamically discovers those implementations in the registry/ directory and will create the configured type for the plugins. * again: this makes db keys case-sensitive (aka 'the correct way of doing things' -.-) * re-added tokyocabinet
2014-02-24[agent] wip core mechanize agent pluginMatthias H
2014-02-21[webservice] dispatch command in post aswellMatthias H
2014-02-21[unicode] fix to ignore invalid-unicodeMatthias H
2014-02-21[remote] removed due to security concernsMatthias H
2014-02-21[webservice] control bot through http interfaceMatthias H
2014-02-21[plugin] ri fixed, simple no longer available :(Matthias H
I set it to ansi, but thats not really any better. At least it doesnt crash.
2014-02-21[auth] randomized default passwordMatthias H
2014-02-21[plugin] youtube fixed, added help textMatthias H
Used the httputils api wrongly, had no help text.
2014-02-21[plugin] wow removed, uses broken api.Matthias H
The xml is no longer available. Could be fixed using this: http://us.battle.net/api/wow/realm/status?realm=Hyjal
2014-02-21[plugin] tube removedMatthias H
2014-02-21[plugin] urban fixedMatthias H
2014-02-21[plugin] threat removed, brokenMatthias H
2014-02-20[remote] server imho shouldnt be listen by defaultMatthias H
2014-02-20[plugin] spotify plugin removedMatthias H
2014-02-20[core] unicode plugin that sets server encodingMatthias H
2014-02-20[plugin] imdb small parser fixMatthias H
2014-02-20[registry] daybreak engine small fixMatthias H
2014-02-20[plugin] removed lastm, many things broken.Matthias H
I registered the api key ae97541e36fd005a1cfbad12ce85db39 but even then, there is just too much broken. I don't use lastfm, so no fix from me.
2014-02-20[plugin] removed iplookup, doesnt workMatthias H
2014-02-20[plugin] insult, small fixMatthias H
2014-02-20[plugin] removed grouphug, ceased to existMatthias H
2014-02-20[plugins] random permissions fixMatthias H
2014-02-20[plugin] googlefight fixed regexpMatthias H
2014-02-20[plugin] geoip small fixes, needs more workMatthias H
2014-02-20[plugin] removed freshmeat, doesnt exist anymoreMatthias H
2014-02-20[plugin] fortune: fixed bin/not-foundMatthias H
2014-02-20[plugin] removed forecast, old/unsupported depMatthias H
2014-02-20[plugin] removed digg, broken apiMatthias H
2014-02-20[plugin] fixed chucknorris for 2.0Matthias H
2014-02-20[plugin] removed debugger pluginMatthias H
2014-02-20[plugin] del.icio.us ceased to exist.Matthias H
2014-02-20[plugin] removed dictclient, outdated deps.Matthias H
Uses an outdated and unmaintained ruby gem.
2014-02-20[plugins] fixed oxford only, all others are broken.Matthias H
Removed the broken dicts except for oxford, renamed the plugin.
2014-02-20[registry] improved export/import/migrate script.Matthias H
2014-02-19[registry] registry folder with suffix, added daybreak engineMatthias H
2014-02-19[registry] standalone import/export/migrate scriptMatthias H
2014-02-18log fatal/error messages to stderr, but check if daemonized first!Matthias H
2014-02-18remove old/compat code no longer supportedMatthias H
2014-02-18[registry] removed temp loggingMatthias H
2014-02-18removes bdb&tc registry; adds dbm registryMatthias H
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).
2013-12-06url: more flexibility with first_parMatthias H
2013-12-06workaround for broken pretty_inspectMatthias H