summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-26[urban] forgot debugsM. Hecker
2014-11-26[urban] fix for changed markupM. Hecker
2014-09-03Merge branch 'fork' of github.com:4poc/rbot into forkM. Hecker
2014-09-03[webservice] expose webservice to pluginsM. Hecker
2014-07-18add a first basic colorformat string functionMatthias H
2014-07-17[agent] add options for ssl and proxyMatthias H
2014-05-03[registry] fix subregistry re-use (closes #1)M. Hecker
2014-04-29[webservice] add /ping test routeM. Hecker
2014-03-27[httputil] fix unknown fallback encodingMatthias H
2014-03-26[translator] fix google, add yandex, remove brokenMatthias H
2014-03-06[registry] improved tests, sqlite/tc bugfixesMatthias H
2014-03-06[registry] more testsMatthias H
2014-03-06[registry] small refactoring and added flush testMatthias H
2014-03-06[rbotdb] renamed import/export to restore/backup,Matthias H
Somehow I think its easier to understand when its called backup/restore.
2014-03-06[rbotdb] add sqlite support, remove confusing autoMatthias H
Removes the -t auto option, its just confusing. The type now needs to be specified explicitly.
2014-03-06update requirements documentationMatthias H
2014-03-06[gemfile] add (uncommented) deps for all dbtypesMatthias H
2014-03-06[registry] added a testcaseMatthias H
2014-03-06[registry] added sqlite3 database adapterMatthias H
2014-03-06[config] adds a new param store_defaultMatthias H
Creates a new option to store the default at first run. This fixes the problem that random auth passwords are not kept, it also allows us to always store the core.db config value.
2014-03-05Update README.mdMatthias Hecker
2014-03-05[registry] migrate tc directory name to registry_tcMatthias Hecker
2014-03-05add a gemfileMatthias Hecker
2014-03-05[ssl] fix for missing ca pathMatthias Hecker
2014-03-05[registry] use tc by-default if availableMatthias Hecker
2014-02-28[httputil] fix to ignore recoding errorsMatthias H
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