Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-02-21 | [plugin] tube removed | Matthias H | |
2014-02-21 | [plugin] urban fixed | Matthias H | |
2014-02-21 | [plugin] threat removed, broken | Matthias H | |
2014-02-20 | [plugin] spotify plugin removed | Matthias H | |
2014-02-20 | [plugin] imdb small parser fix | Matthias H | |
2014-02-20 | [plugin] removed lastm, many things broken. | Matthias H | |
I registered the api key ae97541e36fd005a1cfbad12ce85db39 but even then, there is just too much broken. I don't use lastfm, so no fix from me. | |||
2014-02-20 | [plugin] removed iplookup, doesnt work | Matthias H | |
2014-02-20 | [plugin] insult, small fix | Matthias H | |
2014-02-20 | [plugin] removed grouphug, ceased to exist | Matthias H | |
2014-02-20 | [plugins] random permissions fix | Matthias H | |
2014-02-20 | [plugin] googlefight fixed regexp | Matthias H | |
2014-02-20 | [plugin] geoip small fixes, needs more work | Matthias H | |
2014-02-20 | [plugin] removed freshmeat, doesnt exist anymore | Matthias H | |
2014-02-20 | [plugin] fortune: fixed bin/not-found | Matthias H | |
2014-02-20 | [plugin] removed forecast, old/unsupported dep | Matthias H | |
2014-02-20 | [plugin] removed digg, broken api | Matthias H | |
2014-02-20 | [plugin] fixed chucknorris for 2.0 | Matthias H | |
2014-02-20 | [plugin] removed debugger plugin | Matthias H | |
2014-02-20 | [plugin] del.icio.us ceased to exist. | Matthias H | |
2014-02-20 | [plugin] removed dictclient, outdated deps. | Matthias H | |
Uses an outdated and unmaintained ruby gem. | |||
2014-02-20 | [plugins] fixed oxford only, all others are broken. | Matthias H | |
Removed the broken dicts except for oxford, renamed the plugin. | |||
2013-12-06 | url: more flexibility with first_par | Matthias H | |
2013-11-14 | twitter: filter ret.latest status if non specified | Matthias Hecker | |
2013-11-14 | twitter: changed filter title, to only contain usr | Matthias Hecker | |
2013-11-14 | twitter: fixes the htmlfilter used by url plugin | Matthias Hecker | |
2013-11-11 | dict: update oxford url | Giuseppe Bilotta | |
2013-11-02 | ruby 1.9+: specify file encodings | Giuseppe Bilotta | |
2013-11-02 | urban: updated pattern | Matthias Hecker | |
2013-08-20 | urban: urbandictionary.com changed markup, fixes regexp | Matthias H | |
2013-08-19 | azgame: fix pattern to check search results | Matthias H | |
2013-08-18 | azgame: catch scraping error | Matthias H | |
2013-08-18 | fixes azgame: changed dictionary url | Matthias H | |
2013-07-19 | updates the twitter plugin to use the new api 1.1 | Matthias H | |
The old 1.0 api is no longer available. Its using oauth2 for application-only authentication and oauth(1.0a) for user authentication. Now requests and parses json (the new API doesn't support XML) |