aboutsummaryrefslogtreecommitdiff
path: root/src/setup
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-22 10:47:54 +0000
committerng0 <ng0@n0.is>2019-02-22 10:47:54 +0000
commitf7398d2343500d15ac194c05364033927dc183db (patch)
tree36ba2654d654e296729eec81bd26925fa6bdc2ce /src/setup
parent1460410213b7c1898904e152c1d68c3480140c5e (diff)
downloadgnunet-gtk-f7398d2343500d15ac194c05364033927dc183db.tar.gz
gnunet-gtk-f7398d2343500d15ac194c05364033927dc183db.zip
Use old.gnunet.org
Diffstat (limited to 'src/setup')
-rw-r--r--src/setup/gnunet-setup-options.c206
1 files changed, 103 insertions, 103 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index 3b6913f1..b0e64142 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1202,7 +1202,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1202 "topology", 1202 "topology",
1203 "FRIENDS-ONLY", 1203 "FRIENDS-ONLY",
1204 gettext_noop ("Should GNUnet exclusively connect to friends?"), 1204 gettext_noop ("Should GNUnet exclusively connect to friends?"),
1205 "https://gnunet.org/configuration-f2f", 1205 "https://old.gnunet.org/configuration-f2f",
1206 &load_yes_no, 1206 &load_yes_no,
1207 &save_yes_no, NULL, 1207 &save_yes_no, NULL,
1208 NULL, NULL, 1208 NULL, NULL,
@@ -1214,7 +1214,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1214 "topology", 1214 "topology",
1215 "MINIMUM-FRIENDS", 1215 "MINIMUM-FRIENDS",
1216 gettext_noop ("Minimum number of friendly connections"), 1216 gettext_noop ("Minimum number of friendly connections"),
1217 "https://gnunet.org/configuration-f2f", 1217 "https://old.gnunet.org/configuration-f2f",
1218 &load_number, 1218 &load_number,
1219 &save_number, NULL, 1219 &save_number, NULL,
1220 NULL, NULL, 1220 NULL, NULL,
@@ -1226,7 +1226,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1226 "topology", 1226 "topology",
1227 "FORCESTART", 1227 "FORCESTART",
1228 gettext_noop ("Topology should always be loaded"), 1228 gettext_noop ("Topology should always be loaded"),
1229 "https://gnunet.org/configuration-topology", 1229 "https://old.gnunet.org/configuration-topology",
1230 &load_yes_no, 1230 &load_yes_no,
1231 &save_yes_no, NULL, 1231 &save_yes_no, NULL,
1232 NULL, NULL, 1232 NULL, NULL,
@@ -1239,7 +1239,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1239 "FORCESTART", 1239 "FORCESTART",
1240 gettext_noop 1240 gettext_noop
1241 ("Should hostlist support be started automatically on startup?"), 1241 ("Should hostlist support be started automatically on startup?"),
1242 "https://gnunet.org/configuration-hostlist", 1242 "https://old.gnunet.org/configuration-hostlist",
1243 &load_yes_no, 1243 &load_yes_no,
1244 &save_yes_no, NULL, 1244 &save_yes_no, NULL,
1245 NULL, NULL, 1245 NULL, NULL,
@@ -1251,7 +1251,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1251 "fs", 1251 "fs",
1252 "FORCESTART", 1252 "FORCESTART",
1253 gettext_noop ("Should file-sharing be started automatically on startup?"), 1253 gettext_noop ("Should file-sharing be started automatically on startup?"),
1254 "https://gnunet.org/configuration-fs", 1254 "https://old.gnunet.org/configuration-fs",
1255 &load_yes_no, 1255 &load_yes_no,
1256 &save_yes_no, NULL, 1256 &save_yes_no, NULL,
1257 NULL, NULL, 1257 NULL, NULL,
@@ -1263,7 +1263,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1263 "hostlist", 1263 "hostlist",
1264 "OPTIONS", 1264 "OPTIONS",
1265 gettext_noop ("Should GNUnet learn about other peers using hostlists"), 1265 gettext_noop ("Should GNUnet learn about other peers using hostlists"),
1266 "https://gnunet.org/configuration-hostlist", 1266 "https://old.gnunet.org/configuration-hostlist",
1267 &load_option_list, 1267 &load_option_list,
1268 &save_option_list, "-b", 1268 &save_option_list, "-b",
1269 NULL, NULL, 1269 NULL, NULL,
@@ -1275,7 +1275,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1275 "hostlist", 1275 "hostlist",
1276 "OPTIONS", 1276 "OPTIONS",
1277 gettext_noop ("Should GNUnet learn hostlists from other peers"), 1277 gettext_noop ("Should GNUnet learn hostlists from other peers"),
1278 "https://gnunet.org/configuration-hostlist", 1278 "https://old.gnunet.org/configuration-hostlist",
1279 &load_option_list, 1279 &load_option_list,
1280 &save_option_list, "-e", 1280 &save_option_list, "-e",
1281 NULL, NULL, 1281 NULL, NULL,
@@ -1287,7 +1287,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1287 "hostlist", 1287 "hostlist",
1288 "OPTIONS", 1288 "OPTIONS",
1289 gettext_noop ("Should this peer offer a hostlist to other peers"), 1289 gettext_noop ("Should this peer offer a hostlist to other peers"),
1290 "https://gnunet.org/configuring-hostlist-bootstrap", 1290 "https://old.gnunet.org/configuring-hostlist-bootstrap",
1291 &load_option_list, 1291 &load_option_list,
1292 &save_option_list, "-p", 1292 &save_option_list, "-p",
1293 &highlight_port_collisions, NULL, 1293 &highlight_port_collisions, NULL,
@@ -1299,7 +1299,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1299 "hostlist", 1299 "hostlist",
1300 "OPTIONS", 1300 "OPTIONS",
1301 gettext_noop ("Should this peer advertise its hostlist to other peers"), 1301 gettext_noop ("Should this peer advertise its hostlist to other peers"),
1302 "https://gnunet.org/configuring-hostlist-bootstrap", 1302 "https://old.gnunet.org/configuring-hostlist-bootstrap",
1303 &load_option_list, 1303 &load_option_list,
1304 &save_option_list, "-a", 1304 &save_option_list, "-a",
1305 NULL, NULL, 1305 NULL, NULL,
@@ -1311,7 +1311,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1311 "hostlist", 1311 "hostlist",
1312 "HTTPPORT", 1312 "HTTPPORT",
1313 gettext_noop ("Port this peers hostlist should be offered on"), 1313 gettext_noop ("Port this peers hostlist should be offered on"),
1314 "https://gnunet.org/configuring-hostlist-bootstrap", 1314 "https://old.gnunet.org/configuring-hostlist-bootstrap",
1315 &load_number, 1315 &load_number,
1316 &save_number, NULL, 1316 &save_number, NULL,
1317 &highlight_port_collisions, NULL, 1317 &highlight_port_collisions, NULL,
@@ -1343,7 +1343,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1343 "GNUNET_setup_hostlist_url_treeview", 1343 "GNUNET_setup_hostlist_url_treeview",
1344 NULL, NULL, NULL, /* FIXME */ 1344 NULL, NULL, NULL, /* FIXME */
1345 gettext_noop ("Known hostlist URLs"), 1345 gettext_noop ("Known hostlist URLs"),
1346 "https://gnunet.org/configuration-hostlist", 1346 "https://old.gnunet.org/configuration-hostlist",
1347 NULL, NULL, NULL, /* FIXME */ 1347 NULL, NULL, NULL, /* FIXME */
1348 NULL, NULL, 1348 NULL, NULL,
1349 NULL}, 1349 NULL},
@@ -1354,7 +1354,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1354 "hostlist", 1354 "hostlist",
1355 "PROXY_TYPE", 1355 "PROXY_TYPE",
1356 gettext_noop ("Do not use a proxy to download hostlists"), 1356 gettext_noop ("Do not use a proxy to download hostlists"),
1357 "https://gnunet.org/configuration-hostlist-proxy", 1357 "https://old.gnunet.org/configuration-hostlist-proxy",
1358 &load_option_list /* abuse! */ , 1358 &load_option_list /* abuse! */ ,
1359 &save_option_list /* abuse! */ , "NONE", 1359 &save_option_list /* abuse! */ , "NONE",
1360 NULL, NULL, 1360 NULL, NULL,
@@ -1367,7 +1367,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1367 "hostlist", 1367 "hostlist",
1368 "PROXY_TYPE", 1368 "PROXY_TYPE",
1369 gettext_noop ("Use an HTTP proxy"), 1369 gettext_noop ("Use an HTTP proxy"),
1370 "https://gnunet.org/configuration-hostlist-proxy", 1370 "https://old.gnunet.org/configuration-hostlist-proxy",
1371 &load_option_list /* abuse! */ , 1371 &load_option_list /* abuse! */ ,
1372 &save_option_list /* abuse! */ , "HTTP", 1372 &save_option_list /* abuse! */ , "HTTP",
1373 NULL, NULL, 1373 NULL, NULL,
@@ -1380,7 +1380,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1380 "hostlist", 1380 "hostlist",
1381 "PROXY_TYPE", 1381 "PROXY_TYPE",
1382 gettext_noop ("Use an HTTP v1.0 (only) proxy"), 1382 gettext_noop ("Use an HTTP v1.0 (only) proxy"),
1383 "https://gnunet.org/configuration-hostlist-proxy", 1383 "https://old.gnunet.org/configuration-hostlist-proxy",
1384 &load_option_list /* abuse! */ , 1384 &load_option_list /* abuse! */ ,
1385 &save_option_list /* abuse! */ , "HTTP_1_0", 1385 &save_option_list /* abuse! */ , "HTTP_1_0",
1386 NULL, NULL, 1386 NULL, NULL,
@@ -1393,7 +1393,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1393 "hostlist", 1393 "hostlist",
1394 "PROXY_TYPE", 1394 "PROXY_TYPE",
1395 gettext_noop ("Use a SOCKS v4 proxy"), 1395 gettext_noop ("Use a SOCKS v4 proxy"),
1396 "https://gnunet.org/configuration-hostlist-proxy", 1396 "https://old.gnunet.org/configuration-hostlist-proxy",
1397 &load_option_list /* abuse! */ , 1397 &load_option_list /* abuse! */ ,
1398 &save_option_list /* abuse! */ , "SOCKS4", 1398 &save_option_list /* abuse! */ , "SOCKS4",
1399 NULL, NULL, 1399 NULL, NULL,
@@ -1406,7 +1406,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1406 "hostlist", 1406 "hostlist",
1407 "PROXY_TYPE", 1407 "PROXY_TYPE",
1408 gettext_noop ("Use a SOCKS v4a proxy"), 1408 gettext_noop ("Use a SOCKS v4a proxy"),
1409 "https://gnunet.org/configuration-hostlist-proxy", 1409 "https://old.gnunet.org/configuration-hostlist-proxy",
1410 &load_option_list /* abuse! */ , 1410 &load_option_list /* abuse! */ ,
1411 &save_option_list /* abuse! */ , "SOCKS4a", 1411 &save_option_list /* abuse! */ , "SOCKS4a",
1412 NULL, NULL, 1412 NULL, NULL,
@@ -1419,7 +1419,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1419 "hostlist", 1419 "hostlist",
1420 "PROXY_TYPE", 1420 "PROXY_TYPE",
1421 gettext_noop ("Use a SOCKS v5 proxy"), 1421 gettext_noop ("Use a SOCKS v5 proxy"),
1422 "https://gnunet.org/configuration-hostlist-proxy", 1422 "https://old.gnunet.org/configuration-hostlist-proxy",
1423 &load_option_list /* abuse! */ , 1423 &load_option_list /* abuse! */ ,
1424 &save_option_list /* abuse! */ , "SOCKS5", 1424 &save_option_list /* abuse! */ , "SOCKS5",
1425 NULL, NULL, 1425 NULL, NULL,
@@ -1432,7 +1432,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1432 "hostlist", 1432 "hostlist",
1433 "PROXY_TYPE", 1433 "PROXY_TYPE",
1434 gettext_noop ("Use a SOCKS v5 proxy with hostname"), 1434 gettext_noop ("Use a SOCKS v5 proxy with hostname"),
1435 "https://gnunet.org/configuration-hostlist-proxy", 1435 "https://old.gnunet.org/configuration-hostlist-proxy",
1436 &load_option_list /* abuse! */ , 1436 &load_option_list /* abuse! */ ,
1437 &save_option_list /* abuse! */ , "SOCKS5_HOSTNAME", 1437 &save_option_list /* abuse! */ , "SOCKS5_HOSTNAME",
1438 NULL, NULL, 1438 NULL, NULL,
@@ -1445,7 +1445,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1445 "hostlist", 1445 "hostlist",
1446 "PROXY", 1446 "PROXY",
1447 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"), 1447 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
1448 "https://gnunet.org/configuration-hostlist-proxy", 1448 "https://old.gnunet.org/configuration-hostlist-proxy",
1449 &load_text, 1449 &load_text,
1450 &save_text, NULL, 1450 &save_text, NULL,
1451 NULL, NULL, 1451 NULL, NULL,
@@ -1457,7 +1457,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1457 "hostlist", 1457 "hostlist",
1458 "PROXY_USERNAME", 1458 "PROXY_USERNAME",
1459 gettext_noop ("Specify username for the proxy (if needed)"), 1459 gettext_noop ("Specify username for the proxy (if needed)"),
1460 "https://gnunet.org/configuration-hostlist-proxy", 1460 "https://old.gnunet.org/configuration-hostlist-proxy",
1461 &load_text, 1461 &load_text,
1462 &save_text, NULL, 1462 &save_text, NULL,
1463 NULL, NULL, 1463 NULL, NULL,
@@ -1469,7 +1469,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1469 "hostlist", 1469 "hostlist",
1470 "PROXY_PASSWORD", 1470 "PROXY_PASSWORD",
1471 gettext_noop ("Specify password for the proxy (if needed)"), 1471 gettext_noop ("Specify password for the proxy (if needed)"),
1472 "https://gnunet.org/configuration-hostlist-proxy", 1472 "https://old.gnunet.org/configuration-hostlist-proxy",
1473 &load_text, 1473 &load_text,
1474 &save_text, NULL, 1474 &save_text, NULL,
1475 NULL, NULL, 1475 NULL, NULL,
@@ -1481,7 +1481,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1481 "ats", 1481 "ats",
1482 "WAN_QUOTA_OUT", 1482 "WAN_QUOTA_OUT",
1483 gettext_noop ("How many bytes per second are we allowed to transmit?"), 1483 gettext_noop ("How many bytes per second are we allowed to transmit?"),
1484 "https://gnunet.org/configuration-bandwidth", 1484 "https://old.gnunet.org/configuration-bandwidth",
1485 &load_number, 1485 &load_number,
1486 &save_number, NULL, 1486 &save_number, NULL,
1487 NULL, NULL, 1487 NULL, NULL,
@@ -1493,7 +1493,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1493 "ats", 1493 "ats",
1494 "WAN_QUOTA_IN", 1494 "WAN_QUOTA_IN",
1495 gettext_noop ("How many bytes per second are we allowed to receive?"), 1495 gettext_noop ("How many bytes per second are we allowed to receive?"),
1496 "https://gnunet.org/configuration-bandwidth", 1496 "https://old.gnunet.org/configuration-bandwidth",
1497 &load_number, 1497 &load_number,
1498 &save_number, NULL, 1498 &save_number, NULL,
1499 NULL, NULL, 1499 NULL, NULL,
@@ -1507,7 +1507,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1507 "transport", 1507 "transport",
1508 "PLUGINS", 1508 "PLUGINS",
1509 gettext_noop ("Enable communication via TCP"), 1509 gettext_noop ("Enable communication via TCP"),
1510 "https://gnunet.org/configuration-tcp", 1510 "https://old.gnunet.org/configuration-tcp",
1511 &load_option_list, 1511 &load_option_list,
1512 &save_option_list, "tcp", 1512 &save_option_list, "tcp",
1513 &highlight_port_collisions, NULL, 1513 &highlight_port_collisions, NULL,
@@ -1519,7 +1519,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1519 "transport", 1519 "transport",
1520 "PLUGINS", 1520 "PLUGINS",
1521 gettext_noop ("Enable communication via UDP"), 1521 gettext_noop ("Enable communication via UDP"),
1522 "https://gnunet.org/configuration-udp", 1522 "https://old.gnunet.org/configuration-udp",
1523 &load_option_list, 1523 &load_option_list,
1524 &save_option_list, "udp", 1524 &save_option_list, "udp",
1525 NULL, NULL, 1525 NULL, NULL,
@@ -1531,7 +1531,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1531 "transport", 1531 "transport",
1532 "PLUGINS", 1532 "PLUGINS",
1533 gettext_noop ("Enable communication via HTTP as a server"), 1533 gettext_noop ("Enable communication via HTTP as a server"),
1534 "https://gnunet.org/configuration-http", 1534 "https://old.gnunet.org/configuration-http",
1535 &load_option_list, 1535 &load_option_list,
1536 &save_option_list, "http_server", 1536 &save_option_list, "http_server",
1537 &highlight_port_collisions, NULL, 1537 &highlight_port_collisions, NULL,
@@ -1543,7 +1543,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1543 "transport", 1543 "transport",
1544 "PLUGINS", 1544 "PLUGINS",
1545 gettext_noop ("Enable communication via HTTP as a client"), 1545 gettext_noop ("Enable communication via HTTP as a client"),
1546 "https://gnunet.org/configuration-http", 1546 "https://old.gnunet.org/configuration-http",
1547 &load_option_list, 1547 &load_option_list,
1548 &save_option_list, "http_client", 1548 &save_option_list, "http_client",
1549 &highlight_port_collisions, NULL, 1549 &highlight_port_collisions, NULL,
@@ -1555,7 +1555,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1555 "transport", 1555 "transport",
1556 "PLUGINS", 1556 "PLUGINS",
1557 gettext_noop ("Enable communication via HTTPS as a server"), 1557 gettext_noop ("Enable communication via HTTPS as a server"),
1558 "https://gnunet.org/configuration-https", 1558 "https://old.gnunet.org/configuration-https",
1559 &load_option_list, 1559 &load_option_list,
1560 &save_option_list, "https_server", 1560 &save_option_list, "https_server",
1561 &highlight_port_collisions, NULL, 1561 &highlight_port_collisions, NULL,
@@ -1567,7 +1567,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1567 "transport", 1567 "transport",
1568 "PLUGINS", 1568 "PLUGINS",
1569 gettext_noop ("Enable communication via HTTPS as a client"), 1569 gettext_noop ("Enable communication via HTTPS as a client"),
1570 "https://gnunet.org/configuration-https", 1570 "https://old.gnunet.org/configuration-https",
1571 &load_option_list, 1571 &load_option_list,
1572 &save_option_list, "https_client", 1572 &save_option_list, "https_client",
1573 &highlight_port_collisions, NULL, 1573 &highlight_port_collisions, NULL,
@@ -1579,7 +1579,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1579 "transport", 1579 "transport",
1580 "PLUGINS", 1580 "PLUGINS",
1581 gettext_noop ("Enable communication via DV"), 1581 gettext_noop ("Enable communication via DV"),
1582 "https://gnunet.org/configuration-dv", 1582 "https://old.gnunet.org/configuration-dv",
1583 &load_option_list, 1583 &load_option_list,
1584 &save_option_list, "dv", 1584 &save_option_list, "dv",
1585 NULL, NULL, 1585 NULL, NULL,
@@ -1591,7 +1591,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1591 "transport", 1591 "transport",
1592 "PLUGINS", 1592 "PLUGINS",
1593 gettext_noop ("Enable communication via WLAN"), 1593 gettext_noop ("Enable communication via WLAN"),
1594 "https://gnunet.org/configuration-wlan", 1594 "https://old.gnunet.org/configuration-wlan",
1595 &load_option_list, 1595 &load_option_list,
1596 &save_option_list, "wlan", 1596 &save_option_list, "wlan",
1597 NULL, NULL, 1597 NULL, NULL,
@@ -1603,7 +1603,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1603 "transport-tcp", 1603 "transport-tcp",
1604 "PORT", 1604 "PORT",
1605 gettext_noop ("Port we bind to for TCP"), 1605 gettext_noop ("Port we bind to for TCP"),
1606 "https://gnunet.org/configuration-tcp", 1606 "https://old.gnunet.org/configuration-tcp",
1607 &load_number, 1607 &load_number,
1608 &save_number, NULL, 1608 &save_number, NULL,
1609 &highlight_port_collisions, NULL, 1609 &highlight_port_collisions, NULL,
@@ -1615,7 +1615,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1615 "transport-tcp", 1615 "transport-tcp",
1616 "ADVERTISED_PORT", 1616 "ADVERTISED_PORT",
1617 gettext_noop ("Port visible to other peers"), 1617 gettext_noop ("Port visible to other peers"),
1618 "https://gnunet.org/configuration-tcp", 1618 "https://old.gnunet.org/configuration-tcp",
1619 &load_number, 1619 &load_number,
1620 &save_number, NULL, 1620 &save_number, NULL,
1621 NULL, NULL, 1621 NULL, NULL,
@@ -1627,7 +1627,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1627 "transport-udp", 1627 "transport-udp",
1628 "PORT", 1628 "PORT",
1629 gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"), 1629 gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"),
1630 "https://gnunet.org/configuration-udp", 1630 "https://old.gnunet.org/configuration-udp",
1631 &load_number, 1631 &load_number,
1632 &save_number, NULL, 1632 &save_number, NULL,
1633 NULL, NULL, 1633 NULL, NULL,
@@ -1639,7 +1639,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1639 "transport-udp", 1639 "transport-udp",
1640 "ADVERTISED_PORT", 1640 "ADVERTISED_PORT",
1641 gettext_noop ("Port visible to other peers"), 1641 gettext_noop ("Port visible to other peers"),
1642 "https://gnunet.org/configuration-udp", 1642 "https://old.gnunet.org/configuration-udp",
1643 &load_number, 1643 &load_number,
1644 &save_number, NULL, 1644 &save_number, NULL,
1645 NULL, NULL, 1645 NULL, NULL,
@@ -1651,7 +1651,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1651 "transport-http_server", 1651 "transport-http_server",
1652 "PORT", 1652 "PORT",
1653 gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"), 1653 gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"),
1654 "https://gnunet.org/configuration-http", 1654 "https://old.gnunet.org/configuration-http",
1655 &load_number, 1655 &load_number,
1656 &save_number, NULL, 1656 &save_number, NULL,
1657 &highlight_port_collisions, NULL, 1657 &highlight_port_collisions, NULL,
@@ -1663,7 +1663,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1663 "transport-http_server", 1663 "transport-http_server",
1664 "ADVERTISED_PORT", 1664 "ADVERTISED_PORT",
1665 gettext_noop ("Port visible to other peers"), 1665 gettext_noop ("Port visible to other peers"),
1666 "https://gnunet.org/configuration-http", 1666 "https://old.gnunet.org/configuration-http",
1667 &load_number, 1667 &load_number,
1668 &save_number, NULL, 1668 &save_number, NULL,
1669 NULL, NULL, 1669 NULL, NULL,
@@ -1675,7 +1675,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1675 "transport-https_server", 1675 "transport-https_server",
1676 "PORT", 1676 "PORT",
1677 gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"), 1677 gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"),
1678 "https://gnunet.org/configuration-https", 1678 "https://old.gnunet.org/configuration-https",
1679 &load_number, 1679 &load_number,
1680 &save_number, NULL, 1680 &save_number, NULL,
1681 &highlight_port_collisions, NULL, 1681 &highlight_port_collisions, NULL,
@@ -1687,7 +1687,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1687 "transport-https_server", 1687 "transport-https_server",
1688 "ADVERTISED_PORT", 1688 "ADVERTISED_PORT",
1689 gettext_noop ("Port visible to other peers"), 1689 gettext_noop ("Port visible to other peers"),
1690 "https://gnunet.org/configuration-https", 1690 "https://old.gnunet.org/configuration-https",
1691 &load_number, 1691 &load_number,
1692 &save_number, NULL, 1692 &save_number, NULL,
1693 NULL, NULL, 1693 NULL, NULL,
@@ -1699,7 +1699,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1699 "transport-http_client", 1699 "transport-http_client",
1700 "PROXY_TYPE", 1700 "PROXY_TYPE",
1701 gettext_noop ("Do not use a proxy with the HTTP plugin"), 1701 gettext_noop ("Do not use a proxy with the HTTP plugin"),
1702 "https://gnunet.org/configuration-http", 1702 "https://old.gnunet.org/configuration-http",
1703 &load_option_list /* abuse! */ , 1703 &load_option_list /* abuse! */ ,
1704 &save_option_list /* abuse! */ , "NONE", 1704 &save_option_list /* abuse! */ , "NONE",
1705 NULL, NULL, 1705 NULL, NULL,
@@ -1712,7 +1712,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1712 "transport-http_client", 1712 "transport-http_client",
1713 "PROXY_TYPE", 1713 "PROXY_TYPE",
1714 gettext_noop ("Use an HTTP proxy"), 1714 gettext_noop ("Use an HTTP proxy"),
1715 "https://gnunet.org/configuration-http", 1715 "https://old.gnunet.org/configuration-http",
1716 &load_option_list /* abuse! */ , 1716 &load_option_list /* abuse! */ ,
1717 &save_option_list /* abuse! */ , "HTTP", 1717 &save_option_list /* abuse! */ , "HTTP",
1718 NULL, NULL, 1718 NULL, NULL,
@@ -1725,7 +1725,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1725 "transport-http_client", 1725 "transport-http_client",
1726 "PROXY_TYPE", 1726 "PROXY_TYPE",
1727 gettext_noop ("Use a SOCKS v4 proxy"), 1727 gettext_noop ("Use a SOCKS v4 proxy"),
1728 "https://gnunet.org/configuration-http", 1728 "https://old.gnunet.org/configuration-http",
1729 &load_option_list /* abuse! */ , 1729 &load_option_list /* abuse! */ ,
1730 &save_option_list /* abuse! */ , "SOCKS4", 1730 &save_option_list /* abuse! */ , "SOCKS4",
1731 NULL, NULL, 1731 NULL, NULL,
@@ -1738,7 +1738,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1738 "transport-http_client", 1738 "transport-http_client",
1739 "PROXY_TYPE", 1739 "PROXY_TYPE",
1740 gettext_noop ("Use a SOCKS v4a proxy"), 1740 gettext_noop ("Use a SOCKS v4a proxy"),
1741 "https://gnunet.org/configuration-http", 1741 "https://old.gnunet.org/configuration-http",
1742 &load_option_list /* abuse! */ , 1742 &load_option_list /* abuse! */ ,
1743 &save_option_list /* abuse! */ , "SOCKS4a", 1743 &save_option_list /* abuse! */ , "SOCKS4a",
1744 NULL, NULL, 1744 NULL, NULL,
@@ -1751,7 +1751,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1751 "transport-http_client", 1751 "transport-http_client",
1752 "PROXY_TYPE", 1752 "PROXY_TYPE",
1753 gettext_noop ("Use a SOCKS v5 proxy"), 1753 gettext_noop ("Use a SOCKS v5 proxy"),
1754 "https://gnunet.org/configuration-http", 1754 "https://old.gnunet.org/configuration-http",
1755 &load_option_list /* abuse! */ , 1755 &load_option_list /* abuse! */ ,
1756 &save_option_list /* abuse! */ , "SOCKS5", 1756 &save_option_list /* abuse! */ , "SOCKS5",
1757 NULL, NULL, 1757 NULL, NULL,
@@ -1764,7 +1764,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1764 "transport-http_client", 1764 "transport-http_client",
1765 "PROXY_TYPE", 1765 "PROXY_TYPE",
1766 gettext_noop ("Use a SOCKS v5 proxy with hostname"), 1766 gettext_noop ("Use a SOCKS v5 proxy with hostname"),
1767 "https://gnunet.org/configuration-http", 1767 "https://old.gnunet.org/configuration-http",
1768 &load_option_list /* abuse! */ , 1768 &load_option_list /* abuse! */ ,
1769 &save_option_list /* abuse! */ , "SOCKS5_HOSTNAME", 1769 &save_option_list /* abuse! */ , "SOCKS5_HOSTNAME",
1770 NULL, NULL, 1770 NULL, NULL,
@@ -1777,7 +1777,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1777 "transport-http_client", 1777 "transport-http_client",
1778 "PROXY", 1778 "PROXY",
1779 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"), 1779 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
1780 "https://gnunet.org/configuration-http", 1780 "https://old.gnunet.org/configuration-http",
1781 &load_text, 1781 &load_text,
1782 &save_text, NULL, 1782 &save_text, NULL,
1783 NULL, NULL, 1783 NULL, NULL,
@@ -1789,7 +1789,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1789 "transport-http_client", 1789 "transport-http_client",
1790 "PROXY_USERNAME", 1790 "PROXY_USERNAME",
1791 gettext_noop ("Specify username for the proxy (if needed)"), 1791 gettext_noop ("Specify username for the proxy (if needed)"),
1792 "https://gnunet.org/configuration-http", 1792 "https://old.gnunet.org/configuration-http",
1793 &load_text, 1793 &load_text,
1794 &save_text, NULL, 1794 &save_text, NULL,
1795 NULL, NULL, 1795 NULL, NULL,
@@ -1801,7 +1801,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1801 "transport-http_client", 1801 "transport-http_client",
1802 "PROXY_PASSWORD", 1802 "PROXY_PASSWORD",
1803 gettext_noop ("Specify password for the proxy (if needed)"), 1803 gettext_noop ("Specify password for the proxy (if needed)"),
1804 "https://gnunet.org/configuration-http", 1804 "https://old.gnunet.org/configuration-http",
1805 &load_text, 1805 &load_text,
1806 &save_text, NULL, 1806 &save_text, NULL,
1807 NULL, NULL, 1807 NULL, NULL,
@@ -1817,7 +1817,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1817 "transport-https_client", 1817 "transport-https_client",
1818 "PROXY_TYPE", 1818 "PROXY_TYPE",
1819 gettext_noop ("Do not use a proxy for HTTPS plugin"), 1819 gettext_noop ("Do not use a proxy for HTTPS plugin"),
1820 "https://gnunet.org/configuration-http", 1820 "https://old.gnunet.org/configuration-http",
1821 &load_option_list /* abuse! */ , 1821 &load_option_list /* abuse! */ ,
1822 &save_option_list /* abuse! */ , "NONE", 1822 &save_option_list /* abuse! */ , "NONE",
1823 NULL, NULL, 1823 NULL, NULL,
@@ -1830,7 +1830,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1830 "transport-https_client", 1830 "transport-https_client",
1831 "PROXY_TYPE", 1831 "PROXY_TYPE",
1832 gettext_noop ("Use an HTTP proxy"), 1832 gettext_noop ("Use an HTTP proxy"),
1833 "https://gnunet.org/configuration-http", 1833 "https://old.gnunet.org/configuration-http",
1834 &load_option_list /* abuse! */ , 1834 &load_option_list /* abuse! */ ,
1835 &save_option_list /* abuse! */ , "HTTP", 1835 &save_option_list /* abuse! */ , "HTTP",
1836 NULL, NULL, 1836 NULL, NULL,
@@ -1843,7 +1843,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1843 "transport-https_client", 1843 "transport-https_client",
1844 "PROXY_TYPE", 1844 "PROXY_TYPE",
1845 gettext_noop ("Use a SOCKS v4 proxy"), 1845 gettext_noop ("Use a SOCKS v4 proxy"),
1846 "https://gnunet.org/configuration-http", 1846 "https://old.gnunet.org/configuration-http",
1847 &load_option_list /* abuse! */ , 1847 &load_option_list /* abuse! */ ,
1848 &save_option_list /* abuse! */ , "SOCKS4", 1848 &save_option_list /* abuse! */ , "SOCKS4",
1849 NULL, NULL, 1849 NULL, NULL,
@@ -1856,7 +1856,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1856 "transport-https_client", 1856 "transport-https_client",
1857 "PROXY_TYPE", 1857 "PROXY_TYPE",
1858 gettext_noop ("Use a SOCKS v4a proxy"), 1858 gettext_noop ("Use a SOCKS v4a proxy"),
1859 "https://gnunet.org/configuration-http", 1859 "https://old.gnunet.org/configuration-http",
1860 &load_option_list /* abuse! */ , 1860 &load_option_list /* abuse! */ ,
1861 &save_option_list /* abuse! */ , "SOCKS4a", 1861 &save_option_list /* abuse! */ , "SOCKS4a",
1862 NULL, NULL, 1862 NULL, NULL,
@@ -1869,7 +1869,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1869 "transport-https_client", 1869 "transport-https_client",
1870 "PROXY_TYPE", 1870 "PROXY_TYPE",
1871 gettext_noop ("Use a SOCKS v5 proxy"), 1871 gettext_noop ("Use a SOCKS v5 proxy"),
1872 "https://gnunet.org/configuration-http", 1872 "https://old.gnunet.org/configuration-http",
1873 &load_option_list /* abuse! */ , 1873 &load_option_list /* abuse! */ ,
1874 &save_option_list /* abuse! */ , "SOCKS5", 1874 &save_option_list /* abuse! */ , "SOCKS5",
1875 NULL, NULL, 1875 NULL, NULL,
@@ -1882,7 +1882,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1882 "transport-https_client", 1882 "transport-https_client",
1883 "PROXY_TYPE", 1883 "PROXY_TYPE",
1884 gettext_noop ("Use a SOCKS v5 proxy with hostname"), 1884 gettext_noop ("Use a SOCKS v5 proxy with hostname"),
1885 "https://gnunet.org/configuration-http", 1885 "https://old.gnunet.org/configuration-http",
1886 &load_option_list /* abuse! */ , 1886 &load_option_list /* abuse! */ ,
1887 &save_option_list /* abuse! */ , "SOCKS5_HOSTNAME", 1887 &save_option_list /* abuse! */ , "SOCKS5_HOSTNAME",
1888 NULL, NULL, 1888 NULL, NULL,
@@ -1895,7 +1895,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1895 "transport-https_client", 1895 "transport-https_client",
1896 "PROXY", 1896 "PROXY",
1897 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"), 1897 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
1898 "https://gnunet.org/configuration-http", 1898 "https://old.gnunet.org/configuration-http",
1899 &load_text, 1899 &load_text,
1900 &save_text, NULL, 1900 &save_text, NULL,
1901 NULL, NULL, 1901 NULL, NULL,
@@ -1907,7 +1907,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1907 "transport-https_client", 1907 "transport-https_client",
1908 "PROXY_USERNAME", 1908 "PROXY_USERNAME",
1909 gettext_noop ("Specify username for the proxy (if needed)"), 1909 gettext_noop ("Specify username for the proxy (if needed)"),
1910 "https://gnunet.org/configuration-http", 1910 "https://old.gnunet.org/configuration-http",
1911 &load_text, 1911 &load_text,
1912 &save_text, NULL, 1912 &save_text, NULL,
1913 NULL, NULL, 1913 NULL, NULL,
@@ -1919,7 +1919,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1919 "transport-https_client", 1919 "transport-https_client",
1920 "PROXY_PASSWORD", 1920 "PROXY_PASSWORD",
1921 gettext_noop ("Specify password for the proxy (if needed)"), 1921 gettext_noop ("Specify password for the proxy (if needed)"),
1922 "https://gnunet.org/configuration-http", 1922 "https://old.gnunet.org/configuration-http",
1923 &load_text, 1923 &load_text,
1924 &save_text, NULL, 1924 &save_text, NULL,
1925 NULL, NULL, 1925 NULL, NULL,
@@ -1933,7 +1933,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1933 "datastore", 1933 "datastore",
1934 "QUOTA", 1934 "QUOTA",
1935 gettext_noop ("How many bytes are we allowed to store in the local datastore?"), 1935 gettext_noop ("How many bytes are we allowed to store in the local datastore?"),
1936 "https://gnunet.org/datastore-quota", 1936 "https://old.gnunet.org/datastore-quota",
1937 &load_number, 1937 &load_number,
1938 &save_number, NULL, 1938 &save_number, NULL,
1939 NULL, NULL, 1939 NULL, NULL,
@@ -1945,7 +1945,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1945 "datastore", 1945 "datastore",
1946 "DATABASE", 1946 "DATABASE",
1947 gettext_noop ("Use sqLite to store file-sharing content"), 1947 gettext_noop ("Use sqLite to store file-sharing content"),
1948 "https://gnunet.org/configuration-datastore", 1948 "https://old.gnunet.org/configuration-datastore",
1949 &load_option_list /* abuse! */ , 1949 &load_option_list /* abuse! */ ,
1950 &save_option_list /* abuse! */ , "sqlite", 1950 &save_option_list /* abuse! */ , "sqlite",
1951 NULL, NULL, 1951 NULL, NULL,
@@ -1957,7 +1957,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1957 "datastore", 1957 "datastore",
1958 "DATABASE", 1958 "DATABASE",
1959 gettext_noop ("Use MySQL to store file-sharing content"), 1959 gettext_noop ("Use MySQL to store file-sharing content"),
1960 "https://gnunet.org/configuration-datastore", 1960 "https://old.gnunet.org/configuration-datastore",
1961 &load_option_list /* abuse! */ , 1961 &load_option_list /* abuse! */ ,
1962 &save_option_list /* abuse! */ , "mysql", 1962 &save_option_list /* abuse! */ , "mysql",
1963 NULL, NULL, 1963 NULL, NULL,
@@ -1969,7 +1969,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1969 "datastore", 1969 "datastore",
1970 "DATABASE", 1970 "DATABASE",
1971 gettext_noop ("Use Postgres to store file-sharing content"), 1971 gettext_noop ("Use Postgres to store file-sharing content"),
1972 "https://gnunet.org/configuration-datastore", 1972 "https://old.gnunet.org/configuration-datastore",
1973 &load_option_list /* abuse! */ , 1973 &load_option_list /* abuse! */ ,
1974 &save_option_list /* abuse! */ , "postgres", 1974 &save_option_list /* abuse! */ , "postgres",
1975 NULL, NULL, 1975 NULL, NULL,
@@ -1981,7 +1981,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1981 "datastore-mysql", 1981 "datastore-mysql",
1982 "DATABASE", 1982 "DATABASE",
1983 gettext_noop ("Name for the MySQL database"), 1983 gettext_noop ("Name for the MySQL database"),
1984 "https://gnunet.org/configuration-datastore", 1984 "https://old.gnunet.org/configuration-datastore",
1985 &load_text, 1985 &load_text,
1986 &save_text, NULL, 1986 &save_text, NULL,
1987 NULL, NULL, 1987 NULL, NULL,
@@ -2005,7 +2005,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2005 "datastore-mysql", 2005 "datastore-mysql",
2006 "USER", 2006 "USER",
2007 gettext_noop ("Username for MySQL access"), 2007 gettext_noop ("Username for MySQL access"),
2008 "https://gnunet.org/configuration-datastore", 2008 "https://old.gnunet.org/configuration-datastore",
2009 &load_text, 2009 &load_text,
2010 &save_text, NULL, 2010 &save_text, NULL,
2011 NULL, NULL, 2011 NULL, NULL,
@@ -2017,7 +2017,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2017 "datastore-mysql", 2017 "datastore-mysql",
2018 "PASSWORD", 2018 "PASSWORD",
2019 gettext_noop ("Password for MySQL access"), 2019 gettext_noop ("Password for MySQL access"),
2020 "https://gnunet.org/configuration-datastore", 2020 "https://old.gnunet.org/configuration-datastore",
2021 &load_text, 2021 &load_text,
2022 &save_text, NULL, 2022 &save_text, NULL,
2023 NULL, NULL, 2023 NULL, NULL,
@@ -2029,7 +2029,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2029 "datastore-mysql", 2029 "datastore-mysql",
2030 "HOST", 2030 "HOST",
2031 gettext_noop ("Name of host running MySQL database"), 2031 gettext_noop ("Name of host running MySQL database"),
2032 "https://gnunet.org/configuration-datastore", 2032 "https://old.gnunet.org/configuration-datastore",
2033 &load_text, 2033 &load_text,
2034 &save_text, NULL, 2034 &save_text, NULL,
2035 NULL, NULL, 2035 NULL, NULL,
@@ -2041,7 +2041,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2041 "datastore-mysql", 2041 "datastore-mysql",
2042 "PORT", 2042 "PORT",
2043 gettext_noop ("Port of MySQL database"), 2043 gettext_noop ("Port of MySQL database"),
2044 "https://gnunet.org/configuration-datastore", 2044 "https://old.gnunet.org/configuration-datastore",
2045 &load_number, 2045 &load_number,
2046 &save_number, NULL, 2046 &save_number, NULL,
2047 NULL, NULL, 2047 NULL, NULL,
@@ -2066,7 +2066,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2066 "fs", 2066 "fs",
2067 "CONTENT_PUSHING", 2067 "CONTENT_PUSHING",
2068 gettext_noop ("Should we try to push our content to other peers?"), 2068 gettext_noop ("Should we try to push our content to other peers?"),
2069 "https://gnunet.org/configuration-fs", 2069 "https://old.gnunet.org/configuration-fs",
2070 &load_yes_no, 2070 &load_yes_no,
2071 &save_yes_no, NULL, 2071 &save_yes_no, NULL,
2072 NULL, NULL, 2072 NULL, NULL,
@@ -2078,7 +2078,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2078 "fs", 2078 "fs",
2079 "CONTENT_CACHING", 2079 "CONTENT_CACHING",
2080 gettext_noop ("Are we allowed to cache content received from other peers?"), 2080 gettext_noop ("Are we allowed to cache content received from other peers?"),
2081 "https://gnunet.org/configuration-fs", 2081 "https://old.gnunet.org/configuration-fs",
2082 &load_yes_no, 2082 &load_yes_no,
2083 &save_yes_no, NULL, 2083 &save_yes_no, NULL,
2084 NULL, NULL, 2084 NULL, NULL,
@@ -2091,7 +2091,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2091 "dhtcache", 2091 "dhtcache",
2092 "QUOTA", 2092 "QUOTA",
2093 gettext_noop ("How many bytes are we allowed to store in the local datacache?"), 2093 gettext_noop ("How many bytes are we allowed to store in the local datacache?"),
2094 "https://gnunet.org/datacache-quota", 2094 "https://old.gnunet.org/datacache-quota",
2095 &load_number, 2095 &load_number,
2096 &save_number, NULL, 2096 &save_number, NULL,
2097 NULL, NULL, 2097 NULL, NULL,
@@ -2104,7 +2104,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2104 "dhtcache", 2104 "dhtcache",
2105 "DATABASE", 2105 "DATABASE",
2106 gettext_noop ("Use sqLite to cache DHT data"), 2106 gettext_noop ("Use sqLite to cache DHT data"),
2107 "https://gnunet.org/configuration-datacache", 2107 "https://old.gnunet.org/configuration-datacache",
2108 &load_option_list /* abuse! */ , 2108 &load_option_list /* abuse! */ ,
2109 &save_option_list /* abuse! */ , "sqlite", 2109 &save_option_list /* abuse! */ , "sqlite",
2110 NULL, NULL, 2110 NULL, NULL,
@@ -2116,7 +2116,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2116 "dhtcache", 2116 "dhtcache",
2117 "DATABASE", 2117 "DATABASE",
2118 gettext_noop ("Use memory to cache DHT data"), 2118 gettext_noop ("Use memory to cache DHT data"),
2119 "https://gnunet.org/configuration-datacache", 2119 "https://old.gnunet.org/configuration-datacache",
2120 &load_option_list /* abuse! */ , 2120 &load_option_list /* abuse! */ ,
2121 &save_option_list /* abuse! */ , "heap", 2121 &save_option_list /* abuse! */ , "heap",
2122 NULL, NULL, 2122 NULL, NULL,
@@ -2128,7 +2128,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2128 "dhtcache", 2128 "dhtcache",
2129 "DATABASE", 2129 "DATABASE",
2130 gettext_noop ("Use Postgres to cache DHT data"), 2130 gettext_noop ("Use Postgres to cache DHT data"),
2131 "https://gnunet.org/configuration-datacache", 2131 "https://old.gnunet.org/configuration-datacache",
2132 &load_option_list /* abuse! */ , 2132 &load_option_list /* abuse! */ ,
2133 &save_option_list /* abuse! */ , "postgres", 2133 &save_option_list /* abuse! */ , "postgres",
2134 NULL, NULL, 2134 NULL, NULL,
@@ -2140,7 +2140,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2140 "transport-wlan", 2140 "transport-wlan",
2141 "INTERFACE", 2141 "INTERFACE",
2142 gettext_noop ("Name of monitoring interface to use (monX)"), 2142 gettext_noop ("Name of monitoring interface to use (monX)"),
2143 "https://gnunet.org/configuration-wlan", 2143 "https://old.gnunet.org/configuration-wlan",
2144 &load_text, 2144 &load_text,
2145 &save_text, NULL, 2145 &save_text, NULL,
2146 NULL, NULL, 2146 NULL, NULL,
@@ -2166,7 +2166,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2166 "vpn", 2166 "vpn",
2167 "FORCESTART", 2167 "FORCESTART",
2168 gettext_noop ("Should the VPN be started automatically on startup?"), 2168 gettext_noop ("Should the VPN be started automatically on startup?"),
2169 "https://gnunet.org/configuration-vpn", 2169 "https://old.gnunet.org/configuration-vpn",
2170 &load_yes_no, 2170 &load_yes_no,
2171 &save_yes_no, NULL, 2171 &save_yes_no, NULL,
2172 NULL, NULL, 2172 NULL, NULL,
@@ -2178,7 +2178,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2178 "pt", 2178 "pt",
2179 "FORCESTART", 2179 "FORCESTART",
2180 gettext_noop ("Should the PT be started automatically on startup?"), 2180 gettext_noop ("Should the PT be started automatically on startup?"),
2181 "https://gnunet.org/configuration-vpn", 2181 "https://old.gnunet.org/configuration-vpn",
2182 &load_yes_no, 2182 &load_yes_no,
2183 &save_yes_no, NULL, 2183 &save_yes_no, NULL,
2184 NULL, NULL, 2184 NULL, NULL,
@@ -2192,7 +2192,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2192 "TUNNEL_IPV4", 2192 "TUNNEL_IPV4",
2193 gettext_noop 2193 gettext_noop
2194 ("Tunnel IPv4 traffic over GNUnet"), 2194 ("Tunnel IPv4 traffic over GNUnet"),
2195 "https://gnunet.org/configuration-vpn", 2195 "https://old.gnunet.org/configuration-vpn",
2196 &load_yes_no, 2196 &load_yes_no,
2197 &save_yes_no, NULL, 2197 &save_yes_no, NULL,
2198 NULL, NULL, 2198 NULL, NULL,
@@ -2206,7 +2206,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2206 "TUNNEL_IPV6", 2206 "TUNNEL_IPV6",
2207 gettext_noop 2207 gettext_noop
2208 ("Tunnel IPv6 traffic over GNUnet"), 2208 ("Tunnel IPv6 traffic over GNUnet"),
2209 "https://gnunet.org/configuration-vpn", 2209 "https://old.gnunet.org/configuration-vpn",
2210 &load_yes_no, 2210 &load_yes_no,
2211 &save_yes_no, NULL, 2211 &save_yes_no, NULL,
2212 NULL, NULL, 2212 NULL, NULL,
@@ -2219,7 +2219,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2219 "TUNNEL_DNS", 2219 "TUNNEL_DNS",
2220 gettext_noop 2220 gettext_noop
2221 ("Tunnel DNS traffic over GNUnet"), 2221 ("Tunnel DNS traffic over GNUnet"),
2222 "https://gnunet.org/configuration-vpn", 2222 "https://old.gnunet.org/configuration-vpn",
2223 &load_yes_no, 2223 &load_yes_no,
2224 &save_yes_no, NULL, 2224 &save_yes_no, NULL,
2225 NULL, NULL, 2225 NULL, NULL,
@@ -2231,7 +2231,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2231 "vpn", 2231 "vpn",
2232 "IFNAME", 2232 "IFNAME",
2233 gettext_noop ("Name of the virtual interface the GNUnet VPN should create"), 2233 gettext_noop ("Name of the virtual interface the GNUnet VPN should create"),
2234 "https://gnunet.org/configuration-vpn", 2234 "https://old.gnunet.org/configuration-vpn",
2235 &load_text, 2235 &load_text,
2236 &save_text, NULL, 2236 &save_text, NULL,
2237 NULL, NULL, 2237 NULL, NULL,
@@ -2243,7 +2243,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2243 "vpn", 2243 "vpn",
2244 "IPV4ADDR", 2244 "IPV4ADDR",
2245 gettext_noop ("IPv4 address to use for the VPN interface"), 2245 gettext_noop ("IPv4 address to use for the VPN interface"),
2246 "https://gnunet.org/configuration-vpn", 2246 "https://old.gnunet.org/configuration-vpn",
2247 &load_text, 2247 &load_text,
2248 &save_text, NULL, 2248 &save_text, NULL,
2249 NULL, NULL, 2249 NULL, NULL,
@@ -2255,7 +2255,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2255 "vpn", 2255 "vpn",
2256 "IPV4MASK", 2256 "IPV4MASK",
2257 gettext_noop ("IPv4 network mask to use for the VPN interface"), 2257 gettext_noop ("IPv4 network mask to use for the VPN interface"),
2258 "https://gnunet.org/configuration-vpn", 2258 "https://old.gnunet.org/configuration-vpn",
2259 &load_text, 2259 &load_text,
2260 &save_text, NULL, 2260 &save_text, NULL,
2261 NULL, NULL, 2261 NULL, NULL,
@@ -2267,7 +2267,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2267 "vpn", 2267 "vpn",
2268 "IPV6ADDR", 2268 "IPV6ADDR",
2269 gettext_noop ("IPv6 address to use for the VPN interface"), 2269 gettext_noop ("IPv6 address to use for the VPN interface"),
2270 "https://gnunet.org/configuration-vpn", 2270 "https://old.gnunet.org/configuration-vpn",
2271 &load_text, 2271 &load_text,
2272 &save_text, NULL, 2272 &save_text, NULL,
2273 NULL, NULL, 2273 NULL, NULL,
@@ -2279,7 +2279,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2279 "vpn", 2279 "vpn",
2280 "IPV6PREFIX", 2280 "IPV6PREFIX",
2281 gettext_noop ("IPv6 network prefix length to use for the VPN interface"), 2281 gettext_noop ("IPv6 network prefix length to use for the VPN interface"),
2282 "https://gnunet.org/configuration-vpn", 2282 "https://old.gnunet.org/configuration-vpn",
2283 &load_number, 2283 &load_number,
2284 &save_number, NULL, 2284 &save_number, NULL,
2285 NULL, NULL, 2285 NULL, NULL,
@@ -2295,7 +2295,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2295 "FORCESTART", 2295 "FORCESTART",
2296 gettext_noop 2296 gettext_noop
2297 ("Activate the VPN exit to provide services and/or to enable others to use your Internet connection"), 2297 ("Activate the VPN exit to provide services and/or to enable others to use your Internet connection"),
2298 "https://gnunet.org/configuration-exit", 2298 "https://old.gnunet.org/configuration-exit",
2299 &load_yes_no, 2299 &load_yes_no,
2300 &save_yes_no, NULL, 2300 &save_yes_no, NULL,
2301 NULL, NULL, 2301 NULL, NULL,
@@ -2308,7 +2308,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2308 "DNS_RESOLVER", 2308 "DNS_RESOLVER",
2309 gettext_noop 2309 gettext_noop
2310 ("IP address of the external DNS resolver to use (values from your resolve.conf are usually appropriate))"), 2310 ("IP address of the external DNS resolver to use (values from your resolve.conf are usually appropriate))"),
2311 "https://gnunet.org/configuration-exit", 2311 "https://old.gnunet.org/configuration-exit",
2312 &load_text, 2312 &load_text,
2313 &save_text, NULL, 2313 &save_text, NULL,
2314 NULL, NULL, 2314 NULL, NULL,
@@ -2321,7 +2321,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2321 "EXIT_DNS", 2321 "EXIT_DNS",
2322 gettext_noop 2322 gettext_noop
2323 ("Allow other peers to perform DNS resolutions using your Internet connection"), 2323 ("Allow other peers to perform DNS resolutions using your Internet connection"),
2324 "https://gnunet.org/configuration-dns", 2324 "https://old.gnunet.org/configuration-dns",
2325 &load_yes_no, 2325 &load_yes_no,
2326 &save_yes_no, NULL, 2326 &save_yes_no, NULL,
2327 NULL, NULL, 2327 NULL, NULL,
@@ -2334,7 +2334,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2334 "TUN_IFNAME", 2334 "TUN_IFNAME",
2335 gettext_noop 2335 gettext_noop
2336 ("Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"), 2336 ("Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"),
2337 "https://gnunet.org/configuration-exit", 2337 "https://old.gnunet.org/configuration-exit",
2338 &load_text, 2338 &load_text,
2339 &save_text, NULL, 2339 &save_text, NULL,
2340 NULL, NULL, 2340 NULL, NULL,
@@ -2346,7 +2346,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2346 "exit", 2346 "exit",
2347 "IPV4ADDR", 2347 "IPV4ADDR",
2348 gettext_noop ("IPv4 address to use for the Exit interface"), 2348 gettext_noop ("IPv4 address to use for the Exit interface"),
2349 "https://gnunet.org/configuration-exit", 2349 "https://old.gnunet.org/configuration-exit",
2350 &load_text, 2350 &load_text,
2351 &save_text, NULL, 2351 &save_text, NULL,
2352 NULL, NULL, 2352 NULL, NULL,
@@ -2358,7 +2358,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2358 "exit", 2358 "exit",
2359 "IPV4MASK", 2359 "IPV4MASK",
2360 gettext_noop ("IPv4 network mask to use for the Exit interface"), 2360 gettext_noop ("IPv4 network mask to use for the Exit interface"),
2361 "https://gnunet.org/configuration-exit", 2361 "https://old.gnunet.org/configuration-exit",
2362 &load_text, 2362 &load_text,
2363 &save_text, NULL, 2363 &save_text, NULL,
2364 NULL, NULL, 2364 NULL, NULL,
@@ -2370,7 +2370,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2370 "exit", 2370 "exit",
2371 "IPV6ADDR", 2371 "IPV6ADDR",
2372 gettext_noop ("IPv6 address to use for the Exit interface"), 2372 gettext_noop ("IPv6 address to use for the Exit interface"),
2373 "https://gnunet.org/configuration-exit", 2373 "https://old.gnunet.org/configuration-exit",
2374 &load_text, 2374 &load_text,
2375 &save_text, NULL, 2375 &save_text, NULL,
2376 NULL, NULL, 2376 NULL, NULL,
@@ -2383,7 +2383,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2383 "IPV6PREFIX", 2383 "IPV6PREFIX",
2384 gettext_noop 2384 gettext_noop
2385 ("IPv6 network prefix length to use for the Exit interface"), 2385 ("IPv6 network prefix length to use for the Exit interface"),
2386 "https://gnunet.org/configuration-exit", 2386 "https://old.gnunet.org/configuration-exit",
2387 &load_number, 2387 &load_number,
2388 &save_number, NULL, 2388 &save_number, NULL,
2389 NULL, NULL, 2389 NULL, NULL,
@@ -2397,7 +2397,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2397 "EXIT_IPV4", 2397 "EXIT_IPV4",
2398 gettext_noop 2398 gettext_noop
2399 ("Allow other users to use your Internet connection for UDP traffic (via the Exit interface)"), 2399 ("Allow other users to use your Internet connection for UDP traffic (via the Exit interface)"),
2400 "https://gnunet.org/configuration-exit", 2400 "https://old.gnunet.org/configuration-exit",
2401 &load_yes_no, 2401 &load_yes_no,
2402 &save_yes_no, NULL, 2402 &save_yes_no, NULL,
2403 NULL, NULL, 2403 NULL, NULL,
@@ -2410,7 +2410,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2410 "EXIT_IPV6", 2410 "EXIT_IPV6",
2411 gettext_noop 2411 gettext_noop
2412 ("Allow other users to use your Internet connection for TCP traffic (via the Exit interface)"), 2412 ("Allow other users to use your Internet connection for TCP traffic (via the Exit interface)"),
2413 "https://gnunet.org/configuration-exit", 2413 "https://old.gnunet.org/configuration-exit",
2414 &load_yes_no, 2414 &load_yes_no,
2415 &save_yes_no, NULL, 2415 &save_yes_no, NULL,
2416 NULL, NULL, 2416 NULL, NULL,
@@ -2424,7 +2424,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2424 "EXIT_RANGE_IPV4_POLICY", 2424 "EXIT_RANGE_IPV4_POLICY",
2425 gettext_noop 2425 gettext_noop
2426 ("Which IPv4 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"), 2426 ("Which IPv4 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"),
2427 "https://gnunet.org/configuration-exit", 2427 "https://old.gnunet.org/configuration-exit",
2428 &load_text, 2428 &load_text,
2429 &save_text, NULL, 2429 &save_text, NULL,
2430 &validate_v4_policy, NULL, 2430 &validate_v4_policy, NULL,
@@ -2438,7 +2438,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2438 "EXIT_RANGE_IPV6_POLICY", 2438 "EXIT_RANGE_IPV6_POLICY",
2439 gettext_noop 2439 gettext_noop
2440 ("Which IPv6 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"), 2440 ("Which IPv6 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"),
2441 "https://gnunet.org/configuration-exit", 2441 "https://old.gnunet.org/configuration-exit",
2442 &load_text, 2442 &load_text,
2443 &save_text, NULL, 2443 &save_text, NULL,
2444 &validate_v6_policy, NULL, 2444 &validate_v6_policy, NULL,
@@ -2455,7 +2455,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2455 "namestore", 2455 "namestore",
2456 "DATABASE", 2456 "DATABASE",
2457 gettext_noop ("Use sqLite to store names"), 2457 gettext_noop ("Use sqLite to store names"),
2458 "https://gnunet.org/configuration-namestore", 2458 "https://old.gnunet.org/configuration-namestore",
2459 &load_option_list /* abuse! */ , 2459 &load_option_list /* abuse! */ ,
2460 &save_option_list /* abuse! */ , "sqlite", 2460 &save_option_list /* abuse! */ , "sqlite",
2461 NULL, NULL, 2461 NULL, NULL,
@@ -2467,7 +2467,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2467 "namestore", 2467 "namestore",
2468 "DATABASE", 2468 "DATABASE",
2469 gettext_noop ("Use PostGres to store names"), 2469 gettext_noop ("Use PostGres to store names"),
2470 "https://gnunet.org/configuration-namestore", 2470 "https://old.gnunet.org/configuration-namestore",
2471 &load_option_list /* abuse! */ , 2471 &load_option_list /* abuse! */ ,
2472 &save_option_list /* abuse! */ , "postgres", 2472 &save_option_list /* abuse! */ , "postgres",
2473 NULL, NULL, 2473 NULL, NULL,
@@ -2494,7 +2494,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2494 "gns", 2494 "gns",
2495 "FORCESTART", 2495 "FORCESTART",
2496 gettext_noop ("Should the GNS be started automatically on startup?"), 2496 gettext_noop ("Should the GNS be started automatically on startup?"),
2497 "https://gnunet.org/configuration-gns", 2497 "https://old.gnunet.org/configuration-gns",
2498 &load_yes_no, 2498 &load_yes_no,
2499 &save_yes_no, NULL, 2499 &save_yes_no, NULL,
2500 NULL, NULL, 2500 NULL, NULL,
@@ -2510,7 +2510,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2510 NULL, 2510 NULL,
2511 gettext_noop 2511 gettext_noop
2512 ("Specification of .gnunet hosted services"), 2512 ("Specification of .gnunet hosted services"),
2513 "https://gnunet.org/configuration-dns", 2513 "https://old.gnunet.org/configuration-dns",
2514 &load_hosted_service_configuration, 2514 &load_hosted_service_configuration,
2515 NULL, NULL, 2515 NULL, NULL,
2516 NULL, NULL, 2516 NULL, NULL,
@@ -2522,7 +2522,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2522 NULL, 2522 NULL,
2523 NULL, 2523 NULL,
2524 NULL, 2524 NULL,
2525 "https://gnunet.org/configuration-dns", 2525 "https://old.gnunet.org/configuration-dns",
2526 NULL, 2526 NULL,
2527 &hosted_service_name_install_edited_handler, 2527 &hosted_service_name_install_edited_handler,
2528 NULL, 2528 NULL,
@@ -2536,7 +2536,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2536 NULL, 2536 NULL,
2537 NULL, 2537 NULL,
2538 NULL, 2538 NULL,
2539 "https://gnunet.org/configuration-dns", 2539 "https://old.gnunet.org/configuration-dns",
2540 NULL, 2540 NULL,
2541 &hosted_service_is_udp_install_toggled_handler, 2541 &hosted_service_is_udp_install_toggled_handler,
2542 NULL, 2542 NULL,
@@ -2550,7 +2550,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2550 NULL, 2550 NULL,
2551 NULL, 2551 NULL,
2552 NULL, 2552 NULL,
2553 "https://gnunet.org/configuration-dns", 2553 "https://old.gnunet.org/configuration-dns",
2554 NULL, 2554 NULL,
2555 &hosted_service_visible_port_install_edited_handler, 2555 &hosted_service_visible_port_install_edited_handler,
2556 NULL, 2556 NULL,
@@ -2564,7 +2564,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2564 NULL, 2564 NULL,
2565 NULL, 2565 NULL,
2566 NULL, 2566 NULL,
2567 "https://gnunet.org/configuration-dns", 2567 "https://old.gnunet.org/configuration-dns",
2568 NULL, 2568 NULL,
2569 &hosted_service_destination_install_edited_handler, 2569 &hosted_service_destination_install_edited_handler,
2570 NULL, 2570 NULL,