chiark / gitweb /
Shorter confirmation URLs. 'confirm=' becomes 'c=' and the
authorrjk@greenend.org.uk <>
Sun, 30 Dec 2007 21:00:59 +0000 (21:00 +0000)
committerrjk@greenend.org.uk <>
Sun, 30 Dec 2007 21:00:59 +0000 (21:00 +0000)
commit1011401782de9fc44636e88f4b3e4bceb0de4e04
tree23d7c4f9df7a7b336fa99beee125429f93a95434
parent230209f70c8bc613eba3cca81d4e5ca060855a56
Shorter confirmation URLs.  'confirm=' becomes 'c=' and the
confirmation secret is reduced to 80 bits (which amounts to 20
characters under base64).

http:// and /cgi-bin/disorder?c=XXXXXXXXXXXXXXXXXXXX amount to 47
characters, leaving over 30 characters for a hostname and still
fitting into an 80 column display.
server/dcgi.c
server/server.c