Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | Improvements to the points plugin | Eric Sorenson | |
This commit makes a couple of improvements the points plugin: - added a 'pointsdump' command to show everything in the registry, not just the best and worst - fixed Hash#index deprecation warnings under ruby >1.9 - made nicer messages when displaying stats on an empty registry | |||
2015-12-15 | Renames the 'karma' plugin to a 'points' system | Eric Sorenson | |
Prior to this commit, rbot used a "karma" system for keeping track of user points. This phrasing, while widespread, is unnecessarily appropriationist. This commit renames the plugin to a more neutral "points" system, accomplishing exactly the same goal without using culturally problematic language. For more background please read: http://bit.ly/1MfLmce | |||
2015-06-13 | script: make $SAFE configureable | Matthias Hecker | |
2015-06-13 | plugins, improved how we lookup plugins filename | Matthias Hecker | |
2015-06-13 | introduce reload alias for rescan | Matthias Hecker | |
2015-06-13 | logging, irc fix loglevel i messed up | Matthias Hecker | |
2015-06-13 | logging improved in irc | Matthias Hecker | |
2015-06-13 | logging, print >=warning to stderr | Matthias Hecker | |
2015-06-13 | logging: proper stderr logger for error/fatal | Matthias Hecker | |
2015-03-11 | plugins fix missing save for 1.9 | Matthias H | |
2015-03-11 | plugins: allow rescanning of one botmodule only | Matthias H | |
2015-03-11 | api doc: fix path in task | Matthias H | |
2015-03-09 | updated copyright notice and authors | Matthias H | |
2015-03-09 | ruby 2.2: fix a obscure regexp escaping bug | Matthias H | |
2015-03-09 | webservice: fix cleanup typo | Matthias H | |
2015-03-09 | rake: yarn doc task | Matthias H | |
2015-03-09 | readme: point to new wiki | Matthias H | |
2015-01-12 | web service: fix basic auth handler | Matthias H | |
2015-01-12 | web service: response helper methods | Matthias H | |
2015-01-12 | web service: alias web module mixins | Matthias H | |
2015-01-12 | messagemapper: refactor options are really the params | Matthias H | |
2015-01-12 | web service: parse uri params; small improvements | Matthias H | |
2015-01-11 | web service: better integration in rbot | Matthias H | |
this commit integrates better in the existing message dispatching / authentication system of rbot. | |||
2015-01-11 | agent: remove proxy opt-out for plugins | Matthias H | |
2015-01-11 | rbotdb: create non-existing profile directory | Matthias H | |
2015-01-11 | set default encoding to UTF-8 for Ruby 1.9 | Giuseppe Bilotta | |
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 | |