summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-02* (httputil) transparent charset support in HTTP::ResponseDmitry Kim
2007-04-02* (rss) bypass http cache when handling 'show' commandDmitry 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-04-01search plugin: let the user know when no body was found and no error was raisedGiuseppe Bilotta
2007-03-31+ reflect the httputil changes in ChangeLogDmitry Kim
2007-03-31rss plugin: code cleanup. add support for slashdot feeds, with RDF extension ...Giuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-30* an ugly quickfix for sending non-unicode strings :/Dmitry 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-29* (rss.rb) we didn't really mean to create a Mutex inner class, right?Dmitry Kim
2007-03-29+ support for non-iso-8859-1 languages (ru, zt, ja, ko, el)Dmitry 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-26url plugins: when echoing first par, be more clear on what's being done and d...Giuseppe 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-25url plugin: url.first_par option. when enabled, the url plugin will attempt t...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-25rss plugin: attempt data recovery when marshalling failsGiuseppe Bilotta
2007-03-25registry: allow plugins to provide a recovery proc in case data marshalling f...Giuseppe Bilotta
2007-03-25rss plugin: nil the mutex when dumping, to prevent cross-version marshalling ...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-24url plugin: when reading body chunks, don't discard read materialGiuseppe Bilotta
2007-03-22keywords plugin: there is no rescan method for plugins. Remove leftover from ...Giuseppe Bilotta
2007-03-21* french, german and russian lang files converted to utf-8Dmitry Kim
2007-03-21* apparently, synthetic privmsgs for remotectl are hard. may need some massiv...Dmitry Kim
2007-03-20shiritori plugin: only load rulesets on requestGiuseppe Bilotta
2007-03-20rss plugin: 0.9 feeds don't work, so we just patch them to pretend they are a...Giuseppe 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-20rss plugin: lock the mutex on more occasionsGiuseppe Bilotta
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-19chanserv plugin: currently only manages opping etc via chanservGiuseppe Bilotta
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