summaryrefslogtreecommitdiff
path: root/data/rbot
AgeCommit message (Collapse)Author
2020-04-12plugin(points): disregard self after stripping color codesMatthias Hecker
2020-04-11plugin(points): strip/ignore some terms closes #34Matthias Hecker
- strip color/bold codes in terms - ignore terms with ++/-- in them
2020-04-10plugin(hangman): fixes word generator closes #9Matthias Hecker
This now uses wordgenerator.net
2020-04-09plugin(oxford): moved to lexico.com, closes #13Matthias Hecker
2020-04-06plugin(points): +/- must come after, closes #34Matthias 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-03plugin(search): fix wolfram and gdef, removed someMatthias Hecker
this removes gcount and gtime from the search plugin, google no longer provides this information easily
2020-04-02plugin(search): fix search and gcalc, closes #28, #29Matthias Hecker
2020-03-28plugin(imdb): changed base urlMatthias Hecker
2020-03-28plugin(script): remove deprecated $SAFEMatthias Hecker
closes #32
2020-03-27Merge pull request #2 from mroch/patch-1Matthias Hecker
Update markov.rb
2015-12-15Improvements to the points pluginEric 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-15Renames the 'karma' plugin to a 'points' systemEric 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-09Update markov.rbMarshall 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-13script: make $SAFE configureableMatthias Hecker
2014-11-28[translator] fixes broken page encodingM. Hecker
2014-11-26[urban] forgot debugsM. Hecker
2014-11-26[urban] fix for changed markupM. Hecker
2014-03-26[translator] fix google, add yandex, remove brokenMatthias H
2014-02-21[remote] removed due to security concernsMatthias 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 textMatthias 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 removedMatthias H
2014-02-21[plugin] urban fixedMatthias H
2014-02-21[plugin] threat removed, brokenMatthias H
2014-02-20[plugin] spotify plugin removedMatthias H
2014-02-20[plugin] imdb small parser fixMatthias 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 workMatthias H
2014-02-20[plugin] insult, small fixMatthias H
2014-02-20[plugin] removed grouphug, ceased to existMatthias H
2014-02-20[plugins] random permissions fixMatthias H
2014-02-20[plugin] googlefight fixed regexpMatthias H
2014-02-20[plugin] geoip small fixes, needs more workMatthias H
2014-02-20[plugin] removed freshmeat, doesnt exist anymoreMatthias H
2014-02-20[plugin] fortune: fixed bin/not-foundMatthias H
2014-02-20[plugin] removed forecast, old/unsupported depMatthias H
2014-02-20[plugin] removed digg, broken apiMatthias H
2014-02-20[plugin] fixed chucknorris for 2.0Matthias H
2014-02-20[plugin] removed debugger pluginMatthias 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-06url: more flexibility with first_parMatthias H
2013-11-14twitter: filter ret.latest status if non specifiedMatthias Hecker
2013-11-14twitter: changed filter title, to only contain usrMatthias Hecker
2013-11-14twitter: fixes the htmlfilter used by url pluginMatthias Hecker
2013-11-11dict: update oxford urlGiuseppe Bilotta
2013-11-02ruby 1.9+: specify file encodingsGiuseppe Bilotta
2013-11-02urban: updated patternMatthias Hecker