index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
url.rb
Age
Commit message (
Expand
)
Author
2023-09-24
fix: URI.escape is not needed anymore
Hendrik Jäger
2013-12-06
url: more flexibility with first_par
Matthias H
2010-07-01
url: Add a config option to auto-shorten URLs.
David Gadling
2009-08-30
url plugin: carry htmlinfo filtering output with the url_added event
Giuseppe Bilotta
2009-08-27
url plugin: only chop non-word characters on 404
Giuseppe Bilotta
2009-03-15
url: load filters, defaulting to the htmlinfo filter group
Giuseppe Bilotta
2009-03-10
url: allow ignoring urls from specific users
Raine Virta
2009-02-23
url: Only reply with disabled host message when url info directly requested.
Spencer Rinehart
2009-01-27
url plugin: urls info should work regardless of config
Giuseppe Bilotta
2009-01-27
url plugin: option hash for handle_urls()
Giuseppe Bilotta
2009-01-22
+ (reply) config option to force reply to query
Simon Hafner
2009-01-22
* (plugins) changed to the new reply schema (:nick)
Simon Hafner
2008-12-31
url plugin: added a config option for displaying link info only on specific c...
Raine Virta
2008-10-27
url plugin: only handle URls that have something past the protocol
Giuseppe Bilotta
2008-04-07
+ use the message() delegate instead of listen() when possible
Giuseppe Bilotta
2008-03-17
filters: HTML info extraction is now a filter
Giuseppe Bilotta
2008-03-10
url plugin: retry with chops even on URI::InvalidURIError
Giuseppe Bilotta
2008-02-13
url plugin: output link info with m.plainreply
Giuseppe Bilotta
2008-02-13
url plugin: strip final characters from URL when we get 404, in case it was d...
Giuseppe Bilotta
2008-01-20
url 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 messages
Dmitry Kim
2007-09-19
url plugin: bail out early when no urls were found
Giuseppe Bilotta
2007-09-19
url plugin: only extract URIs for the schemes we're interested in (http[s])
Giuseppe Bilotta
2007-09-18
HTML processing refactoring: url plugin: only add encoding and size informati...
Giuseppe Bilotta
2007-09-18
HTML processing refactoring: Utils.get_html_info and related methods factored...
Giuseppe Bilotta
2007-09-18
HTML processing refactoring: HTML title extraction is now a String method
Giuseppe Bilotta
2007-09-16
* (plugins/url) url logging should not depend on url info display
Dmitry Kim
2007-09-16
* (plugins/url) get_title_for_url(uri_str, opts={})
Dmitry Kim
2007-09-16
url plugin: add 'url info' as a synonym for 'urls info', and document the com...
Giuseppe Bilotta
2007-09-12
namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*
Giuseppe Bilotta
2007-09-10
url plugin: add 'urls info *urls' command to force link info retrieval
Giuseppe Bilotta
2007-09-10
url plugin: loopback is 127.x.x.x, not just 127.0.0.1
Giuseppe Bilotta
2007-09-10
url plugin: add list of hosts for which no link info should be retrieved
Giuseppe Bilotta
2007-08-29
* (url.rb) pass original irc message to url logger
Dmitry Kim
2007-08-23
url plugin: url.display_link_info is now an Integer: the number of links in a...
Giuseppe Bilotta
2007-08-23
url plugin: escape stuff before extracting urls
Giuseppe Bilotta
2007-08-23
url plugin: only consider http(s) urls found by URI.extract()
Giuseppe Bilotta
2007-08-22
url plugin: jump to fragment when grabbing first par of an url with fragment
Giuseppe Bilotta
2007-08-22
url 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 useable
Dmitry 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 urls
Dmitry Kim
2007-04-15
HttpUtil: fix gunzipping with partial content; and debug response in url plug...
Giuseppe Bilotta
2007-04-14
url plugin: return nil when we return nothing
Giuseppe Bilotta
2007-04-12
Module\#define_structure method: define a new Struct only if doesn't exist al...
Giuseppe Bilotta
2007-04-12
url plugin: search for user-provided string in urls info too; and truly updat...
Giuseppe Bilotta
2007-04-12
url plugin: store info with urls, optionally display it when listing or searc...
Giuseppe Bilotta
2007-04-11
HttpUtil: decompress gzipped body in partial_body too; whitespace cleanup too
Giuseppe Bilotta
2007-04-11
url plugin: revert to block get_response and partial_body to work around site...
Giuseppe Bilotta
2007-04-08
url plugin: show value of content-encoding if present
Giuseppe Bilotta
[next]