summaryrefslogtreecommitdiff
path: root/lib/rbot/core/utils/httputil.rb
AgeCommit message (Expand)Author
2007-04-08HttpUtil: decode gzipped contentGiuseppe Bilotta
2007-04-05+ (httputil) 'x-rbot-location' header in response object carries the uri from...Dmitry Kim
2007-04-05HttpUtil: try all detected charsets when converting a webpage, until one that...Giuseppe Bilotta
2007-04-02* (httputil) transparent charset support in HTTP::ResponseDmitry Kim
2007-04-01Stringlib/rbot/core/utils/extends.rbutfy_xml() method that tries to transcode...Giuseppe Bilotta
2007-04-01httputil: reinstate partial_bodyGiuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-25HttpUtil: fix partial_body when no body was given, and increase default info_...Giuseppe Bilotta
2007-03-25url plugin: customizable max amount of data to retrieve to look for a title. ...Giuseppe Bilotta
2007-03-24httputil and url plugin improvements, see ChangeLogGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-14Try to fail more graciously when net/https is not loadable (usually because o...Giuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta