Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Typo in -f help | 3af296c20050408ec4c668bf052fe77441ebc538 | GDR! | 2016-10-12 11:46:55 |
corrected typo | 315ee76599c2ebf92c9fed9b13ffad5ef50b849b | Pietro Bonfa | 2016-10-10 19:54:39 |
better comments and if logic | f5da6d8db758db9367807b45fdf4fb1a5d09e815 | Pietro Bonfa | 2016-10-10 19:44:50 |
removed enforce option | bb08cc0ae4789084f88586460c9c617fe6cbb328 | Pietro Bonfa | 2016-10-09 16:31:39 |
changed arguments for rules optoins | fd085c2862153d16443451d96fc56d2e67873e9e | Pietro Bonfa | 2016-10-08 12:10:47 |
fixed bug with filter_policy | 230e7ae1347fe613d63f3dca136128b29331f80d | Pietro Bonfa | 2016-10-07 12:17:09 |
Changed gdr.name relay ports | d194df598555e6ba31d53f5b1ec74f370b869c8c | GDR! | 2016-10-05 19:45:34 |
Separate TCP relays from bootstrap nodes during bootstrap | a5b237c6fc56787e8ce9e29c4c4778f462c0d849 | GDR! | 2016-10-05 18:56:18 |
Updated node list with generate_tox_bootstrap.py | 298776994486b7c07dfede1d4190ff0e5aa8789a | GDR! | 2016-10-05 18:40:02 |
Added filter for hostname and port requests | e5bf743ccb6f80b70a6017a39c30f7610012979b | Pietro Bonfa | 2016-10-05 18:10:15 |
Update README.md | 24a0f954ce773571aff6562084553028c8352142 | GDR! | 2016-10-04 08:16:39 |
Whitelist debug statement | a971c172985088d38297ed30318910144140a44b | GDR! | 2016-06-08 20:36:52 |
Coverity fix | b081686b05931064b4f9a26621d77a5d43941832 | GDR! | 2016-06-08 15:28:41 |
Fixed default value for server whitelist mode | e682a05cf64ea85e30cb88a089fe220c2081e5da | GDR! | 2016-06-08 15:16:25 |
Documentation for #14 | e9393fb439f94461fdc665eb85af54f156e5be75 | GDR! | 2016-06-07 20:00:13 |
"Whitelist clients by pubkeys" mode, re-request friends | 1013b2aaeafa9112849df4e08bcced23cbd91fdf | GDR! | 2016-06-07 19:52:48 |
Remove FDs of closed tunnels from fdset | 816245f429145052b8908d500c64d372fc8c2972 | GDR! | 2016-06-07 18:42:45 |
Mention toxvpn | c2a78f48bd44613162a6e3c1d02cb53266611936 | GDR! | 2016-05-05 17:55:59 |
ProxyCommand explained | c17be222aa46a4cf1a9d19c0ae767697ad585fd3 | GDR! | 2016-05-05 17:50:05 |
Visible ToxID | 4f38371fd72ba889e39805b76a1a2402194b5398 | GDR! | 2016-05-05 17:46:06 |
File | Lines added | Lines deleted |
---|---|---|
main.c | 1 | 1 |
File main.c changed (mode: 100644) (index 942c395..6dde7ee) | |||
... | ... | void help() | |
1170 | 1170 | fprintf(stderr, "-p - ping the server from -i and exit\n"); | fprintf(stderr, "-p - ping the server from -i and exit\n"); |
1171 | 1171 | fprintf(stderr, "-C <dir> - save private key in <dir> instead of /etc/tuntox in server mode\n"); | fprintf(stderr, "-C <dir> - save private key in <dir> instead of /etc/tuntox in server mode\n"); |
1172 | 1172 | fprintf(stderr, "-s <secret> - shared secret used for connection authentication (max %u characters)\n", TOX_MAX_FRIEND_REQUEST_LENGTH-1); | fprintf(stderr, "-s <secret> - shared secret used for connection authentication (max %u characters)\n", TOX_MAX_FRIEND_REQUEST_LENGTH-1); |
1173 | fprintf(stderr, "-f <file> - only allow connections to hostname/port combinations contained in <file>. Rules must by entered one per line with the <hostname>:<port> format\n"); | ||
1173 | fprintf(stderr, "-f <file> - only allow connections to hostname/port combinations contained in <file>. Rules must be entered one per line with the <hostname>:<port> format\n"); | ||
1174 | 1174 | fprintf(stderr, "-d - debug mode\n"); | fprintf(stderr, "-d - debug mode\n"); |
1175 | 1175 | fprintf(stderr, "-q - quiet mode\n"); | fprintf(stderr, "-q - quiet mode\n"); |
1176 | 1176 | fprintf(stderr, "-S - send output to syslog instead of stderr\n"); | fprintf(stderr, "-S - send output to syslog instead of stderr\n"); |