summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/urban.rb
AgeCommit message (Collapse)Author
2007-04-14* (plugins/urban) do not cache "random" lookupsDmitry Kim
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-01-29Fix urban handling of linksGiuseppe Bilotta
2006-10-24Initial implementation of proper caching based on last-modified and etag ↵Giuseppe Bilotta
HTTP headers
2006-10-15Refine urban plugin output with bold, reverse and underline. If it's too ↵Giuseppe Bilotta
much, we'll spartanize.
2006-10-15Totally reworked urban dictionary plugin to use WAP. Much faster, much ↵Giuseppe Bilotta
cleaner, doesn't need any fancy package
2006-08-23Show the page number again.Mark Kretschmann
2006-08-02Port [338] to trunkGiuseppe Bilotta
2006-07-23urban dictionary now uses get_cached. It's still slow, though, so we can ↵Giuseppe Bilotta
safely say it's not a cache problem. It looks like it should cache the parsed bodies itself ...
2006-07-23Urban requires rubyful_soup, gracefully disable the plugin if it can't be foundGiuseppe Bilotta
2006-07-23Urban dictionary plugin, contributed by eean (#105)Giuseppe Bilotta