Age | Commit message (Expand) | Author |
2007-04-01 | More first_par fixups | Giuseppe Bilotta |
2007-04-01 | Stringlib/rbot/core/utils/extends.rbutfy_xml() method that tries to transcode... | Giuseppe Bilotta |
2007-04-01 | httputil: reinstate partial_body | Giuseppe Bilotta |
2007-04-01 | search plugin: let the user know when no body was found and no error was raised | Giuseppe Bilotta |
2007-03-31 | + reflect the httputil changes in ChangeLog | Dmitry Kim |
2007-03-31 | rss plugin: code cleanup. add support for slashdot feeds, with RDF extension ... | Giuseppe Bilotta |
2007-03-30 | *** (httputil) major rework, new caching implementation, unified request | Dmitry Kim |
2007-03-30 | * an ugly quickfix for sending non-unicode strings :/ | Dmitry Kim |
2007-03-30 | Utils: 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 comments | Dmitry Kim |
2007-03-30 | - (utils.rb) removed http_get, since it's obsoleted | Dmitry 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-26 | HttpUtils: inline rescue doesn't rescue LoadError, rewrite code to require ru... | Giuseppe Bilotta |
2007-03-26 | Utils: more first par enhancements | Giuseppe Bilotta |
2007-03-26 | url plugins: when echoing first par, be more clear on what's being done and d... | Giuseppe Bilotta |
2007-03-25 | Utils: fix a stupid bug in rubygems require and add more first_html_par code | Giuseppe Bilotta |
2007-03-25 | Utils: retry after requiring rubygems if htmlentities failed to load; when gr... | Giuseppe Bilotta |
2007-03-25 | Utils: cleanup first html par code | Giuseppe Bilotta |
2007-03-25 | Utils: convert unknown numering HTML entities to the corresponding UTF-8 char... | Giuseppe Bilotta |
2007-03-25 | url plugin: url.first_par option. when enabled, the url plugin will attempt t... | Giuseppe Bilotta |
2007-03-25 | HttpUtil: fix partial_body when no body was given, and increase default info_... | Giuseppe Bilotta |
2007-03-25 | Utils: try non-paragraphs if no paragraphs was found | Giuseppe Bilotta |
2007-03-25 | Utils: when looking for the first par in a web page, look after any header, n... | Giuseppe Bilotta |
2007-03-25 | Utils: fix ircify_html (the final stripsvn diff lib/rbot/core/utils/extends.r... | Giuseppe Bilotta |
2007-03-25 | rss plugin: attempt data recovery when marshalling fails | Giuseppe Bilotta |
2007-03-25 | registry: allow plugins to provide a recovery proc in case data marshalling f... | Giuseppe Bilotta |
2007-03-25 | rss plugin: nil the mutex when dumping, to prevent cross-version marshalling ... | Giuseppe Bilotta |
2007-03-25 | url plugin: customizable max amount of data to retrieve to look for a title. ... | Giuseppe Bilotta |
2007-03-24 | httputil and url plugin improvements, see ChangeLog | Giuseppe Bilotta |
2007-03-24 | url plugin: when reading body chunks, don't discard read material | Giuseppe Bilotta |
2007-03-22 | keywords 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-8 | Dmitry Kim |
2007-03-21 | * apparently, synthetic privmsgs for remotectl are hard. may need some massiv... | Dmitry Kim |
2007-03-20 | shiritori plugin: only load rulesets on request | Giuseppe Bilotta |
2007-03-20 | rss 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' output | Dmitry Kim |
2007-03-20 | * don't set @failures_shown on debug(status) | Dmitry Kim |
2007-03-20 | rss plugin: lock the mutex on more occasions | Giuseppe Bilotta |
2007-03-19 | plugins: 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 | chanserv plugin: currently only manages opping etc via chanserv | Giuseppe Bilotta |
2007-03-19 | * duh, operator precedence error in serverlist patch | Dmitry 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 ircnets | Dmitry Kim |
2007-03-17 | Plugins: rename Plugins::pluginmanager to Plugins::manager | Giuseppe Bilotta |
2007-03-16 | Plugins: move games into their own directory | Giuseppe Bilotta |
2007-03-16 | remotectl: ensure that source and destination of synthetical message are prop... | Giuseppe Bilotta |
2007-03-16 | Use m.source instead of m.sourcenick whenever possible to ensure messages fro... | Giuseppe Bilotta |
2007-03-16 | Server hostname was not being set properly | Giuseppe Bilotta |