From 5b7e54229f131c23f31cb8e7b87463d71d92cb97 Mon Sep 17 00:00:00 2001 From: Tim Jansen Date: Tue, 3 Sep 2002 18:04:24 +0000 Subject: [PATCH] 2 new TODO items: displaying a user-readable name in the new connection dialog (for 3.1) and some smart way to find out the avalable bandwidth between two hosts (for 3.2) svn path=/trunk/kdenetwork/krfb/; revision=175548 --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 1e5800aa..98e48f4d 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,10 @@ For 3.1: (documentation) For 3.2: +- when krfb is started with URL arguments and without connection + quality, add some kind of smart algorithm to determine whether the + other host is local (maybe using SLP to announce the connectivity + of a LAN) - enhance RFB with SASL authentication (Kerberos) - encrypted connections (using SASL and/or SSL/TLS) @@ -10,12 +14,13 @@ Todo (unscheduled features): - NAT traversal support if I can find an acceptable implementation (probably using TURN, as soon as there is a server and newer spec for that) - split krfb into 2 separate programs (server and invitation) -- soundex support in SLP attributes - look into adding an extension to xfree to improve speed (get noticed of screen updates) - cut & paste support Known bugs/problems: +- the IP address is displayed in the new connection dialog. The host name + would be nicer. - the IP address sent in invitation may be wrong on multi-homed machines, and it is always incorrect behind a NAT. Right now it is not possible to solve these problems.