X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=c02ecdce6b8591c7965e10f6e4632d8f6aeb21f3;hb=182f1698206a2227616be30691591eea1274cd2b;hp=f32a223417ad946f64ea7a5c6e28868a88600148;hpb=65bb39eb3f473859544469c209b6371e230ac9a2;p=silc.git diff --git a/TODO b/TODO index f32a2234..c02ecdce 100644 --- a/TODO +++ b/TODO @@ -54,6 +54,8 @@ lib/silccore lib/silcclient, The Client Library ================================== + o UDP SILC connection support to SILC server + o Giving WHOIS for nick that doesn't exist should remove any same named entries from the client cache. @@ -161,9 +163,9 @@ Runtime library, lib/silcutil/ o Structured log messages to Log API. Allows machine readable log messages. Would allow sending of any kind of data in a log message. - o Base64 to an own API + o Base64 to an own API (***DONE) - o Timer API + o Timer API (***DONE) o Add builtin SOCKS and HTTP Proxy support, well the SOCKS at least. SILC currently supports SOCKS4 and SOCKS5 but it needs to be compiled @@ -480,6 +482,9 @@ lib/silcserver o Library must have support for SERVICE command. + o Both UDP and TCP support for incoming connecetions. Maintaining long + term UDP sessions. + o The server must be able to run behind NAT device. This means that Server ID must be based on public IP instead of private IP.