From c2649a51c59e03ef90cccd6377c5567052e0261a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 1 Oct 2003 17:34:02 +0000 Subject: [PATCH] updates. --- INSTALL | 6 +++--- TODO-1.0 | 8 ++++++++ apps/irssi/docs/help/in/smsg.in | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index bca665aa..25b5ea04 100644 --- a/INSTALL +++ b/INSTALL @@ -14,8 +14,8 @@ into the /etc/silc/ directory. You may need to add the /usr/local/silc path to your PATH environment variable after the installation. -Some Configuration Options -========================== +Configuration Options +===================== You can give various options to the `configure' shell script. You should give --help command to the `configure' to see all of them. Here is listed @@ -30,7 +30,7 @@ give the --with-gmp[=DIR] option to the `configure'. The DIR is the upper path in your system which contains lib/ and include/ for GMP library. Note that MPI is the prefered arbitrary precision arithmetic library and GMP can be used as a fall-back if you have problems with the MPI library -included within this package (GMP was used as a default library in the past). +included within this package. '--with-iconv[=DIR]' diff --git a/TODO-1.0 b/TODO-1.0 index a18e282b..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 diff --git a/apps/irssi/docs/help/in/smsg.in b/apps/irssi/docs/help/in/smsg.in index 86d3fb19..3a3ac272 100644 --- a/apps/irssi/docs/help/in/smsg.in +++ b/apps/irssi/docs/help/in/smsg.in @@ -15,7 +15,7 @@ The default theme of Irssi SILC Client shows the digital signed messages with [S] at start of the nickname who sent the message, when the message was successfully verified, [?] if the message could not be verified since the public key of the sender isn't cached locally, -or [F] if the signature verificationn failed. If you do not have +or [F] if the signature verification failed. If you do not have the sender's public key you can fetch it with GETKEY command. If you don't want to verify the signatures from received messages -- 2.24.0