]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/url.rb
fix: URI.escape is not needed anymore
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / url.rb
2023-09-24 Hendrik Jägerfix: URI.escape is not needed anymore
2013-12-06 Matthias Hurl: more flexibility with first_par
2010-07-01 David Gadlingurl: Add a config option to auto-shorten URLs.
2009-08-30 Giuseppe Bilottaurl plugin: carry htmlinfo filtering output with the...
2009-08-27 Giuseppe Bilottaurl plugin: only chop non-word characters on 404
2009-03-15 Giuseppe Bilottaurl: load filters, defaulting to the htmlinfo filter...
2009-03-10 Raine Virtaurl: allow ignoring urls from specific users
2009-02-23 Spencer Rineharturl: Only reply with disabled host message when url...
2009-01-27 Giuseppe Bilottaurl plugin: urls info should work regardless of config
2009-01-27 Giuseppe Bilottaurl plugin: option hash for handle_urls()
2009-01-21 Simon Hafner+ (reply) config option to force reply to query
2009-01-21 Simon Hafner* (plugins) changed to the new reply schema (:nick)
2008-12-31 Raine Virtaurl plugin: added a config option for displaying link...
2008-10-27 Giuseppe Bilottaurl plugin: only handle URls that have something past...
2008-04-06 Giuseppe Bilotta+ use the message() delegate instead of listen() when...
2008-03-17 Giuseppe Bilottafilters: HTML info extraction is now a filter
2008-03-10 Giuseppe Bilottaurl plugin: retry with chops even on URI::InvalidURIError
2008-02-13 Giuseppe Bilottaurl plugin: output link info with m.plainreply
2008-02-13 Giuseppe Bilottaurl plugin: strip final characters from URL when we...
2008-01-20 Giuseppe Bilottaurl plugin: check the canonical name, the IP address...
2007-09-21 Dmitry Kim* (plugins/url) url.display_link_info now also applies...
2007-09-19 Giuseppe Bilottaurl plugin: bail out early when no urls were found
2007-09-19 Giuseppe Bilottaurl plugin: only extract URIs for the schemes we're...
2007-09-18 Giuseppe BilottaHTML processing refactoring: url plugin: only add encod...
2007-09-18 Giuseppe BilottaHTML processing refactoring: Utils.get_html_info and...
2007-09-18 Giuseppe BilottaHTML processing refactoring: HTML title extraction...
2007-09-16 Dmitry Kim* (plugins/url) url logging should not depend on url...
2007-09-16 Dmitry Kim* (plugins/url) get_title_for_url(uri_str, opts={})
2007-09-16 Giuseppe Bilottaurl plugin: add 'url info' as a synonym for 'urls info...
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-10 Giuseppe Bilottaurl plugin: add 'urls info *urls' command to force...
2007-09-10 Giuseppe Bilottaurl plugin: loopback is 127.x.x.x, not just 127.0.0.1
2007-09-10 Giuseppe Bilottaurl plugin: add list of hosts for which no link info...
2007-08-29 Dmitry Kim* (url.rb) pass original irc message to url logger
2007-08-23 Giuseppe Bilottaurl plugin: url.display_link_info is now an Integer...
2007-08-23 Giuseppe Bilottaurl plugin: escape stuff before extracting urls
2007-08-23 Giuseppe Bilottaurl plugin: only consider http(s) urls found by URI...
2007-08-22 Giuseppe Bilottaurl plugin: jump to fragment when grabbing first par...
2007-08-22 Giuseppe Bilottaurl plugin: use URI.extract to get urls in a message...
2007-08-05 Dmitry Kim* (plugins/url.rb) apply URI.escape to make non-rfc...
2007-05-11 Dmitry Kim+ (plugins/delicious) automatic url logging to del...
2007-04-24 Dmitry Kim* (plugins/url) don't download (and don't cache) non...
2007-04-15 Giuseppe BilottaHttpUtil: fix gunzipping with partial content; and...
2007-04-14 Giuseppe Bilottaurl plugin: return nil when we return nothing
2007-04-12 Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-12 Giuseppe Bilottaurl plugin: search for user-provided string in urls...
2007-04-12 Giuseppe Bilottaurl plugin: store info with urls, optionally display...
2007-04-11 Giuseppe BilottaHttpUtil: decompress gzipped body in partial_body too...
2007-04-11 Giuseppe Bilottaurl plugin: revert to block get_response and partial_bo...
2007-04-08 Giuseppe Bilottaurl plugin: show value of content-encoding if present
2007-04-07 Giuseppe Bilottaplugins: remove excess requires and Net::HTTP.version...
2007-04-05 Giuseppe Bilottaurl plugin: echo all info on a single line, and use...
2007-04-05 Dmitry Kim* (url) fix response size reporting for ranged responses
2007-04-04 Giuseppe Bilottaimdb plugin: show popular movies acted/directed when...
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-26 Giuseppe Bilottaurl plugins: when echoing first par, be more clear...
2007-03-25 Giuseppe Bilottaurl plugin: url.first_par option. when enabled, the...
2007-03-25 Giuseppe Bilottaurl plugin: customizable max amount of data to retrieve...
2007-03-24 Giuseppe Bilottahttputil and url plugin improvements, see ChangeLog
2007-03-24 Giuseppe Bilottaurl plugin: when reading body chunks, don't discard...
2007-03-14 Chris GahanAdded config option: "url.titles_only"
2006-10-24 Giuseppe BilottaWhitespace cleanup in url.rb
2006-10-24 Giuseppe BilottaTrap a possible exception when getting URL titles,...
2006-10-14 Giuseppe BilottaMake use of Utils.decode_html_entities
2006-10-13 Giuseppe BilottaFine tune url plugin
2006-07-24 Giuseppe BilottaRevert the Struct.new-related changes because they...
2006-07-24 Giuseppe Bilotta[257] was moot, this is the propert way to prevent...
2006-07-24 Giuseppe BilottaSuppress the warnings for Struct redefinition on rescan
2006-07-21 Alexander BeisigWhoops, typo. My bad.
2006-07-21 Alexander BeisigDisabled sending URL info to the channel by default...
2006-07-20 Giuseppe BilottaClean up logging from the plugins
2006-02-22 Chris GahanFixed some bugs (should stop showing #<Net::something...
2006-02-09 Chris GahanStupid lack of a User-Agent was breaking a bunch of...
2006-02-09 Chris GahanLittle tweak to fix an edge-case.
2006-02-09 Chris GahanChanged the way the URL grabber gets urls. Instead...
2006-02-03 Chris GahanMore translation codes! (this function should go in...
2006-02-03 Chris GahanSince the CGI::unescapeHTML is pretty crappy, I added...
2006-02-02 Chris GahanSearching for text in the URL history is now case-insen...
2006-02-02 Chris GahanSet a limit on the number of redirects...
2006-01-30 Chris GahanA fix for the case where a crappy webserver labels...
2006-01-28 Chris GahanWhoops! I renamed the config setting in one place and...
2006-01-28 Chris Gahanopme now says okay BEFORE opping!
2006-01-27 Chris GahanFixed a bug that cut off the query-part of the url...
2006-01-26 Chris GahanWhoops, forgot to ungreedy the <title>-finding regexes.
2006-01-26 Chris GahanFixed a bunch of bugs:
2006-01-26 Chris GahanAdded some nice new features to the URL-titles extension.
2006-01-26 Tom GilbertTODO - work out why httputil with proxies doesn't like...
2006-01-26 Tom Gilbertreinstate the use of the bot's httputil. As soon as...
2006-01-26 Tom GilbertFrom Chris:
2006-01-20 Tom Gilbertnew submission from Chris
2005-07-30 Tom GilbertSat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbri...
2005-07-30 Tom GilbertSat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbri...
2005-07-29 Tom GilbertFri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbri...
2005-07-27 Tom Gilbertrearrange repo for packaging