From: Christian Grothoff Date: Fri, 27 Sep 2013 16:38:29 +0000 (+0000) Subject: -GADS is now called GNS X-Git-Tag: initial-import-from-subversion-38251~6989 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dfe9d2c2b33078614179e4bcd43181e8aa782c3;p=oweals%2Fgnunet.git -GADS is now called GNS --- diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c index 4b0ae38bc..460626628 100644 --- a/src/gns/gnunet-gns.c +++ b/src/gns/gnunet-gns.c @@ -129,7 +129,7 @@ do_shutdown (void *cls, /** - * Function called with the result of a GADS lookup. + * Function called with the result of a GNS lookup. * * @param cls the 'const char *' name that was resolved * @param rd_count number of records returned diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h index 6a20d93d7..4addfa4d9 100644 --- a/src/include/gnunet_psyc_service.h +++ b/src/include/gnunet_psyc_service.h @@ -36,7 +36,7 @@ * 'places' and 'persons' are combined within the same * abstraction, that of a "channel". Channels are identified * and accessed in this API using a public/private key. - * Higher-level applications should use NAMES within GADS + * Higher-level applications should use NAMES within GNS * to obtain public keys, and the distinction between * 'places' and 'persons' can then be made with the help * of the naming system (and/or conventions). @@ -52,7 +52,7 @@ * @c \#define for the maximum size of a variable). * - PSYC defines standard variables, methods, etc. This * library deliberately abstracts over all of these; a - * higher-level API should combine the naming system (GADS) + * higher-level API should combine the naming system (GNS) * and standard methods (message, join, part, warn, * fail, error) and variables (action, color, time, * tag, etc.). However, this API does take over the @@ -407,7 +407,7 @@ typedef void * @param channel_key ECC key that will be used to sign messages for this * PSYC session. The public key is used to identify the PSYC channel. * Note that end-users will usually not use the private key directly, but - * rather look it up in GADS for places managed by other users, or select + * rather look it up in GNS for places managed by other users, or select * a file with the private key(s) when setting up their own channels * FIXME: we'll likely want to use NOT the p521 curve here, but a cheaper * one in the future. diff --git a/src/psyc/psyc_api.c b/src/psyc/psyc_api.c index 61b57c050..f85bb7ae8 100644 --- a/src/psyc/psyc_api.c +++ b/src/psyc/psyc_api.c @@ -451,7 +451,7 @@ disconnect (void *c) * @param channel_key ECC key that will be used to sign messages for this * PSYC session. The public key is used to identify the PSYC channel. * Note that end-users will usually not use the private key directly, but - * rather look it up in GADS for places managed by other users, or select + * rather look it up in GNS for places managed by other users, or select * a file with the private key(s) when setting up their own channels * FIXME: we'll likely want to use NOT the p521 curve here, but a cheaper * one in the future.