-GADS is now called GNS
authorChristian Grothoff <christian@grothoff.org>
Fri, 27 Sep 2013 16:38:29 +0000 (16:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 27 Sep 2013 16:38:29 +0000 (16:38 +0000)
src/gns/gnunet-gns.c
src/include/gnunet_psyc_service.h
src/psyc/psyc_api.c

index 4b0ae38bcaeff47dd12fbcc8524f58ddc743ea9a..46062662848c5f8ddbf31f0a3279569cf124233a 100644 (file)
@@ -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
index 6a20d93d72fbf651288f20df3f5d3f5d80165540..4addfa4d9ed8117df01730ea3a75d70ef608f419 100644 (file)
@@ -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.
index 61b57c0500a4f755744df001bf89980512a2a2a4..f85bb7ae83936ecb0a5ca32d7b0e812322cebff5 100644 (file)
@@ -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.