X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=TODO-1.0;h=73e5a27bc4c2bbffb83c63e54fe1872255e611ff;hp=b3f341265de848319fbd4489974af063d0d30766;hb=413da0f8686910f5e627393157566ae729ca99c4;hpb=050bd9d9e5d843220f3f393a18ab5011622237b9 diff --git a/TODO-1.0 b/TODO-1.0 index b3f34126..73e5a27b 100644 --- a/TODO-1.0 +++ b/TODO-1.0 @@ -124,6 +124,14 @@ least could be done. SIGNOFF of notify at all (using SIGNOFF takes the idea about SERVER_SIGNOFF away entirely). + o Another SERVER_SIGNOFF opt/bugfix: Currently the signoff is + sent to a client if it is on same channel as the client that + signoffed. However, the entire SERVER_SIGNOFF list is sent to + the client, ie. it may receive clients that was not on the + same channel. This is actually against the specs. It must be + done per channel. It shouldn't receive the whole list just + because one client happened to be on same channel. + o See also ~/silcserver o Add SilcAsyncOperation to utility library. Any function that takes @@ -172,3 +180,4 @@ least could be done. o Check whether we can fully comply with RFC 2779. + o The CMODE cipher & hmac change problem (#101).