]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/utils/utils.rb
use pretty printing with Logger (debug, info, warning and error messages)
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / utils.rb
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09 Giuseppe BilottaMore require cleanups
2007-04-08 Giuseppe Bilottarss plugin: watching now relies on an ID built from...
2007-04-06 Dmitry Kim* (utils) fix stderr redirection in safe_exec()
2007-04-02 Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01 Giuseppe BilottaMore first_par fixups
2007-04-01 Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30 Giuseppe BilottaUtils: the array returned by get_first_pars now contain...
2007-03-30 Dmitry Kim* (utils.rb) reflect the api/semantics changes in comments
2007-03-30 Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-26 Giuseppe BilottaHttpUtils: inline rescue doesn't rescue LoadError,...
2007-03-26 Giuseppe BilottaUtils: more first par enhancements
2007-03-25 Giuseppe BilottaUtils: fix a stupid bug in rubygems require and add...
2007-03-25 Giuseppe BilottaUtils: retry after requiring rubygems if htmlentities...
2007-03-25 Giuseppe BilottaUtils: cleanup first html par code
2007-03-25 Giuseppe BilottaUtils: convert unknown numering HTML entities to the...
2007-03-25 Giuseppe BilottaUtils: try non-paragraphs if no paragraphs was found
2007-03-25 Giuseppe BilottaUtils: when looking for the first par in a web page...
2007-02-23 Giuseppe BilottaUtils.secs_to_string now convert seconds to integers...
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-10 Giuseppe BilottaPreserve safe save dir across rescans
2007-02-06 Giuseppe BilottaEnhance Utils tools to get first pars, allowing an...
2007-02-06 Giuseppe BilottaMove code to get first par from a series of urls from...
2007-02-06 Giuseppe BilottaOptimizations to ircify_first_html_par
2007-02-06 Giuseppe BilottaMove code to find and ircify first par from search...
2007-02-06 Giuseppe BilottaCreate an utils subdir in core, which will store all...