summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-25fix: TCPSocked.gethostbyname is deprecatedfix/deprecated_gethostbynameHendrik Jäger
2021-06-09rbot-remote: allow override of functionGiuseppe Bilotta
2021-06-09fix: webservice dispatch syntax checkGiuseppe Bilotta
2021-06-09fix: webservice message user typeGiuseppe Bilotta
2021-06-09Partial revert: reintroduce rbot-remoteGiuseppe Bilotta
2021-06-09webhook: define number for watch/star actions tooGiuseppe 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-06-01chucknorris: fix loadingGiuseppe Bilotta
2021-05-31webhook: include target ref for pull/merge requestsGiuseppe Bilotta
2021-05-31webhook: typo preventing unwatchGiuseppe Bilotta
2021-05-31webhook: gitlab supportGiuseppe Bilotta
2021-05-31new plugin: webhookGiuseppe Bilotta
2021-05-31plugin(rss): fix config descriptionGiuseppe 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
2021-05-29Properly quote salut-italianGiuseppe Bilotta
2021-05-29chucknorris: read gzip stream before passing it to YAML.loadGiuseppe Bilotta
2021-05-29quiz: hint presentation fix for ruby 1.9+Giuseppe Bilotta
2021-05-26Merge pull request #61 from ruby-rbot/dependabot/bundler/nokogiri-1.11.4Matthias Hecker
2021-05-19build(deps): bump nokogiri from 1.11.1 to 1.11.4dependabot[bot]
2021-04-22Merge pull request #59 from ruby-rbot/dependabot/bundler/mechanize-2.7.7Matthias Hecker
2021-04-22Merge pull request #60 from ruby-rbot/dependabot/bundler/oauth-0.5.5Matthias Hecker
2021-04-22build(deps-dev): bump oauth from 0.5.4 to 0.5.5dependabot[bot]
2021-02-02build(deps): bump mechanize from 2.7.6 to 2.7.7dependabot[bot]
2020-07-09Merge pull request #52 from ruby-rbot/dependabot/bundler/rack-2.2.3Matthias Hecker
2020-06-24build(deps): bump rack from 2.2.2 to 2.2.3dependabot[bot]
2020-04-25plugin(imdb): fix title regex, closes #44Matthias Hecker
2020-04-24refactor: remove global bot instance, closes #42Matthias Hecker
2020-04-24plugin(keywords): remove export to file, see #42Matthias Hecker
2020-04-23plugin(factoids): use registry for storage see #42Matthias Hecker
2020-04-22ensures the path reported by gems does existsMatthias Hecker
2020-04-20plugin(quotes): use registry for storage see #42Matthias Hecker
2020-04-20plugin(alias): use registry for storage see #42Matthias Hecker
2020-04-17plugin(lart): fix not save before loadMatthias Hecker
2020-04-17plugin(salut): use registry for storage see #42Matthias Hecker
2020-04-16plugin(lart): refactor to use registry to persistMatthias 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-15plugin(wheelfortune): remove botdata dependencyMatthias Hecker
2020-04-14plugin(translator): removed google translateMatthias 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