summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/url.rb
AgeCommit message (Expand)Author
2008-04-07+ use the message() delegate instead of listen() when possibleGiuseppe Bilotta
2008-03-17filters: HTML info extraction is now a filterGiuseppe Bilotta
2008-03-10url plugin: retry with chops even on URI::InvalidURIErrorGiuseppe Bilotta
2008-02-13url plugin: output link info with m.plainreplyGiuseppe Bilotta
2008-02-13url plugin: strip final characters from URL when we get 404, in case it was d...Giuseppe Bilotta
2008-01-20url plugin: check the canonical name, the IP address, and any known aliases a...Giuseppe Bilotta
2007-09-21* (plugins/url) url.display_link_info now also applies for error messagesDmitry Kim
2007-09-19url plugin: bail out early when no urls were foundGiuseppe Bilotta
2007-09-19url plugin: only extract URIs for the schemes we're interested in (http[s])Giuseppe Bilotta
2007-09-18HTML processing refactoring: url plugin: only add encoding and size informati...Giuseppe Bilotta
2007-09-18HTML processing refactoring: Utils.get_html_info and related methods factored...Giuseppe Bilotta
2007-09-18HTML processing refactoring: HTML title extraction is now a String methodGiuseppe Bilotta
2007-09-16* (plugins/url) url logging should not depend on url info displayDmitry Kim
2007-09-16* (plugins/url) get_title_for_url(uri_str, opts={})Dmitry Kim
2007-09-16url plugin: add 'url info' as a synonym for 'urls info', and document the com...Giuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-10url plugin: add 'urls info *urls' command to force link info retrievalGiuseppe Bilotta
2007-09-10url plugin: loopback is 127.x.x.x, not just 127.0.0.1Giuseppe Bilotta
2007-09-10url plugin: add list of hosts for which no link info should be retrievedGiuseppe Bilotta
2007-08-29* (url.rb) pass original irc message to url loggerDmitry Kim
2007-08-23url plugin: url.display_link_info is now an Integer: the number of links in a...Giuseppe Bilotta
2007-08-23url plugin: escape stuff before extracting urlsGiuseppe Bilotta
2007-08-23url plugin: only consider http(s) urls found by URI.extract()Giuseppe Bilotta
2007-08-22url plugin: jump to fragment when grabbing first par of an url with fragmentGiuseppe Bilotta
2007-08-22url plugin: use URI.extract to get urls in a message. Ensures links are prope...Giuseppe Bilotta
2007-08-05* (plugins/url.rb) apply URI.escape to make non-rfc charsets in uri useableDmitry Kim
2007-05-11+ (plugins/delicious) automatic url logging to del.icio.us (alpha)Dmitry Kim
2007-04-24* (plugins/url) don't download (and don't cache) non-text urlsDmitry Kim
2007-04-15HttpUtil: fix gunzipping with partial content; and debug response in url plug...Giuseppe Bilotta
2007-04-14url plugin: return nil when we return nothingGiuseppe Bilotta
2007-04-12Module\#define_structure method: define a new Struct only if doesn't exist al...Giuseppe Bilotta
2007-04-12url plugin: search for user-provided string in urls info too; and truly updat...Giuseppe Bilotta
2007-04-12url plugin: store info with urls, optionally display it when listing or searc...Giuseppe Bilotta
2007-04-11HttpUtil: decompress gzipped body in partial_body too; whitespace cleanup tooGiuseppe Bilotta
2007-04-11url plugin: revert to block get_response and partial_body to work around site...Giuseppe Bilotta
2007-04-08url plugin: show value of content-encoding if presentGiuseppe Bilotta
2007-04-07plugins: remove excess requires and Net::HTTP.version setupsGiuseppe Bilotta
2007-04-05url plugin: echo all info on a single line, and use commas to separate thousa...Giuseppe Bilotta
2007-04-05* (url) fix response size reporting for ranged responsesDmitry Kim
2007-04-04imdb plugin: show popular movies acted/directed when finding peopleGiuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-26url plugins: when echoing first par, be more clear on what's being done and d...Giuseppe Bilotta
2007-03-25url plugin: url.first_par option. when enabled, the url plugin will attempt t...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-14Added config option: "url.titles_only"Chris Gahan
2006-10-24Whitespace cleanup in url.rbGiuseppe Bilotta
2006-10-24Trap a possible exception when getting URL titles, even though nothing is act...Giuseppe Bilotta
2006-10-14Make use of Utils.decode_html_entitiesGiuseppe Bilotta