One useful way of answering questions like this is to find the commits
that added the <transport>::<address> syntax (probably easiest with git
blame), and at the commits that touched urls.txt (probably with git log),
and see if the reading the messages makes it obvious. I'd guess (without
actually looking myself) that it was just overlooked.
Got it.
Yup, my bad for not updating urls.txt (mainly because I didn't know it
existed :P). I think Ramkumar's patch [0] to fix that is a step in the
right direction :).
Thanks :) I've prepared a second revision, which is a complete rewrite
of urls. In the meantime, could you review this patch?
-- Ram