summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-04-15HttpUtil: fix gunzipping with partial content; and debug response in url plug...Giuseppe Bilotta
2007-04-12Try calling the interpreter explicitly on restart if exec'ing /bin/bash failsGiuseppe Bilotta
2007-04-12Stop timers when shutting downGiuseppe Bilotta
2007-04-12Define pretty_inspect for the older version of Ruby that don't have itGiuseppe 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-11New IRC Framework: move #full_irc_downcase() and #full_downcase() methods to ...Giuseppe Bilotta
2007-04-11New IRC Framework: fix critical bug in Irc::Netmask to Regexp conversionGiuseppe Bilotta
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-04-09database: rbot will now refuse to run on bdb versions lower than 4.x, and it ...Giuseppe Bilotta
2007-04-09auth: improve helpGiuseppe Bilotta
2007-04-09extends: pick_one and rand methods for RangeGiuseppe Bilotta
2007-04-09fix restarting when directory had changedGiuseppe 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
2007-04-08HTML IRCification: don't modify the receiver; provide an ircify_html! method ...Giuseppe Bilotta
2007-04-08HttpUtil: inform servers that we accept gzipped dataGiuseppe Bilotta
2007-04-08HttpUtil: decode gzipped contentGiuseppe Bilotta
2007-04-08ircbot: do not use debug in sendmsg() because it breaks script. script plugin...Giuseppe Bilotta
2007-04-06* (utils) fix stderr redirection in safe_exec()Dmitry Kim
2007-04-06New IRC Framework: topic setter should be a Netmask, not a User. Also improve...Giuseppe Bilotta
2007-04-06* (rfc2812) fixed 'Welcome' message parsingDmitry Kim
2007-04-06Default maximum lines to send per message is now 5Giuseppe Bilotta
2007-04-06Extend Numeric class with a clip() method to force a number to be in a given ...Giuseppe 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-05Fix overconservative line splitting and bug in last line truncationGiuseppe Bilotta
2007-04-05Fix a bug introduced in [830]Giuseppe Bilotta
2007-04-05HTML IRCification: try to handle super and subscriptsGiuseppe Bilotta
2007-04-05Fix truncation placement for multi-line messagesGiuseppe Bilotta
2007-04-04HTML IRCification: match p and br tags case insensitiveGiuseppe Bilotta
2007-04-04New IRC Framework: use #reverse_each() instead of #each() when clearing the l...Giuseppe Bilotta
2007-04-04minor typo fixTom Gilbert
2007-04-03Relocate help strings to proper locations, add help for 'mode' commandGiuseppe Bilotta
2007-04-02* (httputil) transparent charset support in HTTP::ResponseDmitry Kim
2007-04-01fix charset detectionGiuseppe Bilotta
2007-04-01More first_par fixupsGiuseppe Bilotta
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-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