1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- new tests for the gruber functionality - 001_gruber_rb is just 000_testcases.rb with simple_find changed to gruber_find - 003_gruber_switch.rb tests the global preference switch - TODO 003 will break if URI.extract ever finds bit.ly/whatever as a URI
zimpenfish
as Rob Partington
More... over 15 years ago
- allow use of the liberal regexp matcher from mr gruber - http://daringfireball.net/2010/07/improved_regex_for_matching_urls - handy for finding things like bit.ly, etc.
zimpenfish
as Rob Partington
More... over 15 years ago
- flickr_static: new plugin to work out flickr details from a static picture or picture page
zimpenfish
as Rob Partington
More... over 16 years ago
- newsbbc: different sections have different title formats, it seems - just look for a non-word character separating the parts instead of a pipe - if we cannot find anything, default to returning the original title instead of crashing
zimpenfish
as Rob Partington
More... over 16 years ago
Merge branch 'master' of [email protected]:rjp/linkylinky
zimpenfish
as Rob Partington
More... over 16 years ago
- amazon: they like to put the <title> 120k into the body of HTML so we have to use fetch_all
zimpenfish
as Rob Partington
More... over 16 years ago
- some sites send compressed content even without asking (foreignpolicy.com) - which means we have to deal with Content-Encoding headers - if we have one and it matches /deflate/gzip/, assuming Zlib::Inflate will work
zimpenfish
as rjp
More... over 16 years ago
Merge branch 'master' of github.com:rjp/linkylinky
zimpenfish
as rjp
More... over 16 years ago
- meta-title: comments for clarity - meta-title: TODO proper rdoc to describe plugins etc.
zimpenfish
as rjp
More... over 16 years ago
- uri-find: add a new simple_find method that just returns uri.normalize.to_s - uri-find: clean up tests, add some more, etc.
zimpenfish
as rjp
More... over 16 years ago
- comments for great ohloh justice
zimpenfish
as rjp
More... over 16 years ago
- return the suppress_domain functionality
zimpenfish
as Rob Partington
More... over 16 years ago
- fetch: PNG can be broken by fetching the last 16k so special-case an exception for that
zimpenfish
as Rob Partington
More... over 16 years ago
- twitter: expanding shorturls for andym - TODO limit the expansion to things in the longurl list of shorteners
zimpenfish
as Rob Partington
More... over 16 years ago
Merge branch 'master' of [email protected]:rjp/linkylinky
zimpenfish
as Rob Partington
More... over 16 years ago
- twitter: shorturl expansion for andym
zimpenfish
as Rob Partington
More... over 16 years ago
- default: base plugin for last resort
zimpenfish
as rjp
More... over 16 years ago
Merge branch 'master' of [email protected]:rjp/linkylinky
zimpenfish
as Rob Partington
More... over 16 years ago
- remove debugging output from linkyplugin - wrap curl fetching in error handling - remove leading/trailing whitespace from title - twitter: andym wants long URLs expanding so let's try that
zimpenfish
as Rob Partington
More... over 16 years ago
Merge branch 'master' of [email protected]:rjp/ribot
zimpenfish
as Rob Partington
More... over 16 years ago
- bot: topic changes arrive as groupchat but with no body
zimpenfish
as Rob Partington
More... over 16 years ago
- fix up whitespace by removing tabs and deleting trailing - make the queues global because it's just easier that way - add an outgoing queue so things like deli_tags don't need to know bot internals - deli: wrap deli_tags in exception handling to avoid breaking everything on error - deli: show top 8 tags and ... if there's more - deli: reformatted message as per blech's fc015019 suggestion - bot: new thread solely for fetching outgoing messages to send - bot: message handling wrapped in exception handling to avoid hanging on error - TODO report errors in URL fetching to the outgoing stream?
zimpenfish
as rjp
More... over 16 years ago
- reorganisation and rationalisation of unit tests
zimpenfish
as rjp
More... over 16 years ago
- flickr: rationalise the unit tests
zimpenfish
as rjp
More... over 16 years ago
- twitter: rationalise the unit tests
zimpenfish
as rjp
More... over 16 years ago
- .fetch returns everything we pass into .title for easier chaining - also allows an internal url rewriting step if we want to use it
zimpenfish
as rjp
More... over 16 years ago
- flickr: update unit tests - TODO consider returning the uri from the .fetch method so you can pass that straight to the .title method - TODO also allows internal uri rewriting (static flickr image => flickr photo page for title?)
zimpenfish
as rjp
More... over 16 years ago
- massive refactoring to treat plugins as objects - everything happens in a fetch -> title -> postfilter sequence - new method, fetch_all, does a full fetch
zimpenfish
as rjp
More... over 16 years ago
- plan for rationalised plugin handling
zimpenfish
as rjp
More... over 16 years ago
- newsbbc: sometimes the title only has A|B|C so our previous matching would fail - newsbbc: change the output from "B | C" to "C ((B))" to emphasise the title over category
zimpenfish
as rjp
More... over 16 years ago