]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/utils
fix: TCPSocked.gethostbyname is deprecated
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils /
2007-11-04 Giuseppe Bilottaextends: Arraydata/rbot/plugins/factoids.rbdelete_one...
2007-10-29 Giuseppe Bilottahttputil: inform the servers we also accept deflate
2007-10-29 Giuseppe Bilottahttputil: support Content-Encoding: deflate
2007-10-11 Giuseppe Bilottahttputil: try to guess content-type from extension...
2007-10-11 Giuseppe Bilottahttputil: beware that content-type header may be absent
2007-10-11 Giuseppe Bilottafirst_html_par: detect fragment at the right place
2007-10-01 Dmitry Kim* (utils) should use partial_body() for non-text respon...
2007-09-21 Giuseppe BilottaUtils.decode_html_entities: get rid of commented table...
2007-09-21 Giuseppe BilottaUtils: we are an UTF-8 aware bot now, no need to ASCIIf...
2007-09-21 Giuseppe BilottaUtils.decode_html_entities: fix decoding of unknown...
2007-09-18 Giuseppe Bilottaircify_html: minimal support for li tags
2007-09-18 Giuseppe Bilottafirst_html_par: after-paragraph matches should prefer...
2007-09-18 Giuseppe Bilottafirst_html_par: make Hpricot handling more robust
2007-09-18 Giuseppe Bilottafirst_html_par: constify the 'after par' searches with...
2007-09-18 Giuseppe Bilottautils: require 'hpricot' the second time, not 'htmlenti...
2007-09-18 Giuseppe Bilottafirst_html_par: it's doc.root.search, not doc.root...
2007-09-18 Giuseppe Bilottafirst_html_par: build lists 'manually' when using Hpricot
2007-09-18 Giuseppe BilottaHTML processing refactoring: remove obsolete comment
2007-09-18 Giuseppe Bilottaextends: String#ircify_html now has an option to obey...
2007-09-18 Giuseppe Bilottahttputil: promote all Exceptions to RuntimeErrors so...
2007-09-18 Giuseppe BilottaHpricot first par: it's el[:class], not el.class
2007-09-18 Giuseppe BilottaHTML processing refactoring: fix options passed by...
2007-09-18 Giuseppe BilottaHTML processing refactoring: Utils.get_first_pars now...
2007-09-18 Giuseppe BilottaHTML processing refactoring: Utils.get_html_info and...
2007-09-18 Giuseppe BilottaHTML processing refactoring: ensure HTML title works...
2007-09-18 Giuseppe BilottaHTML processing refactoring: HTML title extraction...
2007-09-14 Giuseppe Bilottahttputil: document 'headers' option to get_* methods
2007-09-13 Giuseppe Bilottahttputil: primitve cookie support
2007-09-13 Giuseppe BilottaMore rdoc-ification
2007-09-13 Giuseppe Bilottamore rdoc-ification
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-11 Giuseppe Bilottafirst_html_par: only initialize element collections...
2007-09-11 Giuseppe Bilottafirst_html_par: use hpricot if available
2007-09-11 Giuseppe BilottaRequirements: document 'htmlentities' dependency-with...
2007-09-08 Giuseppe BilottaHttpUtil: preserve authorization across redirects
2007-08-29 Dmitry Kim* (httputil) increased open_timeout to 20 since resolvi...
2007-08-29 Giuseppe BilottaPut the Irc attributes back where they belong
2007-08-29 Giuseppe BilottaColor codes and Irc.color(fg, bg) methods to ease color...
2007-08-29 Giuseppe BilottaHttpUtil: match /gzip/ regexp instead of exact (x-...
2007-08-27 Giuseppe BilottaCall 'super' from the correct place in httputil
2007-08-26 Giuseppe BilottaCall 'super' method from #cleanup() in core modules too
2007-08-26 Giuseppe BilottaUse rbot's own warning() command instead of Ruby built...
2007-08-26 Giuseppe BilottaTranslate Utils.secs_to_string strings
2007-08-11 Dmitry Kim* (httputils) docs spelling
2007-08-11 Dmitry Kim* (httputils) avoid "method replaced" warning
2007-08-10 Dmitry Kim* (httputils) moved encoding/charsets magic into httpre...
2007-05-10 Dmitry Kim+ (extends) :limit option support in ircify_html()
2007-04-26 Dmitry Kim+ (httputil) bruteforce truncated chars when guessing...
2007-04-15 Giuseppe BilottaHttpUtil: fix gunzipping with partial content; and...
2007-04-12 Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-11 Giuseppe BilottaHttpUtil: decompress gzipped body in partial_body too...
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09 Giuseppe Bilottaextends: pick_one and rand methods for Range
2007-04-09 Giuseppe BilottaMore require cleanups
2007-04-08 Giuseppe BilottaHttpUtil: require 'cgi' as it is now used in most query...
2007-04-08 Giuseppe BilottaHTML IRCification: support options. currently only...
2007-04-08 Giuseppe Bilottarss plugin: watching now relies on an ID built from...
2007-04-08 Giuseppe BilottaHTML IRCification: don't modify the receiver; provide...
2007-04-08 Giuseppe BilottaHttpUtil: inform servers that we accept gzipped data
2007-04-08 Giuseppe BilottaHttpUtil: decode gzipped content
2007-04-06 Dmitry Kim* (utils) fix stderr redirection in safe_exec()
2007-04-06 Giuseppe BilottaExtend Numeric class with a clip() method to force...
2007-04-05 Dmitry Kim+ (httputil) 'x-rbot-location' header in response objec...
2007-04-05 Giuseppe BilottaHttpUtil: try all detected charsets when converting...
2007-04-05 Giuseppe BilottaHTML IRCification: try to handle super and subscripts
2007-04-04 Giuseppe BilottaHTML IRCification: match p and br tags case insensitive
2007-04-02 Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01 Giuseppe Bilottafix charset detection
2007-04-01 Giuseppe BilottaMore first_par fixups
2007-04-01 Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-04-01 Giuseppe Bilottahttputil: reinstate partial_body
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 BilottaHttpUtil: fix partial_body when no body was given,...
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-03-25 Giuseppe BilottaUtils: fix ircify_html (the final stripsvn diff lib...
2007-03-25 Giuseppe Bilottaurl plugin: customizable max amount of data to retrieve...
2007-03-24 Giuseppe Bilottahttputil and url plugin improvements, see ChangeLog
2007-03-05 Giuseppe BilottaRework netmask/hostname detection code to work around...
2007-02-23 Giuseppe BilottaUtils.secs_to_string now convert seconds to integers...
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-15 Giuseppe BilottaRegexp: IP address regexps where missing an octet
2007-02-15 Giuseppe BilottaMore Regexp madness. Fixes, optimizations, and a new...
2007-02-15 Giuseppe BilottaStart implementing common regular expressions to be...
2007-02-14 Giuseppe BilottaTry to fail more graciously when net/https is not loada...
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 BilottaFix IRCification of HTML strings when only whitespace...
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...
next