chiark / gitweb /
disorder setup-guest + docs + tests
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 22 Dec 2007 11:37:45 +0000 (11:37 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 22 Dec 2007 11:37:45 +0000 (11:37 +0000)
commit0f55e9050dd26ab8804934a188f1ee8ab8b55ffe
treeb8dffa60db1b9a0075395e13c5cfd8f029991c0d
parentba39faf632da43d64106536f256153c2092346e4
disorder setup-guest + docs + tests

adduser/authorize now take an optional rights argument, removing the
race where you wanted a new user not to have some of the default
rights.

The command line client now delays creating a connection until it
needs it, allowing per-command help, syntax checking etc to succeed
even in the absence of a working server (mostly useful during
development).
17 files changed:
clients/authorize.c
clients/authorize.h
clients/disorder.c
doc/disorder.1.in
doc/disorder_protocol.5.in
lib/client.c
lib/client.h
lib/configuration.c
lib/configuration.h
lib/cookies.c
lib/rights.c
lib/rights.h
lib/trackdb.c
lib/trackdb.h
scripts/completion.bash
server/server.c
tests/user.py