summaryrefslogtreecommitdiff
path: root/lib/rbot
AgeCommit message (Expand)Author
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
2007-03-25Utils: convert unknown numering HTML entities to the corresponding UTF-8 char...Giuseppe Bilotta
2007-03-25HttpUtil: fix partial_body when no body was given, and increase default info_...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-03-25Utils: fix ircify_html (the final stripsvn diff lib/rbot/core/utils/extends.r...Giuseppe Bilotta
2007-03-25registry: allow plugins to provide a recovery proc in case data marshalling f...Giuseppe Bilotta
2007-03-25url plugin: customizable max amount of data to retrieve to look for a title. ...Giuseppe Bilotta
2007-03-24httputil and url plugin improvements, see ChangeLogGiuseppe Bilotta
2007-03-20* tidying up 'help ignored plugins' outputDmitry Kim
2007-03-20* don't set @failures_shown on debug(status)Dmitry Kim
2007-03-19plugins: only show number of ignored and/or failed plugins only the first tim...Giuseppe Bilotta
2007-03-19* config value hook :on_change wasn't called from unset()Dmitry Kim
2007-03-19* duh, operator precedence error in serverlist patchDmitry Kim
2007-03-18+ lazy behavior for plugin registries (don't create a BDB file until the regi...Dmitry Kim
2007-03-17+ added support for multiple servers to try (round-robin) for unreliable ircnetsDmitry Kim
2007-03-17Plugins: rename Plugins::pluginmanager to Plugins::managerGiuseppe Bilotta
2007-03-16Plugins: move games into their own directoryGiuseppe Bilotta
2007-03-16Use m.source instead of m.sourcenick whenever possible to ensure messages fro...Giuseppe Bilotta
2007-03-16Server hostname was not being set properlyGiuseppe Bilotta
2007-03-15* fixed a regexp for "identify-msg" server capability ("^" was missing)Dmitry Kim
2007-03-15config was not being saved after unsetting a valueGiuseppe Bilotta