Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-11 | rbotdb: use correct bdb adapter for legacy backup | Matthias H | |
2014-12-02 | [url] fixes encoding error in encoding detection code, maybe closes #2 | M. Hecker | |
2014-11-28 | [translator] fixes broken page encoding | M. Hecker | |
2014-11-26 | [urban] forgot debugs | M. Hecker | |
2014-11-26 | [urban] fix for changed markup | M. Hecker | |
2014-09-03 | Merge branch 'fork' of github.com:4poc/rbot into fork | M. Hecker | |
2014-09-03 | [webservice] expose webservice to plugins | M. Hecker | |
2014-07-18 | add a first basic colorformat string function | Matthias H | |
2014-07-17 | [agent] add options for ssl and proxy | Matthias H | |
2014-05-03 | [registry] fix subregistry re-use (closes #1) | M. Hecker | |
2014-04-29 | [webservice] add /ping test route | M. Hecker | |
2014-03-27 | [httputil] fix unknown fallback encoding | Matthias H | |
2014-03-26 | [translator] fix google, add yandex, remove broken | Matthias H | |
2014-03-06 | [registry] improved tests, sqlite/tc bugfixes | Matthias H | |
2014-03-06 | [registry] more tests | Matthias H | |
2014-03-06 | [registry] small refactoring and added flush test | Matthias 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 auto | Matthias H | |
Removes the -t auto option, its just confusing. The type now needs to be specified explicitly. | |||
2014-03-06 | update requirements documentation | Matthias H | |
2014-03-06 | [gemfile] add (uncommented) deps for all dbtypes | Matthias H | |
2014-03-06 | [registry] added a testcase | Matthias H | |
2014-03-06 | [registry] added sqlite3 database adapter | Matthias H | |
2014-03-06 | [config] adds a new param store_default | Matthias 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-05 | Update README.md | Matthias Hecker | |
2014-03-05 | [registry] migrate tc directory name to registry_tc | Matthias Hecker | |
2014-03-05 | add a gemfile | Matthias Hecker | |
2014-03-05 | [ssl] fix for missing ca path | Matthias Hecker | |
2014-03-05 | [registry] use tc by-default if available | Matthias Hecker | |
2014-02-28 | [httputil] fix to ignore recoding errors | Matthias H | |
2014-02-24 | [registry] rbotdb script now imports tc databases | Matthias H | |
2014-02-24 | [webservice] log requests to seperate file in profile | Matthias H | |
2014-02-24 | [webservice] response as json if asked to | Matthias H | |
2014-02-24 | Update README.md | Matthias Hecker | |
2014-02-24 | README update | Matthias H | |
2014-02-24 | [registry] optimize at every restart/rescan | Matthias H | |
2014-02-24 | [registry] rbotdb registry-folder option, tcimport | Matthias H | |
2014-02-24 | [registry] refactoring into a abstract and factory | Matthias 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 plugin | Matthias H | |
2014-02-21 | [webservice] dispatch command in post aswell | Matthias H | |
2014-02-21 | [unicode] fix to ignore invalid-unicode | Matthias H | |
2014-02-21 | [remote] removed due to security concerns | Matthias H | |
2014-02-21 | [webservice] control bot through http interface | Matthias 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 password | Matthias H | |
2014-02-21 | [plugin] youtube fixed, added help text | Matthias 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 removed | Matthias H | |
2014-02-21 | [plugin] urban fixed | Matthias H | |
2014-02-21 | [plugin] threat removed, broken | Matthias H | |
2014-02-20 | [remote] server imho shouldnt be listen by default | Matthias H | |