chiark / gitweb /
init: Introduce the peer database.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 20:11:04 +0000 (21:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 20:11:04 +0000 (21:11 +0100)
commit6005ef9bfba49124a25825a5b044d4f4cbf02792
tree9e581f044302b409418bd3a60f9a323fa7e6b54d
parent2fa800105a5897cad85c51c48d1970b9061a33f5
init: Introduce the peer database.

Our services will require information about the various possible peers.
This is held in a CDB file with an open-ended format, and constructed
from a text database by a Python utility tripe-newpeers.

This stuff doesn't yet have a Debian package to live in.  That will
appear in a few patches' time.
Makefile.am
configure.ac
keys/tripe-keys.in
peerdb/Makefile.am [new file with mode: 0644]
peerdb/peers.cdb.5.in [new file with mode: 0644]
peerdb/peers.in [new file with mode: 0644]
peerdb/peers.in.5.in [new file with mode: 0644]
peerdb/tripe-newpeers.8.in [new file with mode: 0644]
peerdb/tripe-newpeers.in [new file with mode: 0644]
py/tripe.py.in