summaryrefslogtreecommitdiff
path: root/lib/rbot/core/utils
AgeCommit message (Expand)Author
2007-09-21Utils.decode_html_entities: get rid of commented table and implement latin-1 ...Giuseppe Bilotta
2007-09-21Utils: we are an UTF-8 aware bot now, no need to ASCIIfy HTML entitiesGiuseppe Bilotta
2007-09-21Utils.decode_html_entities: fix decoding of unknown symbolsGiuseppe Bilotta
2007-09-18ircify_html: minimal support for li tagsGiuseppe Bilotta
2007-09-18first_html_par: after-paragraph matches should prefer divs and spans to other...Giuseppe Bilotta
2007-09-18first_html_par: make Hpricot handling more robustGiuseppe Bilotta
2007-09-18first_html_par: constify the 'after par' searches with HpricotGiuseppe Bilotta
2007-09-18utils: require 'hpricot' the second time, not 'htmlentities' againGiuseppe Bilotta
2007-09-18first_html_par: it's doc.root.search, not doc.root.eachGiuseppe Bilotta
2007-09-18first_html_par: build lists 'manually' when using HpricotGiuseppe Bilotta
2007-09-18HTML processing refactoring: remove obsolete commentGiuseppe Bilotta
2007-09-18extends: String#ircify_html now has an option to obey non-breakable spaces or...Giuseppe Bilotta
2007-09-18httputil: promote all Exceptions to RuntimeErrors so they can be caught with ...Giuseppe Bilotta
2007-09-18Hpricot first par: it's el[:class], not el.classGiuseppe Bilotta
2007-09-18HTML processing refactoring: fix options passed by Utils.get_string_html_info...Giuseppe Bilotta
2007-09-18HTML processing refactoring: Utils.get_first_pars now uses Utils.get_html_infoGiuseppe Bilotta
2007-09-18HTML processing refactoring: Utils.get_html_info and related methods factored...Giuseppe Bilotta
2007-09-18HTML processing refactoring: ensure HTML title works with and without HpricotGiuseppe Bilotta
2007-09-18HTML processing refactoring: HTML title extraction is now a String methodGiuseppe Bilotta
2007-09-14httputil: document 'headers' option to get_* methodsGiuseppe Bilotta
2007-09-13httputil: primitve cookie supportGiuseppe Bilotta
2007-09-13More rdoc-ificationGiuseppe Bilotta
2007-09-13more rdoc-ificationGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-11first_html_par: only initialize element collections onceGiuseppe Bilotta
2007-09-11first_html_par: use hpricot if availableGiuseppe Bilotta
2007-09-11Requirements: document 'htmlentities' dependency-with-fallbackGiuseppe Bilotta
2007-09-08HttpUtil: preserve authorization across redirectsGiuseppe Bilotta
2007-08-29* (httputil) increased open_timeout to 20 since resolving still takes a whileDmitry Kim
2007-08-29Put the Irc attributes back where they belongGiuseppe Bilotta
2007-08-29Color codes and Irc.color(fg, bg) methods to ease color displayGiuseppe Bilotta
2007-08-29HttpUtil: match /gzip/ regexp instead of exact (x-)gzip to survive nonconform...Giuseppe Bilotta
2007-08-27Call 'super' from the correct place in httputilGiuseppe Bilotta
2007-08-26Call 'super' method from #cleanup() in core modules tooGiuseppe Bilotta
2007-08-26Use rbot's own warning() command instead of Ruby built-in warn()Giuseppe Bilotta
2007-08-26Translate Utils.secs_to_string stringsGiuseppe Bilotta
2007-08-11* (httputils) docs spellingDmitry Kim
2007-08-11* (httputils) avoid "method replaced" warningDmitry Kim
2007-08-10* (httputils) moved encoding/charsets magic into httpres instances from the g...Dmitry Kim
2007-05-10+ (extends) :limit option support in ircify_html()Dmitry Kim
2007-04-26+ (httputil) bruteforce truncated chars when guessing the encodingDmitry Kim
2007-04-15HttpUtil: fix gunzipping with partial content; and debug response in url plug...Giuseppe Bilotta
2007-04-12Module\#define_structure method: define a new Struct only if doesn't exist al...Giuseppe Bilotta
2007-04-11HttpUtil: decompress gzipped body in partial_body too; whitespace cleanup tooGiuseppe Bilotta
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-04-09extends: pick_one and rand methods for RangeGiuseppe Bilotta
2007-04-09More require cleanupsGiuseppe Bilotta
2007-04-08HttpUtil: require 'cgi' as it is now used in most querying pluginsGiuseppe Bilotta
2007-04-08HTML IRCification: support options. currently only option is :a_href which ca...Giuseppe Bilotta
2007-04-08rss plugin: watching now relies on an ID built from title, link and descripti...Giuseppe Bilotta