TODO/bugs In SILC Server
========================
- o Add support for the <Requested Attributes> in WHOIS. Sending and
- reception, with clients and servers should be added.
-
o Backup router related issues:
o Add special handling in router and server for "connection
TODO/bugs In SILC Libraries
===========================
+ o Add support for SILC_ATTRIBUTE_USER_INFo attribute (VCard).
+
o WIN32 silc_net_create_connection_async does not work the same way
than on Unix. Do it with threads on WIN32. The function works but
is not actually async currently (Fix this to 0.9.x).
switch (attribute) {
- case SILC_ATTRIBUTE_NONE:
- break;
-
case SILC_ATTRIBUTE_USER_INFO:
SILC_NOT_IMPLEMENTED("SILC_ATTRIBUTE_USER_INFO");
break;
break;
default:
- /* Other attributes must be in correct format already */
+ return NULL;
break;
}
}