summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-12-19imdb: plugin updates for recent site changesMatthias H
2012-09-27bdb: message when wrong bdb module is loadedGiuseppe Bilotta
2012-09-26lastfm: match latest API changesGiuseppe Bilotta
Thanks Lite_
2012-09-21poll: usual gettext frozen string issuesGiuseppe Bilotta
2012-09-21poll: handle privately-asked pollsGiuseppe 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-21poll: restart/close polls that were runningGiuseppe 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-21poll: oopsie in the gettext string for poll statusGiuseppe Bilotta
2012-09-14search: improve ddg output with missing sourcesGiuseppe 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-14search: thread the new engines tooGiuseppe Bilotta
2012-09-14search: rbot-ize wolframalphaGiuseppe Bilotta
2012-09-14search: preliminary Wolfram Alpha supportGiuseppe Bilotta
Thanks Lite_ again
2012-09-13search: some ddg reworkingGiuseppe Bilotta
Make it more similar to google, modulo obvious differences in behavior and possibilities.
2012-09-13search: be more rbot-ish in ddgGiuseppe Bilotta
2012-09-13search: preliminary duckduckgo supportGiuseppe Bilotta
Thanks Lite_
2012-09-10chucknorris: typoGiuseppe Bilotta
2012-09-10search: fix google calc scrapingGiuseppe Bilotta
2012-08-31markov: be more robust about flaky dbsGiuseppe 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-31bdb: restore errors should be logged as errorsGiuseppe Bilotta
2012-08-31search: update for changes in google's htmlGiuseppe Bilotta
2012-07-14Update gettext supportGiuseppe Bilotta
Somewhere along the line between 2.0.0 and 2.2.1 gettext switched from locale to lang for the hash key name. Support both.
2012-06-21tumblr: escape the non-range dash in the group regexGiuseppe Bilotta
2012-05-14search: fix googleGiuseppe Bilotta
2012-05-14utils: support hex HTML entitiesGiuseppe Bilotta
2012-04-30db adaptors: nil internal variable when closingGiuseppe Bilotta
This prevents subsequent spurious flushes from bombing out because of closed databases.
2012-04-30quakeauth: notify when identifiedGiuseppe Bilotta
This ensures that joining after identification (config setting irc.join_after_identify) works correctly with quake auth too.
2012-03-26weather: use proper units text when using config optionGiuseppe Bilotta
Previously, if units was false (no units specified), wu_units would become "_false" instead of "_<whatever was in the config value>".
2012-03-20Forecast plugin patchGiuseppe 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-03-04RubyGems obsoleted *and* b0rked all_load_path, try to work around itGiuseppe Bilotta
2012-03-03httputil: work (sub-par) without iconvGiuseppe Bilotta
2012-03-03Document iconv dependencyGiuseppe Bilotta
2012-02-01math: ruby wants leading 0s to floating points numbersGiuseppe Bilotta
2012-01-25search: fix gcalcGiuseppe 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-23greed: prevent players from going twice in a rowOkasu
2011-12-26greed: refactor and prepare for more complete playGiuseppe 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-26greed: stylistic changesGiuseppe Bilotta
Sort dices when rolling and separate values with spaces.
2011-12-26Add a Greed dice game.Okasu
2011-12-26Googlefight plugin fixOkasu
2011-12-21twitter: preliminary status htmlinfo filterGiuseppe 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-21tumblr: fix 'tumblr configure' regexpsGiuseppe 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-08Improve first par detection without hpricotGiuseppe Bilotta
2011-12-07markov: mention learn in summary helpGiuseppe Bilotta
2011-12-04markov: document 'learn from <file>'Giuseppe Bilotta
2011-10-24dict: oxford fix from AndrewNTHGiuseppe Bilotta
See tracker issue #79
2011-10-24Exit for good when getting a DBFatal errorGiuseppe Bilotta
2011-09-26imdb plugin: again fixes outdated ratings patternMatthias -apoc- Hecker
2011-09-22UNO: prevent player from replaying a misplayed cardGiuseppe Bilotta
2011-09-15Better handling of akills and other form of disconnectionsGiuseppe Bilotta
2011-09-15youtube: not all urls have v= as first CGI paramGiuseppe Bilotta