aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-24 17:42:32 +0200
committerxrs <xrs@mail36.net>2019-06-24 17:42:32 +0200
commitd88a9bd0f208a90513c41f7254094b6c47e1bc92 (patch)
treed66d846efe5c67705573a161385a0acffa03a0f3
parent03761efbdf135dd41b60560df777136f7b8e5987 (diff)
downloadgnunet-gtk-d88a9bd0f208a90513c41f7254094b6c47e1bc92.tar.gz
gnunet-gtk-d88a9bd0f208a90513c41f7254094b6c47e1bc92.zip
fix 0005599: change old.gnunet.org to doc.gnunet.org
-rw-r--r--src/setup/gnunet-setup-options.c206
1 files changed, 104 insertions, 102 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index bd8944b4..348121dc 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1175,7 +1175,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1175 "topology", 1175 "topology",
1176 "FRIENDS-ONLY", 1176 "FRIENDS-ONLY",
1177 gettext_noop ("Should GNUnet exclusively connect to friends?"), 1177 gettext_noop ("Should GNUnet exclusively connect to friends?"),
1178 "https://old.gnunet.org/configuration-f2f", 1178 "https://docs.gnunet.org/#Configuring-the-Friend_002dto_002dFriend-_0028F2F_0029-mode",
1179 &load_yes_no, 1179 &load_yes_no,
1180 &save_yes_no, 1180 &save_yes_no,
1181 NULL, 1181 NULL,
@@ -1188,7 +1188,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1188 "topology", 1188 "topology",
1189 "MINIMUM-FRIENDS", 1189 "MINIMUM-FRIENDS",
1190 gettext_noop ("Minimum number of friendly connections"), 1190 gettext_noop ("Minimum number of friendly connections"),
1191 "https://old.gnunet.org/configuration-f2f", 1191 "https://docs.gnunet.org/#Configuring-the-Friend_002dto_002dFriend-_0028F2F_0029-mode",
1192 &load_number, 1192 &load_number,
1193 &save_number, 1193 &save_number,
1194 NULL, 1194 NULL,
@@ -1201,7 +1201,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1201 "topology", 1201 "topology",
1202 "FORCESTART", 1202 "FORCESTART",
1203 gettext_noop ("Topology should always be loaded"), 1203 gettext_noop ("Topology should always be loaded"),
1204 "https://old.gnunet.org/configuration-topology", 1204 "",
1205 &load_yes_no, 1205 &load_yes_no,
1206 &save_yes_no, 1206 &save_yes_no,
1207 NULL, 1207 NULL,
@@ -1215,7 +1215,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1215 "FORCESTART", 1215 "FORCESTART",
1216 gettext_noop ( 1216 gettext_noop (
1217 "Should hostlist support be started automatically on startup?"), 1217 "Should hostlist support be started automatically on startup?"),
1218 "https://old.gnunet.org/configuration-hostlist", 1218 "https://docs.gnunet.org/#Configuring-the-hostlist-to-bootstrap",
1219 &load_yes_no, 1219 &load_yes_no,
1220 &save_yes_no, 1220 &save_yes_no,
1221 NULL, 1221 NULL,
@@ -1228,7 +1228,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1228 "fs", 1228 "fs",
1229 "FORCESTART", 1229 "FORCESTART",
1230 gettext_noop ("Should file-sharing be started automatically on startup?"), 1230 gettext_noop ("Should file-sharing be started automatically on startup?"),
1231 "https://old.gnunet.org/configuration-fs", 1231 "https://docs.gnunet.org/#Configuring-the-file_002dsharing-service",
1232 &load_yes_no, 1232 &load_yes_no,
1233 &save_yes_no, 1233 &save_yes_no,
1234 NULL, 1234 NULL,
@@ -1241,7 +1241,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1241 "hostlist", 1241 "hostlist",
1242 "OPTIONS", 1242 "OPTIONS",
1243 gettext_noop ("Should GNUnet learn about other peers using hostlists"), 1243 gettext_noop ("Should GNUnet learn about other peers using hostlists"),
1244 "https://old.gnunet.org/configuration-hostlist", 1244 "https://docs.gnunet.org/#Configuring-the-hostlist-to-bootstrap",
1245 &load_option_list, 1245 &load_option_list,
1246 &save_option_list, 1246 &save_option_list,
1247 "-b", 1247 "-b",
@@ -1254,7 +1254,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1254 "hostlist", 1254 "hostlist",
1255 "OPTIONS", 1255 "OPTIONS",
1256 gettext_noop ("Should GNUnet learn hostlists from other peers"), 1256 gettext_noop ("Should GNUnet learn hostlists from other peers"),
1257 "https://old.gnunet.org/configuration-hostlist", 1257 "https://docs.gnunet.org/#Configuring-the-hostlist-to-bootstrap",
1258 &load_option_list, 1258 &load_option_list,
1259 &save_option_list, 1259 &save_option_list,
1260 "-e", 1260 "-e",
@@ -1267,7 +1267,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1267 "hostlist", 1267 "hostlist",
1268 "OPTIONS", 1268 "OPTIONS",
1269 gettext_noop ("Should this peer offer a hostlist to other peers"), 1269 gettext_noop ("Should this peer offer a hostlist to other peers"),
1270 "https://old.gnunet.org/configuring-hostlist-bootstrap", 1270 "https://docs.gnunet.org/#Configuring-your-peer-to-provide-a-hostlist",
1271 &load_option_list, 1271 &load_option_list,
1272 &save_option_list, 1272 &save_option_list,
1273 "-p", 1273 "-p",
@@ -1280,7 +1280,8 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1280 "hostlist", 1280 "hostlist",
1281 "OPTIONS", 1281 "OPTIONS",
1282 gettext_noop ("Should this peer advertise its hostlist to other peers"), 1282 gettext_noop ("Should this peer advertise its hostlist to other peers"),
1283 "https://old.gnunet.org/configuring-hostlist-bootstrap", 1283 "https://docs.gnunet.org/#Configuring-your-peer-to-provide-a-hostlist",
1284 &load_option_list,
1284 &load_option_list, 1285 &load_option_list,
1285 &save_option_list, 1286 &save_option_list,
1286 "-a", 1287 "-a",
@@ -1293,7 +1294,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1293 "hostlist", 1294 "hostlist",
1294 "HTTPPORT", 1295 "HTTPPORT",
1295 gettext_noop ("Port this peers hostlist should be offered on"), 1296 gettext_noop ("Port this peers hostlist should be offered on"),
1296 "https://old.gnunet.org/configuring-hostlist-bootstrap", 1297 "https://docs.gnunet.org/#Configuring-your-peer-to-provide-a-hostlist",
1297 &load_number, 1298 &load_number,
1298 &save_number, 1299 &save_number,
1299 NULL, 1300 NULL,
@@ -1332,7 +1333,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1332 NULL, 1333 NULL,
1333 NULL, /* FIXME */ 1334 NULL, /* FIXME */
1334 gettext_noop ("Known hostlist URLs"), 1335 gettext_noop ("Known hostlist URLs"),
1335 "https://old.gnunet.org/configuration-hostlist", 1336 "https://docs.gnunet.org/#Configuring-the-hostlist-to-bootstrap",
1336 NULL, 1337 NULL,
1337 NULL, 1338 NULL,
1338 NULL, /* FIXME */ 1339 NULL, /* FIXME */
@@ -1345,7 +1346,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1345 "hostlist", 1346 "hostlist",
1346 "PROXY_TYPE", 1347 "PROXY_TYPE",
1347 gettext_noop ("Do not use a proxy to download hostlists"), 1348 gettext_noop ("Do not use a proxy to download hostlists"),
1348 "https://old.gnunet.org/configuration-hostlist-proxy", 1349 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1349 &load_option_list /* abuse! */, 1350 &load_option_list /* abuse! */,
1350 &save_option_list /* abuse! */, 1351 &save_option_list /* abuse! */,
1351 "NONE", 1352 "NONE",
@@ -1358,7 +1359,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1358 "hostlist", 1359 "hostlist",
1359 "PROXY_TYPE", 1360 "PROXY_TYPE",
1360 gettext_noop ("Use an HTTP proxy"), 1361 gettext_noop ("Use an HTTP proxy"),
1361 "https://old.gnunet.org/configuration-hostlist-proxy", 1362 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1362 &load_option_list /* abuse! */, 1363 &load_option_list /* abuse! */,
1363 &save_option_list /* abuse! */, 1364 &save_option_list /* abuse! */,
1364 "HTTP", 1365 "HTTP",
@@ -1371,7 +1372,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1371 "hostlist", 1372 "hostlist",
1372 "PROXY_TYPE", 1373 "PROXY_TYPE",
1373 gettext_noop ("Use an HTTP v1.0 (only) proxy"), 1374 gettext_noop ("Use an HTTP v1.0 (only) proxy"),
1374 "https://old.gnunet.org/configuration-hostlist-proxy", 1375 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1375 &load_option_list /* abuse! */, 1376 &load_option_list /* abuse! */,
1376 &save_option_list /* abuse! */, 1377 &save_option_list /* abuse! */,
1377 "HTTP_1_0", 1378 "HTTP_1_0",
@@ -1384,7 +1385,8 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1384 "hostlist", 1385 "hostlist",
1385 "PROXY_TYPE", 1386 "PROXY_TYPE",
1386 gettext_noop ("Use a SOCKS v4 proxy"), 1387 gettext_noop ("Use a SOCKS v4 proxy"),
1387 "https://old.gnunet.org/configuration-hostlist-proxy", 1388 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1389 &load_option_list /* abuse! */,
1388 &load_option_list /* abuse! */, 1390 &load_option_list /* abuse! */,
1389 &save_option_list /* abuse! */, 1391 &save_option_list /* abuse! */,
1390 "SOCKS4", 1392 "SOCKS4",
@@ -1397,7 +1399,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1397 "hostlist", 1399 "hostlist",
1398 "PROXY_TYPE", 1400 "PROXY_TYPE",
1399 gettext_noop ("Use a SOCKS v4a proxy"), 1401 gettext_noop ("Use a SOCKS v4a proxy"),
1400 "https://old.gnunet.org/configuration-hostlist-proxy", 1402 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1401 &load_option_list /* abuse! */, 1403 &load_option_list /* abuse! */,
1402 &save_option_list /* abuse! */, 1404 &save_option_list /* abuse! */,
1403 "SOCKS4a", 1405 "SOCKS4a",
@@ -1410,7 +1412,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1410 "hostlist", 1412 "hostlist",
1411 "PROXY_TYPE", 1413 "PROXY_TYPE",
1412 gettext_noop ("Use a SOCKS v5 proxy"), 1414 gettext_noop ("Use a SOCKS v5 proxy"),
1413 "https://old.gnunet.org/configuration-hostlist-proxy", 1415 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1414 &load_option_list /* abuse! */, 1416 &load_option_list /* abuse! */,
1415 &save_option_list /* abuse! */, 1417 &save_option_list /* abuse! */,
1416 "SOCKS5", 1418 "SOCKS5",
@@ -1423,7 +1425,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1423 "hostlist", 1425 "hostlist",
1424 "PROXY_TYPE", 1426 "PROXY_TYPE",
1425 gettext_noop ("Use a SOCKS v5 proxy with hostname"), 1427 gettext_noop ("Use a SOCKS v5 proxy with hostname"),
1426 "https://old.gnunet.org/configuration-hostlist-proxy", 1428 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1427 &load_option_list /* abuse! */, 1429 &load_option_list /* abuse! */,
1428 &save_option_list /* abuse! */, 1430 &save_option_list /* abuse! */,
1429 "SOCKS5_HOSTNAME", 1431 "SOCKS5_HOSTNAME",
@@ -1436,7 +1438,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1436 "hostlist", 1438 "hostlist",
1437 "PROXY", 1439 "PROXY",
1438 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"), 1440 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
1439 "https://old.gnunet.org/configuration-hostlist-proxy", 1441 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1440 &load_text, 1442 &load_text,
1441 &save_text, 1443 &save_text,
1442 NULL, 1444 NULL,
@@ -1449,7 +1451,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1449 "hostlist", 1451 "hostlist",
1450 "PROXY_USERNAME", 1452 "PROXY_USERNAME",
1451 gettext_noop ("Specify username for the proxy (if needed)"), 1453 gettext_noop ("Specify username for the proxy (if needed)"),
1452 "https://old.gnunet.org/configuration-hostlist-proxy", 1454 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1453 &load_text, 1455 &load_text,
1454 &save_text, 1456 &save_text,
1455 NULL, 1457 NULL,
@@ -1462,7 +1464,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1462 "hostlist", 1464 "hostlist",
1463 "PROXY_PASSWORD", 1465 "PROXY_PASSWORD",
1464 gettext_noop ("Specify password for the proxy (if needed)"), 1466 gettext_noop ("Specify password for the proxy (if needed)"),
1465 "https://old.gnunet.org/configuration-hostlist-proxy", 1467 "https://docs.gnunet.org/#Configuration-of-the-HOSTLIST-proxy-settings",
1466 &load_text, 1468 &load_text,
1467 &save_text, 1469 &save_text,
1468 NULL, 1470 NULL,
@@ -1475,7 +1477,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1475 "ats", 1477 "ats",
1476 "WAN_QUOTA_OUT", 1478 "WAN_QUOTA_OUT",
1477 gettext_noop ("How many bytes per second are we allowed to transmit?"), 1479 gettext_noop ("How many bytes per second are we allowed to transmit?"),
1478 "https://old.gnunet.org/configuration-bandwidth", 1480 "https://docs.gnunet.org/#Bandwidth-Configuration",
1479 &load_number, 1481 &load_number,
1480 &save_number, 1482 &save_number,
1481 NULL, 1483 NULL,
@@ -1503,7 +1505,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1503 "transport", 1505 "transport",
1504 "PLUGINS", 1506 "PLUGINS",
1505 gettext_noop ("Enable communication via TCP"), 1507 gettext_noop ("Enable communication via TCP"),
1506 "https://old.gnunet.org/configuration-tcp", 1508 "https://docs.gnunet.org/#Configuring-the-transport-service-and-plugins",
1507 &load_option_list, 1509 &load_option_list,
1508 &save_option_list, 1510 &save_option_list,
1509 "tcp", 1511 "tcp",
@@ -1516,7 +1518,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1516 "transport", 1518 "transport",
1517 "PLUGINS", 1519 "PLUGINS",
1518 gettext_noop ("Enable communication via UDP"), 1520 gettext_noop ("Enable communication via UDP"),
1519 "https://old.gnunet.org/configuration-udp", 1521 "https://docs.gnunet.org/#Configuring-the-transport-service-and-plugins",
1520 &load_option_list, 1522 &load_option_list,
1521 &save_option_list, 1523 &save_option_list,
1522 "udp", 1524 "udp",
@@ -1529,7 +1531,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1529 "transport", 1531 "transport",
1530 "PLUGINS", 1532 "PLUGINS",
1531 gettext_noop ("Enable communication via HTTP as a server"), 1533 gettext_noop ("Enable communication via HTTP as a server"),
1532 "https://old.gnunet.org/configuration-http", 1534 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1533 &load_option_list, 1535 &load_option_list,
1534 &save_option_list, 1536 &save_option_list,
1535 "http_server", 1537 "http_server",
@@ -1542,7 +1544,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1542 "transport", 1544 "transport",
1543 "PLUGINS", 1545 "PLUGINS",
1544 gettext_noop ("Enable communication via HTTP as a client"), 1546 gettext_noop ("Enable communication via HTTP as a client"),
1545 "https://old.gnunet.org/configuration-http", 1547 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1546 &load_option_list, 1548 &load_option_list,
1547 &save_option_list, 1549 &save_option_list,
1548 "http_client", 1550 "http_client",
@@ -1555,7 +1557,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1555 "transport", 1557 "transport",
1556 "PLUGINS", 1558 "PLUGINS",
1557 gettext_noop ("Enable communication via HTTPS as a server"), 1559 gettext_noop ("Enable communication via HTTPS as a server"),
1558 "https://old.gnunet.org/configuration-https", 1560 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1559 &load_option_list, 1561 &load_option_list,
1560 &save_option_list, 1562 &save_option_list,
1561 "https_server", 1563 "https_server",
@@ -1568,7 +1570,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1568 "transport", 1570 "transport",
1569 "PLUGINS", 1571 "PLUGINS",
1570 gettext_noop ("Enable communication via HTTPS as a client"), 1572 gettext_noop ("Enable communication via HTTPS as a client"),
1571 "https://old.gnunet.org/configuration-https", 1573 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1572 &load_option_list, 1574 &load_option_list,
1573 &save_option_list, 1575 &save_option_list,
1574 "https_client", 1576 "https_client",
@@ -1581,7 +1583,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1581 "transport", 1583 "transport",
1582 "PLUGINS", 1584 "PLUGINS",
1583 gettext_noop ("Enable communication via DV"), 1585 gettext_noop ("Enable communication via DV"),
1584 "https://old.gnunet.org/configuration-dv", 1586 "https://docs.gnunet.org/#Distance_002dVector-plugin",
1585 &load_option_list, 1587 &load_option_list,
1586 &save_option_list, 1588 &save_option_list,
1587 "dv", 1589 "dv",
@@ -1594,7 +1596,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1594 "transport", 1596 "transport",
1595 "PLUGINS", 1597 "PLUGINS",
1596 gettext_noop ("Enable communication via WLAN"), 1598 gettext_noop ("Enable communication via WLAN"),
1597 "https://old.gnunet.org/configuration-wlan", 1599 "https://docs.gnunet.org/#WLAN-plugin",
1598 &load_option_list, 1600 &load_option_list,
1599 &save_option_list, 1601 &save_option_list,
1600 "wlan", 1602 "wlan",
@@ -1607,7 +1609,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1607 "transport-tcp", 1609 "transport-tcp",
1608 "PORT", 1610 "PORT",
1609 gettext_noop ("Port we bind to for TCP"), 1611 gettext_noop ("Port we bind to for TCP"),
1610 "https://old.gnunet.org/configuration-tcp", 1612 "https://docs.gnunet.org/#Configuring-the-transport-service-and-plugins",
1611 &load_number, 1613 &load_number,
1612 &save_number, 1614 &save_number,
1613 NULL, 1615 NULL,
@@ -1620,7 +1622,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1620 "transport-tcp", 1622 "transport-tcp",
1621 "ADVERTISED_PORT", 1623 "ADVERTISED_PORT",
1622 gettext_noop ("Port visible to other peers"), 1624 gettext_noop ("Port visible to other peers"),
1623 "https://old.gnunet.org/configuration-tcp", 1625 "https://docs.gnunet.org/#Configuring-the-transport-service-and-plugins",
1624 &load_number, 1626 &load_number,
1625 &save_number, 1627 &save_number,
1626 NULL, 1628 NULL,
@@ -1633,7 +1635,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1633 "transport-udp", 1635 "transport-udp",
1634 "PORT", 1636 "PORT",
1635 gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"), 1637 gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"),
1636 "https://old.gnunet.org/configuration-udp", 1638 "https://docs.gnunet.org/#Configuring-the-transport-service-and-plugins",
1637 &load_number, 1639 &load_number,
1638 &save_number, 1640 &save_number,
1639 NULL, 1641 NULL,
@@ -1646,7 +1648,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1646 "transport-udp", 1648 "transport-udp",
1647 "ADVERTISED_PORT", 1649 "ADVERTISED_PORT",
1648 gettext_noop ("Port visible to other peers"), 1650 gettext_noop ("Port visible to other peers"),
1649 "https://old.gnunet.org/configuration-udp", 1651 "https://docs.gnunet.org/#Configuring-the-transport-service-and-plugins",
1650 &load_number, 1652 &load_number,
1651 &save_number, 1653 &save_number,
1652 NULL, 1654 NULL,
@@ -1659,7 +1661,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1659 "transport-http_server", 1661 "transport-http_server",
1660 "PORT", 1662 "PORT",
1661 gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"), 1663 gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"),
1662 "https://old.gnunet.org/configuration-http", 1664 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1663 &load_number, 1665 &load_number,
1664 &save_number, 1666 &save_number,
1665 NULL, 1667 NULL,
@@ -1672,7 +1674,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1672 "transport-http_server", 1674 "transport-http_server",
1673 "ADVERTISED_PORT", 1675 "ADVERTISED_PORT",
1674 gettext_noop ("Port visible to other peers"), 1676 gettext_noop ("Port visible to other peers"),
1675 "https://old.gnunet.org/configuration-http", 1677 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1676 &load_number, 1678 &load_number,
1677 &save_number, 1679 &save_number,
1678 NULL, 1680 NULL,
@@ -1685,7 +1687,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1685 "transport-https_server", 1687 "transport-https_server",
1686 "PORT", 1688 "PORT",
1687 gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"), 1689 gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"),
1688 "https://old.gnunet.org/configuration-https", 1690 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1689 &load_number, 1691 &load_number,
1690 &save_number, 1692 &save_number,
1691 NULL, 1693 NULL,
@@ -1698,7 +1700,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1698 "transport-https_server", 1700 "transport-https_server",
1699 "ADVERTISED_PORT", 1701 "ADVERTISED_PORT",
1700 gettext_noop ("Port visible to other peers"), 1702 gettext_noop ("Port visible to other peers"),
1701 "https://old.gnunet.org/configuration-https", 1703 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1702 &load_number, 1704 &load_number,
1703 &save_number, 1705 &save_number,
1704 NULL, 1706 NULL,
@@ -1711,7 +1713,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1711 "transport-http_client", 1713 "transport-http_client",
1712 "PROXY_TYPE", 1714 "PROXY_TYPE",
1713 gettext_noop ("Do not use a proxy with the HTTP plugin"), 1715 gettext_noop ("Do not use a proxy with the HTTP plugin"),
1714 "https://old.gnunet.org/configuration-http", 1716 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1715 &load_option_list /* abuse! */, 1717 &load_option_list /* abuse! */,
1716 &save_option_list /* abuse! */, 1718 &save_option_list /* abuse! */,
1717 "NONE", 1719 "NONE",
@@ -1724,7 +1726,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1724 "transport-http_client", 1726 "transport-http_client",
1725 "PROXY_TYPE", 1727 "PROXY_TYPE",
1726 gettext_noop ("Use an HTTP proxy"), 1728 gettext_noop ("Use an HTTP proxy"),
1727 "https://old.gnunet.org/configuration-http", 1729 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1728 &load_option_list /* abuse! */, 1730 &load_option_list /* abuse! */,
1729 &save_option_list /* abuse! */, 1731 &save_option_list /* abuse! */,
1730 "HTTP", 1732 "HTTP",
@@ -1737,7 +1739,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1737 "transport-http_client", 1739 "transport-http_client",
1738 "PROXY_TYPE", 1740 "PROXY_TYPE",
1739 gettext_noop ("Use a SOCKS v4 proxy"), 1741 gettext_noop ("Use a SOCKS v4 proxy"),
1740 "https://old.gnunet.org/configuration-http", 1742 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1741 &load_option_list /* abuse! */, 1743 &load_option_list /* abuse! */,
1742 &save_option_list /* abuse! */, 1744 &save_option_list /* abuse! */,
1743 "SOCKS4", 1745 "SOCKS4",
@@ -1750,7 +1752,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1750 "transport-http_client", 1752 "transport-http_client",
1751 "PROXY_TYPE", 1753 "PROXY_TYPE",
1752 gettext_noop ("Use a SOCKS v4a proxy"), 1754 gettext_noop ("Use a SOCKS v4a proxy"),
1753 "https://old.gnunet.org/configuration-http", 1755 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1754 &load_option_list /* abuse! */, 1756 &load_option_list /* abuse! */,
1755 &save_option_list /* abuse! */, 1757 &save_option_list /* abuse! */,
1756 "SOCKS4a", 1758 "SOCKS4a",
@@ -1763,7 +1765,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1763 "transport-http_client", 1765 "transport-http_client",
1764 "PROXY_TYPE", 1766 "PROXY_TYPE",
1765 gettext_noop ("Use a SOCKS v5 proxy"), 1767 gettext_noop ("Use a SOCKS v5 proxy"),
1766 "https://old.gnunet.org/configuration-http", 1768 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1767 &load_option_list /* abuse! */, 1769 &load_option_list /* abuse! */,
1768 &save_option_list /* abuse! */, 1770 &save_option_list /* abuse! */,
1769 "SOCKS5", 1771 "SOCKS5",
@@ -1776,7 +1778,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1776 "transport-http_client", 1778 "transport-http_client",
1777 "PROXY_TYPE", 1779 "PROXY_TYPE",
1778 gettext_noop ("Use a SOCKS v5 proxy with hostname"), 1780 gettext_noop ("Use a SOCKS v5 proxy with hostname"),
1779 "https://old.gnunet.org/configuration-http", 1781 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1780 &load_option_list /* abuse! */, 1782 &load_option_list /* abuse! */,
1781 &save_option_list /* abuse! */, 1783 &save_option_list /* abuse! */,
1782 "SOCKS5_HOSTNAME", 1784 "SOCKS5_HOSTNAME",
@@ -1789,7 +1791,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1789 "transport-http_client", 1791 "transport-http_client",
1790 "PROXY", 1792 "PROXY",
1791 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"), 1793 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
1792 "https://old.gnunet.org/configuration-http", 1794 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1793 &load_text, 1795 &load_text,
1794 &save_text, 1796 &save_text,
1795 NULL, 1797 NULL,
@@ -1802,7 +1804,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1802 "transport-http_client", 1804 "transport-http_client",
1803 "PROXY_USERNAME", 1805 "PROXY_USERNAME",
1804 gettext_noop ("Specify username for the proxy (if needed)"), 1806 gettext_noop ("Specify username for the proxy (if needed)"),
1805 "https://old.gnunet.org/configuration-http", 1807 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1806 &load_text, 1808 &load_text,
1807 &save_text, 1809 &save_text,
1808 NULL, 1810 NULL,
@@ -1815,7 +1817,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1815 "transport-http_client", 1817 "transport-http_client",
1816 "PROXY_PASSWORD", 1818 "PROXY_PASSWORD",
1817 gettext_noop ("Specify password for the proxy (if needed)"), 1819 gettext_noop ("Specify password for the proxy (if needed)"),
1818 "https://old.gnunet.org/configuration-http", 1820 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1819 &load_text, 1821 &load_text,
1820 &save_text, 1822 &save_text,
1821 NULL, 1823 NULL,
@@ -1831,7 +1833,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1831 "transport-https_client", 1833 "transport-https_client",
1832 "PROXY_TYPE", 1834 "PROXY_TYPE",
1833 gettext_noop ("Do not use a proxy for HTTPS plugin"), 1835 gettext_noop ("Do not use a proxy for HTTPS plugin"),
1834 "https://old.gnunet.org/configuration-http", 1836 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1835 &load_option_list /* abuse! */, 1837 &load_option_list /* abuse! */,
1836 &save_option_list /* abuse! */, 1838 &save_option_list /* abuse! */,
1837 "NONE", 1839 "NONE",
@@ -1844,7 +1846,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1844 "transport-https_client", 1846 "transport-https_client",
1845 "PROXY_TYPE", 1847 "PROXY_TYPE",
1846 gettext_noop ("Use an HTTP proxy"), 1848 gettext_noop ("Use an HTTP proxy"),
1847 "https://old.gnunet.org/configuration-http", 1849 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1848 &load_option_list /* abuse! */, 1850 &load_option_list /* abuse! */,
1849 &save_option_list /* abuse! */, 1851 &save_option_list /* abuse! */,
1850 "HTTP", 1852 "HTTP",
@@ -1857,7 +1859,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1857 "transport-https_client", 1859 "transport-https_client",
1858 "PROXY_TYPE", 1860 "PROXY_TYPE",
1859 gettext_noop ("Use a SOCKS v4 proxy"), 1861 gettext_noop ("Use a SOCKS v4 proxy"),
1860 "https://old.gnunet.org/configuration-http", 1862 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1861 &load_option_list /* abuse! */, 1863 &load_option_list /* abuse! */,
1862 &save_option_list /* abuse! */, 1864 &save_option_list /* abuse! */,
1863 "SOCKS4", 1865 "SOCKS4",
@@ -1870,7 +1872,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1870 "transport-https_client", 1872 "transport-https_client",
1871 "PROXY_TYPE", 1873 "PROXY_TYPE",
1872 gettext_noop ("Use a SOCKS v4a proxy"), 1874 gettext_noop ("Use a SOCKS v4a proxy"),
1873 "https://old.gnunet.org/configuration-http", 1875 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1874 &load_option_list /* abuse! */, 1876 &load_option_list /* abuse! */,
1875 &save_option_list /* abuse! */, 1877 &save_option_list /* abuse! */,
1876 "SOCKS4a", 1878 "SOCKS4a",
@@ -1883,7 +1885,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1883 "transport-https_client", 1885 "transport-https_client",
1884 "PROXY_TYPE", 1886 "PROXY_TYPE",
1885 gettext_noop ("Use a SOCKS v5 proxy"), 1887 gettext_noop ("Use a SOCKS v5 proxy"),
1886 "https://old.gnunet.org/configuration-http", 1888 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1887 &load_option_list /* abuse! */, 1889 &load_option_list /* abuse! */,
1888 &save_option_list /* abuse! */, 1890 &save_option_list /* abuse! */,
1889 "SOCKS5", 1891 "SOCKS5",
@@ -1896,7 +1898,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1896 "transport-https_client", 1898 "transport-https_client",
1897 "PROXY_TYPE", 1899 "PROXY_TYPE",
1898 gettext_noop ("Use a SOCKS v5 proxy with hostname"), 1900 gettext_noop ("Use a SOCKS v5 proxy with hostname"),
1899 "https://old.gnunet.org/configuration-http", 1901 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1900 &load_option_list /* abuse! */, 1902 &load_option_list /* abuse! */,
1901 &save_option_list /* abuse! */, 1903 &save_option_list /* abuse! */,
1902 "SOCKS5_HOSTNAME", 1904 "SOCKS5_HOSTNAME",
@@ -1909,7 +1911,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1909 "transport-https_client", 1911 "transport-https_client",
1910 "PROXY", 1912 "PROXY",
1911 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"), 1913 gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
1912 "https://old.gnunet.org/configuration-http", 1914 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1913 &load_text, 1915 &load_text,
1914 &save_text, 1916 &save_text,
1915 NULL, 1917 NULL,
@@ -1922,7 +1924,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1922 "transport-https_client", 1924 "transport-https_client",
1923 "PROXY_USERNAME", 1925 "PROXY_USERNAME",
1924 gettext_noop ("Specify username for the proxy (if needed)"), 1926 gettext_noop ("Specify username for the proxy (if needed)"),
1925 "https://old.gnunet.org/configuration-http", 1927 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1926 &load_text, 1928 &load_text,
1927 &save_text, 1929 &save_text,
1928 NULL, 1930 NULL,
@@ -1935,7 +1937,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1935 "transport-https_client", 1937 "transport-https_client",
1936 "PROXY_PASSWORD", 1938 "PROXY_PASSWORD",
1937 gettext_noop ("Specify password for the proxy (if needed)"), 1939 gettext_noop ("Specify password for the proxy (if needed)"),
1938 "https://old.gnunet.org/configuration-http", 1940 "https://docs.gnunet.org/#Configuration-of-the-HTTP-and-HTTPS-transport-plugins",
1939 &load_text, 1941 &load_text,
1940 &save_text, 1942 &save_text,
1941 NULL, 1943 NULL,
@@ -1951,7 +1953,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1951 "QUOTA", 1953 "QUOTA",
1952 gettext_noop ( 1954 gettext_noop (
1953 "How many bytes are we allowed to store in the local datastore?"), 1955 "How many bytes are we allowed to store in the local datastore?"),
1954 "https://old.gnunet.org/datastore-quota", 1956 "https://docs.gnunet.org/#Configuring-the-datastore",
1955 &load_number, 1957 &load_number,
1956 &save_number, 1958 &save_number,
1957 NULL, 1959 NULL,
@@ -1964,7 +1966,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1964 "datastore", 1966 "datastore",
1965 "DATABASE", 1967 "DATABASE",
1966 gettext_noop ("Use sqLite to store file-sharing content"), 1968 gettext_noop ("Use sqLite to store file-sharing content"),
1967 "https://old.gnunet.org/configuration-datastore", 1969 "https://docs.gnunet.org/#Configuring-the-datastore",
1968 &load_option_list /* abuse! */, 1970 &load_option_list /* abuse! */,
1969 &save_option_list /* abuse! */, 1971 &save_option_list /* abuse! */,
1970 "sqlite", 1972 "sqlite",
@@ -1977,7 +1979,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1977 "datastore", 1979 "datastore",
1978 "DATABASE", 1980 "DATABASE",
1979 gettext_noop ("Use MySQL to store file-sharing content"), 1981 gettext_noop ("Use MySQL to store file-sharing content"),
1980 "https://old.gnunet.org/configuration-datastore", 1982 "https://docs.gnunet.org/#Configuring-the-datastore",
1981 &load_option_list /* abuse! */, 1983 &load_option_list /* abuse! */,
1982 &save_option_list /* abuse! */, 1984 &save_option_list /* abuse! */,
1983 "mysql", 1985 "mysql",
@@ -1990,7 +1992,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1990 "datastore", 1992 "datastore",
1991 "DATABASE", 1993 "DATABASE",
1992 gettext_noop ("Use Postgres to store file-sharing content"), 1994 gettext_noop ("Use Postgres to store file-sharing content"),
1993 "https://old.gnunet.org/configuration-datastore", 1995 "https://docs.gnunet.org/#Configuring-the-datastore",
1994 &load_option_list /* abuse! */, 1996 &load_option_list /* abuse! */,
1995 &save_option_list /* abuse! */, 1997 &save_option_list /* abuse! */,
1996 "postgres", 1998 "postgres",
@@ -2003,7 +2005,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2003 "datastore-mysql", 2005 "datastore-mysql",
2004 "DATABASE", 2006 "DATABASE",
2005 gettext_noop ("Name for the MySQL database"), 2007 gettext_noop ("Name for the MySQL database"),
2006 "https://old.gnunet.org/configuration-datastore", 2008 "https://docs.gnunet.org/#Configuring-the-datastore",
2007 &load_text, 2009 &load_text,
2008 &save_text, 2010 &save_text,
2009 NULL, 2011 NULL,
@@ -2029,7 +2031,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2029 "datastore-mysql", 2031 "datastore-mysql",
2030 "USER", 2032 "USER",
2031 gettext_noop ("Username for MySQL access"), 2033 gettext_noop ("Username for MySQL access"),
2032 "https://old.gnunet.org/configuration-datastore", 2034 "https://docs.gnunet.org/#Configuring-the-datastore",
2033 &load_text, 2035 &load_text,
2034 &save_text, 2036 &save_text,
2035 NULL, 2037 NULL,
@@ -2042,7 +2044,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2042 "datastore-mysql", 2044 "datastore-mysql",
2043 "PASSWORD", 2045 "PASSWORD",
2044 gettext_noop ("Password for MySQL access"), 2046 gettext_noop ("Password for MySQL access"),
2045 "https://old.gnunet.org/configuration-datastore", 2047 "https://docs.gnunet.org/#Configuring-the-datastore",
2046 &load_text, 2048 &load_text,
2047 &save_text, 2049 &save_text,
2048 NULL, 2050 NULL,
@@ -2055,7 +2057,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2055 "datastore-mysql", 2057 "datastore-mysql",
2056 "HOST", 2058 "HOST",
2057 gettext_noop ("Name of host running MySQL database"), 2059 gettext_noop ("Name of host running MySQL database"),
2058 "https://old.gnunet.org/configuration-datastore", 2060 "https://docs.gnunet.org/#Configuring-the-datastore",
2059 &load_text, 2061 &load_text,
2060 &save_text, 2062 &save_text,
2061 NULL, 2063 NULL,
@@ -2068,7 +2070,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2068 "datastore-mysql", 2070 "datastore-mysql",
2069 "PORT", 2071 "PORT",
2070 gettext_noop ("Port of MySQL database"), 2072 gettext_noop ("Port of MySQL database"),
2071 "https://old.gnunet.org/configuration-datastore", 2073 "https://docs.gnunet.org/#Configuring-the-datastore",
2072 &load_number, 2074 &load_number,
2073 &save_number, 2075 &save_number,
2074 NULL, 2076 NULL,
@@ -2095,7 +2097,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2095 "fs", 2097 "fs",
2096 "CONTENT_PUSHING", 2098 "CONTENT_PUSHING",
2097 gettext_noop ("Should we try to push our content to other peers?"), 2099 gettext_noop ("Should we try to push our content to other peers?"),
2098 "https://old.gnunet.org/configuration-fs", 2100 "https://docs.gnunet.org/#Configuring-the-file_002dsharing-service",
2099 &load_yes_no, 2101 &load_yes_no,
2100 &save_yes_no, 2102 &save_yes_no,
2101 NULL, 2103 NULL,
@@ -2108,7 +2110,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2108 "fs", 2110 "fs",
2109 "CONTENT_CACHING", 2111 "CONTENT_CACHING",
2110 gettext_noop ("Are we allowed to cache content received from other peers?"), 2112 gettext_noop ("Are we allowed to cache content received from other peers?"),
2111 "https://old.gnunet.org/configuration-fs", 2113 "https://docs.gnunet.org/#Configuring-the-file_002dsharing-service",
2112 &load_yes_no, 2114 &load_yes_no,
2113 &save_yes_no, 2115 &save_yes_no,
2114 NULL, 2116 NULL,
@@ -2123,7 +2125,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2123 "QUOTA", 2125 "QUOTA",
2124 gettext_noop ( 2126 gettext_noop (
2125 "How many bytes are we allowed to store in the local datacache?"), 2127 "How many bytes are we allowed to store in the local datacache?"),
2126 "https://old.gnunet.org/datacache-quota", 2128 "https://docs.gnunet.org/#Configuring-the-datacache",
2127 &load_number, 2129 &load_number,
2128 &save_number, 2130 &save_number,
2129 NULL, 2131 NULL,
@@ -2137,7 +2139,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2137 "dhtcache", 2139 "dhtcache",
2138 "DATABASE", 2140 "DATABASE",
2139 gettext_noop ("Use sqLite to cache DHT data"), 2141 gettext_noop ("Use sqLite to cache DHT data"),
2140 "https://old.gnunet.org/configuration-datacache", 2142 "https://docs.gnunet.org/#Configuring-the-datacache",
2141 &load_option_list /* abuse! */, 2143 &load_option_list /* abuse! */,
2142 &save_option_list /* abuse! */, 2144 &save_option_list /* abuse! */,
2143 "sqlite", 2145 "sqlite",
@@ -2150,7 +2152,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2150 "dhtcache", 2152 "dhtcache",
2151 "DATABASE", 2153 "DATABASE",
2152 gettext_noop ("Use memory to cache DHT data"), 2154 gettext_noop ("Use memory to cache DHT data"),
2153 "https://old.gnunet.org/configuration-datacache", 2155 "https://docs.gnunet.org/#Configuring-the-datacache",
2154 &load_option_list /* abuse! */, 2156 &load_option_list /* abuse! */,
2155 &save_option_list /* abuse! */, 2157 &save_option_list /* abuse! */,
2156 "heap", 2158 "heap",
@@ -2163,7 +2165,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2163 "dhtcache", 2165 "dhtcache",
2164 "DATABASE", 2166 "DATABASE",
2165 gettext_noop ("Use Postgres to cache DHT data"), 2167 gettext_noop ("Use Postgres to cache DHT data"),
2166 "https://old.gnunet.org/configuration-datacache", 2168 "https://docs.gnunet.org/#Configuring-the-datacache",
2167 &load_option_list /* abuse! */, 2169 &load_option_list /* abuse! */,
2168 &save_option_list /* abuse! */, 2170 &save_option_list /* abuse! */,
2169 "postgres", 2171 "postgres",
@@ -2176,7 +2178,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2176 "transport-wlan", 2178 "transport-wlan",
2177 "INTERFACE", 2179 "INTERFACE",
2178 gettext_noop ("Name of monitoring interface to use (monX)"), 2180 gettext_noop ("Name of monitoring interface to use (monX)"),
2179 "https://old.gnunet.org/configuration-wlan", 2181 "https://docs.gnunet.org/#Configuring-the-WLAN-transport-plugin",
2180 &load_text, 2182 &load_text,
2181 &save_text, 2183 &save_text,
2182 NULL, 2184 NULL,
@@ -2204,7 +2206,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2204 "vpn", 2206 "vpn",
2205 "FORCESTART", 2207 "FORCESTART",
2206 gettext_noop ("Should the VPN be started automatically on startup?"), 2208 gettext_noop ("Should the VPN be started automatically on startup?"),
2207 "https://old.gnunet.org/configuration-vpn", 2209 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2208 &load_yes_no, 2210 &load_yes_no,
2209 &save_yes_no, 2211 &save_yes_no,
2210 NULL, 2212 NULL,
@@ -2217,7 +2219,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2217 "pt", 2219 "pt",
2218 "FORCESTART", 2220 "FORCESTART",
2219 gettext_noop ("Should the PT be started automatically on startup?"), 2221 gettext_noop ("Should the PT be started automatically on startup?"),
2220 "https://old.gnunet.org/configuration-vpn", 2222 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2221 &load_yes_no, 2223 &load_yes_no,
2222 &save_yes_no, 2224 &save_yes_no,
2223 NULL, 2225 NULL,
@@ -2231,7 +2233,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2231 "pt", 2233 "pt",
2232 "TUNNEL_IPV4", 2234 "TUNNEL_IPV4",
2233 gettext_noop ("Tunnel IPv4 traffic over GNUnet"), 2235 gettext_noop ("Tunnel IPv4 traffic over GNUnet"),
2234 "https://old.gnunet.org/configuration-vpn", 2236 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2235 &load_yes_no, 2237 &load_yes_no,
2236 &save_yes_no, 2238 &save_yes_no,
2237 NULL, 2239 NULL,
@@ -2245,7 +2247,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2245 "pt", 2247 "pt",
2246 "TUNNEL_IPV6", 2248 "TUNNEL_IPV6",
2247 gettext_noop ("Tunnel IPv6 traffic over GNUnet"), 2249 gettext_noop ("Tunnel IPv6 traffic over GNUnet"),
2248 "https://old.gnunet.org/configuration-vpn", 2250 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2249 &load_yes_no, 2251 &load_yes_no,
2250 &save_yes_no, 2252 &save_yes_no,
2251 NULL, 2253 NULL,
@@ -2258,7 +2260,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2258 "pt", 2260 "pt",
2259 "TUNNEL_DNS", 2261 "TUNNEL_DNS",
2260 gettext_noop ("Tunnel DNS traffic over GNUnet"), 2262 gettext_noop ("Tunnel DNS traffic over GNUnet"),
2261 "https://old.gnunet.org/configuration-vpn", 2263 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2262 &load_yes_no, 2264 &load_yes_no,
2263 &save_yes_no, 2265 &save_yes_no,
2264 NULL, 2266 NULL,
@@ -2271,7 +2273,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2271 "vpn", 2273 "vpn",
2272 "IFNAME", 2274 "IFNAME",
2273 gettext_noop ("Name of the virtual interface the GNUnet VPN should create"), 2275 gettext_noop ("Name of the virtual interface the GNUnet VPN should create"),
2274 "https://old.gnunet.org/configuration-vpn", 2276 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2275 &load_text, 2277 &load_text,
2276 &save_text, 2278 &save_text,
2277 NULL, 2279 NULL,
@@ -2284,7 +2286,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2284 "vpn", 2286 "vpn",
2285 "IPV4ADDR", 2287 "IPV4ADDR",
2286 gettext_noop ("IPv4 address to use for the VPN interface"), 2288 gettext_noop ("IPv4 address to use for the VPN interface"),
2287 "https://old.gnunet.org/configuration-vpn", 2289 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2288 &load_text, 2290 &load_text,
2289 &save_text, 2291 &save_text,
2290 NULL, 2292 NULL,
@@ -2297,7 +2299,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2297 "vpn", 2299 "vpn",
2298 "IPV4MASK", 2300 "IPV4MASK",
2299 gettext_noop ("IPv4 network mask to use for the VPN interface"), 2301 gettext_noop ("IPv4 network mask to use for the VPN interface"),
2300 "https://old.gnunet.org/configuration-vpn", 2302 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2301 &load_text, 2303 &load_text,
2302 &save_text, 2304 &save_text,
2303 NULL, 2305 NULL,
@@ -2310,7 +2312,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2310 "vpn", 2312 "vpn",
2311 "IPV6ADDR", 2313 "IPV6ADDR",
2312 gettext_noop ("IPv6 address to use for the VPN interface"), 2314 gettext_noop ("IPv6 address to use for the VPN interface"),
2313 "https://old.gnunet.org/configuration-vpn", 2315 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2314 &load_text, 2316 &load_text,
2315 &save_text, 2317 &save_text,
2316 NULL, 2318 NULL,
@@ -2323,7 +2325,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2323 "vpn", 2325 "vpn",
2324 "IPV6PREFIX", 2326 "IPV6PREFIX",
2325 gettext_noop ("IPv6 network prefix length to use for the VPN interface"), 2327 gettext_noop ("IPv6 network prefix length to use for the VPN interface"),
2326 "https://old.gnunet.org/configuration-vpn", 2328 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN",
2327 &load_number, 2329 &load_number,
2328 &save_number, 2330 &save_number,
2329 NULL, 2331 NULL,
@@ -2340,7 +2342,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2340 "FORCESTART", 2342 "FORCESTART",
2341 gettext_noop ( 2343 gettext_noop (
2342 "Activate the VPN exit to provide services and/or to enable others to use your Internet connection"), 2344 "Activate the VPN exit to provide services and/or to enable others to use your Internet connection"),
2343 "https://old.gnunet.org/configuration-exit", 2345 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2344 &load_yes_no, 2346 &load_yes_no,
2345 &save_yes_no, 2347 &save_yes_no,
2346 NULL, 2348 NULL,
@@ -2354,7 +2356,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2354 "DNS_RESOLVER", 2356 "DNS_RESOLVER",
2355 gettext_noop ( 2357 gettext_noop (
2356 "IP address of the external DNS resolver to use (values from your resolve.conf are usually appropriate))"), 2358 "IP address of the external DNS resolver to use (values from your resolve.conf are usually appropriate))"),
2357 "https://old.gnunet.org/configuration-exit", 2359 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2358 &load_text, 2360 &load_text,
2359 &save_text, 2361 &save_text,
2360 NULL, 2362 NULL,
@@ -2368,7 +2370,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2368 "EXIT_DNS", 2370 "EXIT_DNS",
2369 gettext_noop ( 2371 gettext_noop (
2370 "Allow other peers to perform DNS resolutions using your Internet connection"), 2372 "Allow other peers to perform DNS resolutions using your Internet connection"),
2371 "https://old.gnunet.org/configuration-dns", 2373 "https://docs.gnunet.org/#IP-Address-of-external-DNS-resolver",
2372 &load_yes_no, 2374 &load_yes_no,
2373 &save_yes_no, 2375 &save_yes_no,
2374 NULL, 2376 NULL,
@@ -2382,7 +2384,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2382 "TUN_IFNAME", 2384 "TUN_IFNAME",
2383 gettext_noop ( 2385 gettext_noop (
2384 "Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"), 2386 "Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"),
2385 "https://old.gnunet.org/configuration-exit", 2387 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2386 &load_text, 2388 &load_text,
2387 &save_text, 2389 &save_text,
2388 NULL, 2390 NULL,
@@ -2395,7 +2397,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2395 "exit", 2397 "exit",
2396 "IPV4ADDR", 2398 "IPV4ADDR",
2397 gettext_noop ("IPv4 address to use for the Exit interface"), 2399 gettext_noop ("IPv4 address to use for the Exit interface"),
2398 "https://old.gnunet.org/configuration-exit", 2400 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2399 &load_text, 2401 &load_text,
2400 &save_text, 2402 &save_text,
2401 NULL, 2403 NULL,
@@ -2408,7 +2410,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2408 "exit", 2410 "exit",
2409 "IPV4MASK", 2411 "IPV4MASK",
2410 gettext_noop ("IPv4 network mask to use for the Exit interface"), 2412 gettext_noop ("IPv4 network mask to use for the Exit interface"),
2411 "https://old.gnunet.org/configuration-exit", 2413 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2412 &load_text, 2414 &load_text,
2413 &save_text, 2415 &save_text,
2414 NULL, 2416 NULL,
@@ -2421,7 +2423,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2421 "exit", 2423 "exit",
2422 "IPV6ADDR", 2424 "IPV6ADDR",
2423 gettext_noop ("IPv6 address to use for the Exit interface"), 2425 gettext_noop ("IPv6 address to use for the Exit interface"),
2424 "https://old.gnunet.org/configuration-exit", 2426 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2425 &load_text, 2427 &load_text,
2426 &save_text, 2428 &save_text,
2427 NULL, 2429 NULL,
@@ -2434,7 +2436,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2434 "exit", 2436 "exit",
2435 "IPV6PREFIX", 2437 "IPV6PREFIX",
2436 gettext_noop ("IPv6 network prefix length to use for the Exit interface"), 2438 gettext_noop ("IPv6 network prefix length to use for the Exit interface"),
2437 "https://old.gnunet.org/configuration-exit", 2439 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2438 &load_number, 2440 &load_number,
2439 &save_number, 2441 &save_number,
2440 NULL, 2442 NULL,
@@ -2449,7 +2451,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2449 "EXIT_IPV4", 2451 "EXIT_IPV4",
2450 gettext_noop ( 2452 gettext_noop (
2451 "Allow other users to use your Internet connection for UDP traffic (via the Exit interface)"), 2453 "Allow other users to use your Internet connection for UDP traffic (via the Exit interface)"),
2452 "https://old.gnunet.org/configuration-exit", 2454 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2453 &load_yes_no, 2455 &load_yes_no,
2454 &save_yes_no, 2456 &save_yes_no,
2455 NULL, 2457 NULL,
@@ -2463,7 +2465,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2463 "EXIT_IPV6", 2465 "EXIT_IPV6",
2464 gettext_noop ( 2466 gettext_noop (
2465 "Allow other users to use your Internet connection for TCP traffic (via the Exit interface)"), 2467 "Allow other users to use your Internet connection for TCP traffic (via the Exit interface)"),
2466 "https://old.gnunet.org/configuration-exit", 2468 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2467 &load_yes_no, 2469 &load_yes_no,
2468 &save_yes_no, 2470 &save_yes_no,
2469 NULL, 2471 NULL,
@@ -2478,7 +2480,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2478 "EXIT_RANGE_IPV4_POLICY", 2480 "EXIT_RANGE_IPV4_POLICY",
2479 gettext_noop ( 2481 gettext_noop (
2480 "Which IPv4 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"), 2482 "Which IPv4 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"),
2481 "https://old.gnunet.org/configuration-exit", 2483 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2482 &load_text, 2484 &load_text,
2483 &save_text, 2485 &save_text,
2484 NULL, 2486 NULL,
@@ -2493,7 +2495,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2493 "EXIT_RANGE_IPV6_POLICY", 2495 "EXIT_RANGE_IPV6_POLICY",
2494 gettext_noop ( 2496 gettext_noop (
2495 "Which IPv6 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"), 2497 "Which IPv6 addresses and ports do you allow other users to send traffic towards (via the Exit interface)"),
2496 "https://old.gnunet.org/configuration-exit", 2498 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2497 &load_text, 2499 &load_text,
2498 &save_text, 2500 &save_text,
2499 NULL, 2501 NULL,
@@ -2509,7 +2511,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2509 "namestore", 2511 "namestore",
2510 "DATABASE", 2512 "DATABASE",
2511 gettext_noop ("Use sqLite to store names"), 2513 gettext_noop ("Use sqLite to store names"),
2512 "https://old.gnunet.org/configuration-namestore", 2514 "",
2513 &load_option_list /* abuse! */, 2515 &load_option_list /* abuse! */,
2514 &save_option_list /* abuse! */, 2516 &save_option_list /* abuse! */,
2515 "sqlite", 2517 "sqlite",
@@ -2522,7 +2524,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2522 "namestore", 2524 "namestore",
2523 "DATABASE", 2525 "DATABASE",
2524 gettext_noop ("Use PostGres to store names"), 2526 gettext_noop ("Use PostGres to store names"),
2525 "https://old.gnunet.org/configuration-namestore", 2527 "",
2526 &load_option_list /* abuse! */, 2528 &load_option_list /* abuse! */,
2527 &save_option_list /* abuse! */, 2529 &save_option_list /* abuse! */,
2528 "postgres", 2530 "postgres",
@@ -2551,7 +2553,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2551 "gns", 2553 "gns",
2552 "FORCESTART", 2554 "FORCESTART",
2553 gettext_noop ("Should the GNS be started automatically on startup?"), 2555 gettext_noop ("Should the GNS be started automatically on startup?"),
2554 "https://old.gnunet.org/configuration-gns", 2556 "https://docs.gnunet.org/#Configuring-the-GNU-Name-System",
2555 &load_yes_no, 2557 &load_yes_no,
2556 &save_yes_no, 2558 &save_yes_no,
2557 NULL, 2559 NULL,
@@ -2567,7 +2569,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2567 NULL, 2569 NULL,
2568 NULL, 2570 NULL,
2569 gettext_noop ("Specification of .gnunet hosted services"), 2571 gettext_noop ("Specification of .gnunet hosted services"),
2570 "https://old.gnunet.org/configuration-dns", 2572 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2571 &load_hosted_service_configuration, 2573 &load_hosted_service_configuration,
2572 NULL, 2574 NULL,
2573 NULL, 2575 NULL,
@@ -2580,7 +2582,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2580 NULL, 2582 NULL,
2581 NULL, 2583 NULL,
2582 NULL, 2584 NULL,
2583 "https://old.gnunet.org/configuration-dns", 2585 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2584 NULL, 2586 NULL,
2585 &hosted_service_name_install_edited_handler, 2587 &hosted_service_name_install_edited_handler,
2586 NULL, 2588 NULL,
@@ -2593,7 +2595,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2593 NULL, 2595 NULL,
2594 NULL, 2596 NULL,
2595 NULL, 2597 NULL,
2596 "https://old.gnunet.org/configuration-dns", 2598 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2597 NULL, 2599 NULL,
2598 &hosted_service_is_udp_install_toggled_handler, 2600 &hosted_service_is_udp_install_toggled_handler,
2599 NULL, 2601 NULL,
@@ -2606,7 +2608,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2606 NULL, 2608 NULL,
2607 NULL, 2609 NULL,
2608 NULL, 2610 NULL,
2609 "https://old.gnunet.org/configuration-dns", 2611 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2610 NULL, 2612 NULL,
2611 &hosted_service_visible_port_install_edited_handler, 2613 &hosted_service_visible_port_install_edited_handler,
2612 NULL, 2614 NULL,
@@ -2619,7 +2621,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2619 NULL, 2621 NULL,
2620 NULL, 2622 NULL,
2621 NULL, 2623 NULL,
2622 "https://old.gnunet.org/configuration-dns", 2624 "https://docs.gnunet.org/#Configuring-the-GNUnet-VPN-Exit-Service",
2623 NULL, 2625 NULL,
2624 &hosted_service_destination_install_edited_handler, 2626 &hosted_service_destination_install_edited_handler,
2625 NULL, 2627 NULL,