Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2013-04-29 | note: dup the keys, not the registry | Giuseppe Bilotta | |
2013-04-28 | note: if is more readale than unless here | Giuseppe Bilotta | |
2013-04-27 | note: added date to timestamps | Jay Thomas | |
2013-04-27 | note: added config option to privmsg all notes | Jay Thomas | |
2013-04-27 | note: skip merging nil keys | Jay Thomas | |
2013-04-26 | note: upgrade old registry keys on initialize | Jay Thomas | |
2013-04-26 | note: store nicks case-insensitive to avoid lost messages | Jay Thomas | |
2013-04-25 | Fix parsing whois results so that we can get valid results for at least a ↵ | Ryan Waldron | |
great many queries | |||
2013-04-25 | Fix TCPSocket name | Ryan Waldron | |
2013-04-25 | search: updated Wolfram Alpha method to comply with api | Jay Thomas | |
2013-01-30 | search: wolfram fix | Giuseppe Bilotta | |
Ruby doesn't do C-style string concatenation. (My fault.) | |||
2013-01-21 | rss: protect against nil field | Giuseppe 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-19 | imdb: fix for the check of the final / | Giuseppe Bilotta | |
2012-12-19 | imdb: plugin updates for recent site changes | Matthias H | |
2012-09-26 | lastfm: match latest API changes | Giuseppe Bilotta | |
Thanks Lite_ | |||
2012-09-21 | poll: usual gettext frozen string issues | Giuseppe Bilotta | |
2012-09-21 | poll: handle privately-asked polls | Giuseppe Bilotta | |
When a poll is asked in private, its channel will be empty. Make sure that communication go in private again, and do mention that the poll was asked in private in the poll info. | |||
2012-09-21 | poll: restart/close polls that were running | Giuseppe Bilotta | |
On init, we need to see if there were polls running, and put them up again (if there's still time) or announce their results (otherwise). | |||
2012-09-21 | poll: oopsie in the gettext string for poll status | Giuseppe Bilotta | |