summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/weather.rb
AgeCommit message (Collapse)Author
2008-04-01weather plugin: get all advisoriesGiuseppe Bilotta
2008-04-01weather plugin: don't break when there aren't advisoriesGiuseppe Bilotta
2008-03-27weather plugin: advisories can be disabledGiuseppe Bilotta
2008-03-27weather plugin: echo special advisories if presentGiuseppe Bilotta
2008-03-26weather plugin: properly support and signal multiple weather stations when ↵Giuseppe Bilotta
one has a special statement
2007-11-08weather plugin: properly support multiple US and non-US stationsGiuseppe Bilotta
2007-11-08weather plugin: refactor HTML cleanup codeGiuseppe Bilotta
2007-11-08weather plugin: fix detection of weather pageGiuseppe Bilotta
2007-11-08weather plugin: fix 163Giuseppe Bilotta
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ↵Giuseppe Bilotta
checks for InvalidURIs that don't make sense anymore, irficy some more html
2007-04-07plugins: remove excess requires and Net::HTTP.version setupsGiuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
processing + (httputil) post support, partial request support, other features - (httputil) removed partial_body() and get_cached() [merged into get()] * (plugins/, utils) minimal changes to accomodate for the new http_utils * (utils, ircbot) moved utils initialization into utils.rb * (tube.rb) (partially) accomodate for upstream site layout changes
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2007-02-04weather plugin: allow choice between metric, english or both units when ↵Giuseppe Bilotta
retrieving data from weather underground
2007-02-04Weather plugin fixupsGiuseppe Bilotta
2007-02-04Merge weather pluginsGiuseppe Bilotta
2006-07-26weather plugin now reports error met when displaying info instead of ↵Giuseppe Bilotta
silently erroring out
2006-02-08From Ralph Churchill, a new weather plugin using the new XML format ratherTom Gilbert
than METAR! Yay, goodbye ugly METAR parser :) Also, a wow plugin, as requested by various folks, for checking realm status :)
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Moved some stuff out of util.rb into the plugins that actually need them. Those methods didn't belong in util as they were plugin-specific. * moved a few more plugins to use map() where appropriate * made the url plugin only store unique urls
2005-07-27rearrange repo for packagingTom Gilbert