Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | this enables to build again from gemspec | Ohad Levy | |
2016-03-25 | fixes registry for 2.3.0, bug caused by wrong #get_impl | Matthias Hecker | |
previously getimpl returned eigenclasses aswell which always was an issue but i guess a minor change in ruby triggered this. | |||
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-08-09 | Update markov.rb | Marshall Roch | |
This gets `markov probability` and `markov status` running again. I think there were some backwards-incompatible changes to MessageMapper that make the defaults required even with `[]`'s or something? | |||
2015-07-04 | webservice: add erb template render methods | Matthias Hecker | |
2015-07-04 | journal: introduce ensure_payload_index | Matthias Hecker | |
2015-07-04 | journal: wrap postgres client in single thread | Matthias Hecker | |
2015-06-24 | journal: move journal accessor in coremodule | Matthias Hecker | |
2015-06-21 | journal: simplified irc logging | Matthias Hecker | |
2015-06-21 | journal: irc logging module | Matthias Hecker | |
2015-06-20 | journal: allow hash/proc for query in count and remove | Matthias Hecker | |
2015-06-20 | journal: start with core botmodule, api changes | Matthias Hecker | |
2015-06-15 | journal: add mongodb storage backend | Matthias Hecker | |
2015-06-15 | journal: cleanup | Matthias Hecker | |
2015-06-14 | journal, integrated in bot | Matthias Hecker | |
2015-06-14 | journal: even more tests | Matthias Hecker | |
2015-06-14 | journal: more postgres tests | Matthias Hecker | |
2015-06-14 | journal: finishing postgres adapter | Matthias Hecker | |
2015-06-14 | journal: started implementing postgres storage | Matthias Hecker | |
2015-06-14 | journal: unsubscribe added | Matthias Hecker | |
2015-06-14 | introducing a persistent message queue, the "journal" | Matthias Hecker | |
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 | |