gdbus: Use destroy callback for service watch
[framework/connectivity/connman.git] / TODO
diff --git a/TODO b/TODO
index 8c5abc8..81a5607 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,24 +26,39 @@ Core
    See http://www.mail-archive.com/connman@connman.net/msg01653.html
 
 
-- DNS caching
+- main.conf FallbackTimeservers, FallbackNameservers
+   Priority: Medium
+   Complexity: C2
+   Owner:
 
-   Priority: Low
-   Complexity: C4
+   Both entries should take a string list as arguments and can contain
+   mixed combination of fully qualified domain names, IPv4 and IPv6
+   addresses. In absence of main.conf or if this entry is not present
+   then no fallback servers are used. These configuration file values
+   will obsolete plugins/meego.c and plugins/google.c.
+   See http://lists.connman.net/pipermail/connman/2012-March/008605.html
 
-   A simple initial implementation would see ConnMan's dnsproxy
-   caching the DNS record based on their TTL.
 
+- main.conf DefaultAutoConnectTechnologies
+   Priority: Medium
+   Complexity: C2
+   Owner:
 
-- IP ranges allocation and check
+   The default autoconnect value for a new service that has not been seen. After
+   that it can be changed on a per service level via AutoConnect property.
+   The default value if not present should be "ethernet,wifi".
+   See http://lists.connman.net/pipermail/connman/2012-March/008605.html
 
-   Priority: High
+
+- main.conf PriorityTechnologies
+   Priority: Medium
    Complexity: C2
-   Guillaume Zajac <guillaume.zajac@linux.intel.com>
+   Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
 
-   For both tethering and private networks, but also to detect invalid
-   static IP configurations, we need to have a core IP range layer
-   that manages all currently used IP blocks.
+   Handle automatic switch from one technology to another one. By default
+   this value should be empty and no automatic switching is happening as
+   long as technology is connected. The list is ordered.
+   See http://lists.connman.net/pipermail/connman/2012-March/008605.html
 
 
 - Personal firewall
@@ -134,20 +149,6 @@ VPN
    Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
 
 
-- Split tunnelling
-
-   Priority: Low
-   Complexity: C8
-   Dependencies: Core:Private networks
-   Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
-
-   The current VPN support puts the VPN interface at the top of the
-   service list, giving VPNs the default route. When doing split
-   tunneling, the system routes packet to the VPN interface for
-   private IPs, while going through the default interface for the rest
-   of the traffic.
-
-
 Tools
 =====