summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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
2013-08-20urban: urbandictionary.com changed markup, fixes regexpMatthias H
2013-08-19azgame: fix pattern to check search resultsMatthias H
2013-08-18azgame: catch scraping errorMatthias H
2013-08-18fixes azgame: changed dictionary urlMatthias H
2013-07-19updates the twitter plugin to use the new api 1.1Matthias 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)
2013-04-29note: dup the keys, not the registryGiuseppe Bilotta
2013-04-28note: if is more readale than unless hereGiuseppe Bilotta
2013-04-27note: added date to timestampsJay Thomas
2013-04-27note: added config option to privmsg all notesJay Thomas
2013-04-27note: skip merging nil keysJay Thomas
2013-04-26note: upgrade old registry keys on initializeJay Thomas
2013-04-26note: store nicks case-insensitive to avoid lost messagesJay Thomas
2013-04-25Fix parsing whois results so that we can get valid results for at least a ↵Ryan Waldron
great many queries
2013-04-25Fix TCPSocket nameRyan Waldron
2013-04-25search: updated Wolfram Alpha method to comply with apiJay Thomas
2013-01-30search: wolfram fixGiuseppe Bilotta
Ruby doesn't do C-style string concatenation. (My fault.)
2013-01-21rss: protect against nil fieldGiuseppe Bilotta
This happens when the filter tries to wrap a non-existing field, and in custom filters it's probably a sign that the wrong field are being accessed. It would probably be nicer to raise a warning about this, but I'm too lazy to add that now.
2012-12-19imdb: fix for the check of the final /Giuseppe Bilotta