Age | Commit message (Expand) | Author |
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 |
2007-04-07 | plugins: remove excess requires and Net::HTTP.version setups | Giuseppe Bilotta |
2007-04-05 | url 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 responses | Dmitry Kim |
2007-04-04 | imdb plugin: show popular movies acted/directed when finding people | Giuseppe Bilotta |
2007-03-30 | *** (httputil) major rework, new caching implementation, unified request | Dmitry Kim |
2007-03-26 | url plugins: when echoing first par, be more clear on what's being done and d... | Giuseppe Bilotta |
2007-03-25 | url plugin: url.first_par option. when enabled, the url plugin will attempt t... | 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-14 | Added config option: "url.titles_only" | Chris Gahan |
2006-10-24 | Whitespace cleanup in url.rb | Giuseppe Bilotta |
2006-10-24 | Trap a possible exception when getting URL titles, even though nothing is act... | Giuseppe Bilotta |
2006-10-14 | Make use of Utils.decode_html_entities | Giuseppe Bilotta |
2006-10-13 | Fine tune url plugin | Giuseppe Bilotta |
2006-07-24 | Revert the Struct.new-related changes because they don't do what we want | Giuseppe Bilotta |
2006-07-24 | [257] was moot, this is the propert way to prevent Structs from being created... | Giuseppe Bilotta |
2006-07-24 | Suppress the warnings for Struct redefinition on rescan | Giuseppe Bilotta |
2006-07-21 | Whoops, typo. My bad. | Alexander Beisig |
2006-07-21 | Disabled sending URL info to the channel by default, as several people | Alexander Beisig |
2006-07-20 | Clean up logging from the plugins | Giuseppe Bilotta |
2006-02-22 | Fixed some bugs (should stop showing #<Net::something...> objects, handles Mo... | Chris Gahan |
2006-02-09 | Stupid lack of a User-Agent was breaking a bunch of servers (403 errors). FIXED. | Chris Gahan |
2006-02-09 | Little tweak to fix an edge-case. | Chris Gahan |
2006-02-09 | Changed the way the URL grabber gets urls. Instead of using HEAD, it uses GET... | Chris Gahan |
2006-02-03 | More translation codes! (this function should go in the httputil module event... | Chris Gahan |
2006-02-03 | Since the CGI::unescapeHTML is pretty crappy, I added my own &thing; | Chris Gahan |
2006-02-02 | Searching for text in the URL history is now case-insensitive. | Chris Gahan |
2006-02-02 | Set a limit on the number of redirects... | Chris Gahan |