gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28584 - in gnunet/src: gns namestore


From: gnunet
Subject: [GNUnet-SVN] r28584 - in gnunet/src: gns namestore
Date: Tue, 13 Aug 2013 21:16:52 +0200

Author: grothoff
Date: 2013-08-13 21:16:52 +0200 (Tue, 13 Aug 2013)
New Revision: 28584

Modified:
   gnunet/src/gns/gnunet-service-gns.c
   gnunet/src/namestore/gnunet-service-namestore.c
Log:
-documenting open issues

Modified: gnunet/src/gns/gnunet-service-gns.c
===================================================================
--- gnunet/src/gns/gnunet-service-gns.c 2013-08-13 19:14:19 UTC (rev 28583)
+++ gnunet/src/gns/gnunet-service-gns.c 2013-08-13 19:16:52 UTC (rev 28584)
@@ -21,6 +21,13 @@
  * @file gns/gnunet-service-gns.c
  * @brief GNUnet GNS service
  * @author Martin Schanzenbach
+ * @author Christian Grothoff
+ *
+ * TODO:
+ * - conversion of private to public records does NOT check if the
+ *   records are actually public 
+ * - need to watch for client disconnects and abort operations on
+ *   disconnect
  */
 #include "platform.h"
 #include "gnunet_util_lib.h"

Modified: gnunet/src/namestore/gnunet-service-namestore.c
===================================================================
--- gnunet/src/namestore/gnunet-service-namestore.c     2013-08-13 19:14:19 UTC 
(rev 28583)
+++ gnunet/src/namestore/gnunet-service-namestore.c     2013-08-13 19:16:52 UTC 
(rev 28584)
@@ -23,6 +23,13 @@
  * @brief namestore for the GNUnet naming system
  * @author Matthias Wachs
  * @author Christian Grothoff
+ *
+ * TODO:
+ * - private records can currently not be used for resolving
+ *   our own queries as our lookup only goes for the encrypted
+ *   records; we need a way to ensure that the records available
+ *   in our own zone can actually always be used for our own
+ *   resolutions!
  */
 #include "platform.h"
 #include "gnunet_util_lib.h"




reply via email to

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