Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-05-14 | search: fix google | Giuseppe Bilotta | |
2012-04-30 | quakeauth: notify when identified | Giuseppe Bilotta | |
This ensures that joining after identification (config setting irc.join_after_identify) works correctly with quake auth too. | |||
2012-03-26 | weather: use proper units text when using config option | Giuseppe Bilotta | |
Previously, if units was false (no units specified), wu_units would become "_false" instead of "_<whatever was in the config value>". | |||
2012-03-20 | Forecast plugin patch | Giuseppe Bilotta | |
"I've updated the forecast plugin, the two API URLs used had been updated and the NOAA SOAP API method call now requires 6 arguments instead of the 5 it was passing previously." (Ticket #89) | |||
2012-02-01 | math: ruby wants leading 0s to floating points numbers | Giuseppe Bilotta | |
2012-01-25 | search: fix gcalc | Giuseppe Bilotta | |
Google changed their layout again. To be a little more future-proof, split the html into as many <br/> sections as there are, and pick the first one that contains the literal string ' = ' if there is one. | |||
2012-01-23 | greed: prevent players from going twice in a row | Okasu | |
2011-12-26 | greed: refactor and prepare for more complete play | Giuseppe Bilotta | |
The score is now saved in a look-up table, that also allows more detailed output when showing the score. Also, the dice rolling potentially allows for a different number of dices to be rolled (e.g. if some are held). Take the opportunity to also gettextize outuput. | |||
2011-12-26 | greed: stylistic changes | Giuseppe Bilotta | |
Sort dices when rolling and separate values with spaces. | |||
2011-12-26 | Add a Greed dice game. | Okasu | |
2011-12-26 | Googlefight plugin fix | Okasu | |
2011-12-21 | twitter: preliminary status htmlinfo filter | Giuseppe Bilotta | |
This allows the link info published by URL in the new /#!/ format to be more meaningful than the warning about missing JavaScript support caused by the new "web 2.0" Twitter site. | |||
2011-12-21 | tumblr: fix 'tumblr configure' regexps | Giuseppe Bilotta | |
The way they were, specifying channel, email, password and group caused the password to be merged with the email and the group to become the password. | |||
2011-12-07 | markov: mention learn in summary help | Giuseppe Bilotta | |
2011-12-04 | markov: document 'learn from <file>' | Giuseppe Bilotta | |
2011-10-24 | dict: oxford fix from AndrewNTH | Giuseppe Bilotta | |
See tracker issue #79 | |||
2011-09-26 | imdb plugin: again fixes outdated ratings pattern | Matthias -apoc- Hecker | |
2011-09-22 | UNO: prevent player from replaying a misplayed card | Giuseppe Bilotta | |