summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-06-09fix: webservice dispatch syntax checkGiuseppe Bilotta
2021-06-09fix: webservice message user typeGiuseppe Bilotta
2021-06-05bot: reorder fork sequenceGiuseppe Bilotta
2021-06-05logger: don't actually close the console loggerGiuseppe Bilotta
2021-06-05fix: write override behaviorGiuseppe Bilotta
2021-06-05fix: restore logging of session start/endGiuseppe Bilotta
2021-06-05logger: fix STDERR recursionGiuseppe Bilotta
2021-06-05fix: stderr vs stdout write overrideGiuseppe Bilotta
2021-05-29fix: restart logger thread after forkGiuseppe Bilotta
2021-05-29fix: preserve loglevels across options and filesGiuseppe Bilotta
2021-05-29Catch another non-standard errorGiuseppe Bilotta
2020-04-24refactor: remove global bot instance, closes #42Matthias Hecker
2020-04-22ensures the path reported by gems does existsMatthias Hecker
2020-04-16core: sets plugin_path to loaded pluginsMatthias Hecker
2020-04-15refactor: wordlist shouldn't use bot singleton #35Matthias Hecker
2020-04-15refactor: remove unused userdata moduleMatthias Hecker
2020-04-14fix nick renaming during connectionMatthias Hecker
2020-04-14refactor: httputil no longer core module see #38Matthias Hecker
2020-04-14httputil: remove obsolete version_1_2 declarationMatthias Hecker
2020-04-14remove obsolete require of net/httpsMatthias Hecker
2020-04-13message: add #thanks method, similar to okayMatthias Hecker
2020-04-08fix: in-memory registry persist correctlyMatthias Hecker
2020-04-06plugin(points): +/- must come after, closes #34Matthias Hecker
2020-04-06registry: add in-memory implementation for testsMatthias Hecker
2020-04-06fix: gettext updated each_textdomain > each_text_domainsMatthias Hecker
2020-04-03plugin(search): fix wolfram and gdef, removed someMatthias Hecker
2020-04-02plugin(search): fix search and gcalc, closes #28, #29Matthias Hecker
2020-03-31refactor: logger moved away from ircbot (exp.)Matthias Hecker
2020-03-29fix: plugins delegate disregarding all options givenMatthias Hecker
2020-03-28always log to stdout with debug flagMatthias Hecker
2020-03-27gem: support for newest ruby versionsMatthias Hecker
2020-03-27Merge pull request #4 from ahpook/rename_karmaMatthias Hecker
2016-03-25fixes registry for 2.3.0, bug caused by wrong #get_implMatthias Hecker
2015-12-15Renames the 'karma' plugin to a 'points' systemEric Sorenson
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