summaryrefslogtreecommitdiff
path: root/lib/rbot/core/utils/utils.rb
AgeCommit message (Expand)Author
2007-04-06* (utils) fix stderr redirection in safe_exec()Dmitry Kim
2007-04-02* (httputil) transparent charset support in HTTP::ResponseDmitry Kim
2007-04-01More first_par fixupsGiuseppe Bilotta
2007-04-01Stringlib/rbot/core/utils/extends.rbutfy_xml() method that tries to transcode...Giuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-30Utils: the array returned by get_first_pars now contains nil for pages where ...Giuseppe Bilotta
2007-03-30* (utils.rb) reflect the api/semantics changes in commentsDmitry Kim
2007-03-30- (utils.rb) removed http_get, since it's obsoletedDmitry Kim
2007-03-26HttpUtils: inline rescue doesn't rescue LoadError, rewrite code to require ru...Giuseppe Bilotta
2007-03-26Utils: more first par enhancementsGiuseppe Bilotta
2007-03-25Utils: fix a stupid bug in rubygems require and add more first_html_par codeGiuseppe Bilotta
2007-03-25Utils: retry after requiring rubygems if htmlentities failed to load; when gr...Giuseppe Bilotta
2007-03-25Utils: cleanup first html par codeGiuseppe Bilotta
2007-03-25Utils: convert unknown numering HTML entities to the corresponding UTF-8 char...Giuseppe Bilotta
2007-03-25Utils: try non-paragraphs if no paragraphs was foundGiuseppe Bilotta
2007-03-25Utils: when looking for the first par in a web page, look after any header, n...Giuseppe Bilotta
2007-02-23Utils.secs_to_string now convert seconds to integers instead of displaying ri...Giuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-10Preserve safe save dir across rescansGiuseppe Bilotta
2007-02-06Enhance Utils tools to get first pars, allowing an option to strip an initial...Giuseppe Bilotta
2007-02-06Move code to get first par from a series of urls from search plugin to Utils,...Giuseppe Bilotta
2007-02-06Optimizations to ircify_first_html_parGiuseppe Bilotta
2007-02-06Move code to find and ircify first par from search plugin to utilsGiuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta