Simon Howard
4c7861b2e0
Make master server work with Python 3.
...
As part of this, perform the `from __future__` imports so that as much
as possible resembles Python 3 even if we are running with Python 2.
2019-02-09 21:24:40 -05:00
Simon Howard
2cc103e783
Include a Message-Type: field so that end messages can only be generated
...
from start messages. Include millisecond precision in the time fields of
the messages for extra accuracy. Log nonce values and demo hashes.
Subversion-branch: /master
Subversion-revision: 2519
2012-08-04 23:32:17 +00:00
Simon Howard
9cea863e5d
Include a copy of the nonce value separately from the GPG signature, so
...
it isn't necessary for the client to parse it.
Subversion-branch: /master
Subversion-revision: 2517
2012-08-04 02:02:13 +00:00
Simon Howard
6d2987c286
Add GPG signature generation, as the first step towards secure demo
...
support.
Subversion-branch: /master
Subversion-revision: 2516
2012-08-04 01:25:20 +00:00