aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 19:16:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 19:16:52 +0000
commitc2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb (patch)
tree50a9cb6be68b8dae8bd5ecfff364adcb7f4ca55e
parent5f5f1974b15c646bde44583aede2433254138661 (diff)
downloadgnunet-c2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb.tar.gz
gnunet-c2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb.zip
-documenting open issues
-rw-r--r--src/gns/gnunet-service-gns.c7
-rw-r--r--src/namestore/gnunet-service-namestore.c7
2 files changed, 14 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c
index be41f8c84..9f05269f1 100644
--- a/src/gns/gnunet-service-gns.c
+++ b/src/gns/gnunet-service-gns.c
@@ -21,6 +21,13 @@
21 * @file gns/gnunet-service-gns.c 21 * @file gns/gnunet-service-gns.c
22 * @brief GNUnet GNS service 22 * @brief GNUnet GNS service
23 * @author Martin Schanzenbach 23 * @author Martin Schanzenbach
24 * @author Christian Grothoff
25 *
26 * TODO:
27 * - conversion of private to public records does NOT check if the
28 * records are actually public
29 * - need to watch for client disconnects and abort operations on
30 * disconnect
24 */ 31 */
25#include "platform.h" 32#include "platform.h"
26#include "gnunet_util_lib.h" 33#include "gnunet_util_lib.h"
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index f6caf6ba7..eeb2bb65d 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -23,6 +23,13 @@
23 * @brief namestore for the GNUnet naming system 23 * @brief namestore for the GNUnet naming system
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 *
27 * TODO:
28 * - private records can currently not be used for resolving
29 * our own queries as our lookup only goes for the encrypted
30 * records; we need a way to ensure that the records available
31 * in our own zone can actually always be used for our own
32 * resolutions!
26 */ 33 */
27#include "platform.h" 34#include "platform.h"
28#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"