summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-28plugin(script): remove deprecated $SAFEMatthias Hecker
2020-03-27experiment with travis-ci setupMatthias Hecker
2020-03-27gem: support for newest ruby versionsMatthias Hecker
2020-03-27deps: update dependenciesMatthias Hecker
2020-03-27Merge pull request #30 from ruby-rbot/dependabot/bundler/nokogiri-1.10.9Matthias Hecker
2020-03-27Merge pull request #31 from ruby-rbot/dependabot/bundler/rack-1.6.13Matthias Hecker
2020-03-27Bump rack from 1.5.2 to 1.6.13dependabot[bot]
2020-03-27Bump nokogiri from 1.6.1 to 1.10.9dependabot[bot]
2020-03-27Merge pull request #2 from mroch/patch-1Matthias Hecker
2020-03-27Merge pull request #4 from ahpook/rename_karmaMatthias Hecker
2020-03-27Merge pull request #27 from ohadlevy/gemspec-fixesMatthias Hecker
2019-04-22this enables to build again from gemspecOhad Levy
2016-03-25fixes registry for 2.3.0, bug caused by wrong #get_implMatthias Hecker
2015-12-15Improvements to the points pluginEric Sorenson
2015-12-15Renames the 'karma' plugin to a 'points' systemEric Sorenson
2015-08-09Update markov.rbMarshall Roch
2015-07-04webservice: add erb template render methodsMatthias Hecker
2015-07-04journal: introduce ensure_payload_indexMatthias Hecker
2015-07-04journal: wrap postgres client in single threadMatthias Hecker
2015-06-24journal: move journal accessor in coremoduleMatthias Hecker
2015-06-21journal: simplified irc loggingMatthias Hecker
2015-06-21journal: irc logging moduleMatthias Hecker
2015-06-20journal: allow hash/proc for query in count and removeMatthias Hecker
2015-06-20journal: start with core botmodule, api changesMatthias Hecker
2015-06-15journal: add mongodb storage backendMatthias Hecker
2015-06-15journal: cleanupMatthias Hecker
2015-06-14journal, integrated in botMatthias Hecker
2015-06-14journal: even more testsMatthias Hecker
2015-06-14journal: more postgres testsMatthias Hecker
2015-06-14journal: finishing postgres adapterMatthias Hecker
2015-06-14journal: started implementing postgres storageMatthias Hecker
2015-06-14journal: unsubscribe addedMatthias Hecker
2015-06-14introducing a persistent message queue, the "journal"Matthias Hecker
2015-06-13script: make $SAFE configureableMatthias Hecker
2015-06-13plugins, improved how we lookup plugins filenameMatthias Hecker
2015-06-13introduce reload alias for rescanMatthias Hecker
2015-06-13logging, irc fix loglevel i messed upMatthias Hecker
2015-06-13logging improved in ircMatthias Hecker
2015-06-13logging, print >=warning to stderrMatthias Hecker
2015-06-13logging: proper stderr logger for error/fatalMatthias Hecker
2015-03-11plugins fix missing save for 1.9Matthias H
2015-03-11plugins: allow rescanning of one botmodule onlyMatthias H
2015-03-11api doc: fix path in taskMatthias H
2015-03-09updated copyright notice and authorsMatthias H
2015-03-09ruby 2.2: fix a obscure regexp escaping bugMatthias H
2015-03-09webservice: fix cleanup typoMatthias H
2015-03-09rake: yarn doc taskMatthias H
2015-03-09readme: point to new wikiMatthias H
2015-01-12web service: fix basic auth handlerMatthias H
2015-01-12web service: response helper methodsMatthias H