vertex
vertex copied to clipboard
Vertex is a generalized, secure, peer-to-peer communications platform; formerly of the divmod.org project (https://code.launchpad.net/divmod.org/)
Currently nothing tells users how to start a server, we should tell them how to use our things.
This should be completed after the work in issue 30 is completed. https://github.com/twisted/vertex/issues/30
We are creating our own mess, we should just use pyca/cryptography's x509 stuff to respond to a request.
DefaultQ2QAvatar.signCertificateRequest well sign any request, so long as it just has a Common Name.
I think perhaps it should only sign certificates that match the avatar.
https://bugs.launchpad.net/divmod.org/+bug/1099041
Each of these bullets should be an issue: https://github.com/twisted/vertex#wow-this-sounds-great-what-kind-of-shape-is-it-in
This can cause problems executing setup.py. Mantissa et al parse the version module directly instead, so we should probably do that instead.
On current master, running `vertex register cyli@localhost blech` hangs when connecting to a running instance of `twistd -noy q2q-standalone.tac` from the doc directory. This is due to outdated usage of...
http://jcalderone.livejournal.com/11802.html would be a good reference. @exarkun has determined that `vertex register` is broken currently, so this should not be done until that is fixed. Perhaps the prose should go...