Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-14 | search: improve ddg output with missing sources | Giuseppe Bilotta | |
Sometimes duckduckgo fails to report the source/url of a definition or abstract. Cope with this by removing the leading double dash when no source information is provided | |||
2012-09-14 | search: thread the new engines too | Giuseppe Bilotta | |
2012-09-14 | search: rbot-ize wolframalpha | Giuseppe Bilotta | |
2012-09-14 | search: preliminary Wolfram Alpha support | Giuseppe Bilotta | |
Thanks Lite_ again | |||
2012-09-13 | search: some ddg reworking | Giuseppe Bilotta | |
Make it more similar to google, modulo obvious differences in behavior and possibilities. | |||
2012-09-13 | search: be more rbot-ish in ddg | Giuseppe Bilotta | |
2012-09-13 | search: preliminary duckduckgo support | Giuseppe Bilotta | |
Thanks Lite_ | |||
2012-09-10 | chucknorris: typo | Giuseppe Bilotta | |
2012-09-10 | search: fix google calc scraping | Giuseppe Bilotta | |
2012-08-31 | markov: be more robust about flaky dbs | Giuseppe Bilotta | |
Due to historical bugs, some database entries may have ended up being serialized as strings. Recover from this by making them into arrays. | |||
2012-08-31 | search: update for changes in google's html | Giuseppe Bilotta | |
2012-06-21 | tumblr: escape the non-range dash in the group regex | Giuseppe Bilotta | |