0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- (utils.rb) removed http_get, since it's obsoleted + (utils.rb) added @@bot class variable * (utils.rb) get_first_pars should return a value * (plugins) no need to pass http_util to the Utils.get_first_pars More... almost 19 years ago
* (rss.rb) we didn't really mean to create a Mutex inner class, right? More... almost 19 years ago
+ support for non-iso-8859-1 languages (ru, zt, ja, ko, el) More... almost 19 years ago
HttpUtils: inline rescue doesn't rescue LoadError, rewrite code to require rubygems before retrying htmlentities More... almost 19 years ago
Utils: more first par enhancements More... almost 19 years ago
url plugins: when echoing first par, be more clear on what's being done and don't spam with overlong messages More... almost 19 years ago
Utils: fix a stupid bug in rubygems require and add more first_html_par code More... almost 19 years ago
Utils: retry after requiring rubygems if htmlentities failed to load; when grabbing first pars, try filtering out too short paragraphs More... almost 19 years ago
Utils: cleanup first html par code More... almost 19 years ago
Utils: convert unknown numering HTML entities to the corresponding UTF-8 characters, when not using htmlentities More... almost 19 years ago
url plugin: url.first_par option. when enabled, the url plugin will attempt to retrieve the first paragraph of a linked web page More... almost 19 years ago
HttpUtil: fix partial_body when no body was given, and increase default info_bytes to 8k More... almost 19 years ago
Utils: try non-paragraphs if no paragraphs was found More... almost 19 years ago
Utils: when looking for the first par in a web page, look after any header, not just h1; also, be stricter on what's included in a paragraph More... almost 19 years ago
Utils: fix ircify_html (the final stripsvn diff lib/rbot/core/utils/extends.rb could cause it to return nil) and improve whitespace handling More... almost 19 years ago
rss plugin: attempt data recovery when marshalling fails More... almost 19 years ago
registry: allow plugins to provide a recovery proc in case data marshalling fails More... almost 19 years ago
rss plugin: nil the mutex when dumping, to prevent cross-version marshalling problems More... almost 19 years ago
url plugin: customizable max amount of data to retrieve to look for a title. return standard header info if no title found More... almost 19 years ago
httputil and url plugin improvements, see ChangeLog More... almost 19 years ago
url plugin: when reading body chunks, don't discard read material More... almost 19 years ago
keywords plugin: there is no rescan method for plugins. Remove leftover from when keywords was part of the core More... almost 19 years ago
* french, german and russian lang files converted to utf-8 More... almost 19 years ago
* apparently, synthetic privmsgs for remotectl are hard. may need some massive rework later. More... almost 19 years ago
shiritori plugin: only load rulesets on request More... almost 19 years ago
rss plugin: 0.9 feeds don't work, so we just patch them to pretend they are actually 1.0 RDF feeds More... almost 19 years ago
* tidying up 'help ignored plugins' output More... almost 19 years ago
* don't set @failures_shown on debug(status) More... almost 19 years ago
rss plugin: lock the mutex on more occasions More... almost 19 years ago
plugins: only show number of ignored and/or failed plugins only the first time a user asks for help More... almost 19 years ago