From d75c27e6acf301f6be72bcc57d3cd6b1096820c1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Aug 2013 13:05:52 +0000 Subject: [PATCH] -updating gns status notes --- src/gns/gnunet-service-gns_resolver.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c index 9af196505..f91e9b2ad 100644 --- a/src/gns/gnunet-service-gns_resolver.c +++ b/src/gns/gnunet-service-gns_resolver.c @@ -24,14 +24,8 @@ * @author Martin Schanzenbach * @author Christian Grothoff * - * TODO: + * URGENT: * - shortening triggers - * - GNS: handle special SRV names --- no delegation, direct lookup; - * can likely be done in 'resolver_lookup_get_next_label'. - * - revocation checks (make optional: privacy!) - * - DNAME support - * - * Issues: * - We currently go to the DHT simply if we find no local reply; this * is incorrect; the correct rules for going to DHT are: * @@ -44,10 +38,12 @@ * would already have an entry in the NS for the record) * 5. We are not in cache only mode * - * - We currently never look "into" the records; for example, - * MX, SRV and SOA records may include ".+" that need to be - * handled * + * TODO: + * - GNS: handle special SRV names --- no delegation, direct lookup; + * can likely be done in 'resolver_lookup_get_next_label'. (#3003) + * - revocation checks (make optional: privacy!), (#3004) + * - DNAME support (#3005) */ #include "platform.h" #include "gnunet_util_lib.h" -- 2.25.1