gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29667 - in gnunet/src: gns include psyc


From: gnunet
Subject: [GNUnet-SVN] r29667 - in gnunet/src: gns include psyc
Date: Fri, 27 Sep 2013 18:38:29 +0200

Author: grothoff
Date: 2013-09-27 18:38:29 +0200 (Fri, 27 Sep 2013)
New Revision: 29667

Modified:
   gnunet/src/gns/gnunet-gns.c
   gnunet/src/include/gnunet_psyc_service.h
   gnunet/src/psyc/psyc_api.c
Log:
-GADS is now called GNS

Modified: gnunet/src/gns/gnunet-gns.c
===================================================================
--- gnunet/src/gns/gnunet-gns.c 2013-09-27 16:37:56 UTC (rev 29666)
+++ gnunet/src/gns/gnunet-gns.c 2013-09-27 16:38:29 UTC (rev 29667)
@@ -129,7 +129,7 @@
 
 
 /**
- * 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

Modified: gnunet/src/include/gnunet_psyc_service.h
===================================================================
--- gnunet/src/include/gnunet_psyc_service.h    2013-09-27 16:37:56 UTC (rev 
29666)
+++ gnunet/src/include/gnunet_psyc_service.h    2013-09-27 16:38:29 UTC (rev 
29667)
@@ -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 @@
  * @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.

Modified: gnunet/src/psyc/psyc_api.c
===================================================================
--- gnunet/src/psyc/psyc_api.c  2013-09-27 16:37:56 UTC (rev 29666)
+++ gnunet/src/psyc/psyc_api.c  2013-09-27 16:38:29 UTC (rev 29667)
@@ -451,7 +451,7 @@
  * @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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]