Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | bdb: message when wrong bdb module is loaded | Giuseppe Bilotta | |
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 | bdb: restore errors should be logged as errors | Giuseppe Bilotta | |
2012-08-31 | search: update for changes in google's html | Giuseppe Bilotta | |
2012-07-14 | Update gettext support | Giuseppe 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-21 | tumblr: escape the non-range dash in the group regex | Giuseppe Bilotta | |
2012-05-14 | search: fix google | Giuseppe Bilotta | |
2012-05-14 | utils: support hex HTML entities | Giuseppe Bilotta | |
2012-04-30 | db adaptors: nil internal variable when closing | Giuseppe Bilotta | |
This prevents subsequent spurious flushes from bombing out because of closed databases. | |||
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-03-04 | RubyGems obsoleted *and* b0rked all_load_path, try to work around it | Giuseppe Bilotta | |
2012-03-03 | httputil: work (sub-par) without iconv | Giuseppe Bilotta | |
2012-03-03 | Document iconv dependency | Giuseppe Bilotta | |
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-08 | Improve first par detection without hpricot | Giuseppe Bilotta | |
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-10-24 | Exit for good when getting a DBFatal error | Giuseppe Bilotta | |
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 | |
2011-09-15 | Better handling of akills and other form of disconnections | Giuseppe Bilotta | |
2011-09-15 | youtube: not all urls have v= as first CGI param | Giuseppe Bilotta | |