Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-06 | registry: add in-memory implementation for tests | Matthias Hecker | |
2020-04-06 | fix: gettext updated each_textdomain > each_text_domains | Matthias Hecker | |
2020-04-03 | plugin(search): fix wolfram and gdef, removed some | Matthias Hecker | |
this removes gcount and gtime from the search plugin, google no longer provides this information easily | |||
2020-04-02 | plugin(search): fix search and gcalc, closes #28, #29 | Matthias Hecker | |
2020-03-31 | refactor: logger moved away from ircbot (exp.) | Matthias Hecker | |
This moves the logger management thread/queue to a seperate singleton. It removes the explicit stopping/restarting of the logging thread since the thread should behave like a daemon thread anyway. Still needs to be tested to work in daemonize. | |||
2020-03-29 | fix: plugins delegate disregarding all options given | Matthias Hecker | |
2020-03-28 | always log to stdout with debug flag | Matthias Hecker | |
This makes it so the -d debug flag on the rbot command line will always log to STDOUT, previously it would just force the log level. | |||
2020-03-27 | gem: support for newest ruby versions | Matthias Hecker | |
2020-03-27 | Merge pull request #4 from ahpook/rename_karma | Matthias Hecker | |
Rename and improve karma plugin | |||
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 | 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-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 | 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-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-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 | |
2014-12-02 | [url] fixes encoding error in encoding detection code, maybe closes #2 | 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 | |