Mercurial > hg > anonet-resdb
comparison contrib/peer2anonet/README @ 638:6753fb814c94 draft
fixed some problems in peer2anonet
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 25 Sep 2011 17:33:38 -0500 |
parents | f5ec84b7d825 |
children | d76cc244e016 |
comparison
equal
deleted
inserted
replaced
637:a00766cdaefa | 638:6753fb814c94 |
---|---|
1 ____ _ | 1 SYNOPSIS: |
2 _ __ ___ ___ _ _|___ \ __ _ _ __ ___ _ __ ___| |_ | 2 # Generate Keys: |
3 | '_ \ / _ \/ _ \ '__|__) / _` | '_ \ / _ \| '_ \ / _ \ __| | 3 quicktun.keypair</dev/random |
4 | |_) | __/ __/ | / __/ (_| | | | | (_) | | | | __/ |_ | |
5 | .__/ \___|\___|_| |_____\__,_|_| |_|\___/|_| |_|\___|\__| | |
6 |_| | |
7 | 4 |
8 SYNOPSIS: | |
9 # Interactive prompt: | 5 # Interactive prompt: |
10 peer2anonet | 6 peer2anonet |
11 | 7 |
12 # Accept pipe from file: | 8 # Accept pipe from file: |
13 peer2anonet < autoconfig.txt | 9 peer2anonet < autoconfig.txt |
78 3c6e0b8a9c15224a8228b9a98ca1531d <--your peer's public key | 74 3c6e0b8a9c15224a8228b9a98ca1531d <--your peer's public key |
79 ================== Not Actual Line on File ============================ | 75 ================== Not Actual Line on File ============================ |
80 | 76 |
81 At your discretion, you may exclude the public key from the | 77 At your discretion, you may exclude the public key from the |
82 bottom of an autoconfig file and post installation of your new | 78 bottom of an autoconfig file and post installation of your new |
83 peer service, peer2anonet will prompt for it. | 79 peer service, peer2anonet will prompt foor it. |
84 | |
85 | |
86 CHANGES: | |
87 Sat Jul 9 06:48:58 CDT 2011 - d3v1150m471c | |
88 * quicktun's "EXPORT DEBUG=1" removed on peering script. | |
89 * some variables removed, info now passed directly to files. | |
90 * peering.in removed. info passed directly to peering and | |
91 then given executable status. Corresponding makefile | |
92 was also removed. | |
93 * Public key question corrected. | |
94 * daemontools non-deb specified in README. | |
95 * trimmed off unnecessary tests. | |
96 * bash added to dependencies | |
97 * file tests with mkdir changed to `mkdir -p`... . | |
98 * peering file removed, passes directly to run file now. | |
99 | |
100 Sun Jul 10 05:47:22 CDT 2011 - d3v1150m471c | |
101 * makefile changed to Makefile | |
102 * parse quicktun.keypair</dev/random directly to seckey variable. | |
103 * removed y/n questions with file tests and automatic | |
104 configuration. | |
105 * README file updated | |
106 * ported for autoconfig file pipes | |
107 * some security checks created | |
108 | |
109 Sun Jul 10 07:25:42 CDT 2011 - d3v1150m471c | |
110 * security checks, whitespace removed after some data | |
111 | |
112 Sun Jul 10 08:13:17 CDT 2011 - d3v1150m471c | |
113 * security checks changed to check acceptable data and exits | |
114 showing offending info for violating data detections. | |
115 * security checks more specific | |
116 | |
117 Sun Jul 10 17:04:36 CDT 2011 - d3v1150m471c | |
118 * security check and key bugs patched. | |
119 | |
120 Sun Jul 10 18:50:31 CDT 2011 - d3v1150m471c | |
121 * public key prompt altered to avoid complications. | |
122 | |
123 Sun Jul 10 22:01:12 CDT 2011 - d3v1150m471c | |
124 * key inputs changed. peer2anonet no longer generates | |
125 key pairs so they can be manually created prior to | |
126 using peer2anonet, for expedience. | |
127 | |
128 Wed Jul 13 04:17:03 CDT 2011 - d3v1150m471c | |
129 * added env variables that are configured on installation | |
130 * uses env variables for certain settings to uncomplicate the | |
131 peering process. A peer now only needs to send you pertinent | |
132 data pertaining to his/her system in order for you to | |
133 configure a new peering session, or vice versa. | |
134 | |
135 Sun Jul 17 22:21:05 CDT 2011 - d3v11 | |
136 * fixed bird.conf bug | |
137 * fixed bird protocol bug | |
138 * patched security for-loops | |
139 | 80 |
140 | 81 |
141 | 82 |