Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-25 | fix: TCPSocked.gethostbyname is deprecatedfix/deprecated_gethostbyname | Hendrik Jäger | |
2021-06-09 | webhook: define number for watch/star actions too | Giuseppe Bilotta | |
When a star is added/removed, we get notified with a message that has no number, title or link. The pseudo-sentence is also very bare (X started/created/deleted, without an object). Show the number of watchers and/or stars (as appropriate) to produce a more meaningful phrase. | |||
2021-06-01 | chucknorris: fix loading | Giuseppe Bilotta | |
There was an extra read. | |||
2021-05-31 | webhook: include target ref for pull/merge requests | Giuseppe Bilotta | |
Also add a TODO about a possible event-based output filter. | |||
2021-05-31 | webhook: typo preventing unwatch | Giuseppe Bilotta | |
2021-05-31 | webhook: gitlab support | Giuseppe Bilotta | |
2021-05-31 | new plugin: webhook | Giuseppe Bilotta | |
This plugin provides webhook support for GitHub and similar services, through the webservice feature. Hosting services and output formats can be customized through filters as usual. | |||
2021-05-31 | plugin(rss): fix config description | Giuseppe Bilotta | |
2021-05-29 | Properly quote salut-italian | Giuseppe Bilotta | |
2021-05-29 | chucknorris: read gzip stream before passing it to YAML.load | Giuseppe Bilotta | |
Prevents errors about external_encoding not being defined for the gzip stream in ruby 1.9+ | |||
2021-05-29 | quiz: hint presentation fix for ruby 1.9+ | Giuseppe Bilotta | |
2020-04-25 | plugin(imdb): fix title regex, closes #44 | Matthias Hecker | |
2020-04-24 | refactor: remove global bot instance, closes #42 | Matthias Hecker | |
2020-04-24 | plugin(keywords): remove export to file, see #42 | Matthias Hecker | |
2020-04-23 | plugin(factoids): use registry for storage see #42 | Matthias Hecker | |
2020-04-20 | plugin(quotes): use registry for storage see #42 | Matthias Hecker | |
2020-04-20 | plugin(alias): use registry for storage see #42 | Matthias Hecker | |
2020-04-17 | plugin(lart): fix not save before load | Matthias Hecker | |
2020-04-17 | plugin(salut): use registry for storage see #42 | Matthias Hecker | |
2020-04-16 | plugin(lart): refactor to use registry to persist | Matthias Hecker | |
see #42 | |||
2020-04-15 | refactor: wordlist shouldn't use bot singleton #35 | Matthias Hecker | |
also related to #41 and #6 | |||
2020-04-15 | plugin(wheelfortune): remove botdata dependency | Matthias Hecker | |
2020-04-14 | plugin(translator): removed google translate | Matthias Hecker | |
yandex still works surprisingly enough | |||
2020-04-14 | refactor: httputil no longer core module see #38 | Matthias Hecker | |
This is intended to make testing/mocking of the http client easier. | |||
2020-04-13 | plugin(oxford): fix empty service result see #37 | Matthias Hecker | |
2020-04-13 | plugin(points): forgot one special case, see #34 | Matthias Hecker | |
Tokens that include itself ++/-- are now ignored as well. | |||
2020-04-13 | plugin(points): new message parser, see #34 | Matthias Hecker | |
2020-04-13 | plugin(oxford): fix result handling, closes #37 | Matthias Hecker | |
2020-04-12 | plugin(points): disregard self after stripping color codes | Matthias Hecker | |
2020-04-11 | plugin(points): strip/ignore some terms closes #34 | Matthias Hecker | |
- strip color/bold codes in terms - ignore terms with ++/-- in them | |||
2020-04-10 | plugin(hangman): fixes word generator closes #9 | Matthias Hecker | |
This now uses wordgenerator.net | |||
2020-04-09 | plugin(oxford): moved to lexico.com, closes #13 | Matthias Hecker | |
2020-04-06 | plugin(points): +/- must come after, closes #34 | Matthias Hecker | |
This modifies the karma/points plugin to ignore increment/ decrement suffixes. `--SOMETHING` is more trouble than its worth, people will write --NAME as a signature, or paste a command line argument, e.g. `ls --sort time` which causes issues. I also added tests for the points plugin, the plan is to make the plugin testing easier more "rubionic" | |||
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-28 | plugin(imdb): changed base url | Matthias Hecker | |
2020-03-28 | plugin(script): remove deprecated $SAFE | Matthias Hecker | |
closes #32 | |||
2020-03-27 | Merge pull request #2 from mroch/patch-1 | Matthias Hecker | |
Update markov.rb | |||
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-06-13 | script: make $SAFE configureable | Matthias Hecker | |
2014-11-28 | [translator] fixes broken page encoding | M. Hecker | |
2014-11-26 | [urban] forgot debugs | M. Hecker | |
2014-11-26 | [urban] fix for changed markup | M. Hecker | |
2014-03-26 | [translator] fix google, add yandex, remove broken | Matthias H | |
2014-02-21 | [remote] removed due to security concerns | Matthias H | |
2014-02-21 | [plugin] ri fixed, simple no longer available :( | Matthias H | |
I set it to ansi, but thats not really any better. At least it doesnt crash. | |||
2014-02-21 | [plugin] youtube fixed, added help text | Matthias H | |
Used the httputils api wrongly, had no help text. | |||
2014-02-21 | [plugin] wow removed, uses broken api. | Matthias H | |
The xml is no longer available. Could be fixed using this: http://us.battle.net/api/wow/realm/status?realm=Hyjal |