updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 1 Oct 2003 17:34:02 +0000 (17:34 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 1 Oct 2003 17:34:02 +0000 (17:34 +0000)
INSTALL
TODO-1.0
apps/irssi/docs/help/in/smsg.in

diff --git a/INSTALL b/INSTALL
index bca665aa58c77dc22198c5c71ae7ba7b89d038a3..25b5ea0464df3caf400658aba5d3891200bef981 100644 (file)
--- 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]'
 
index a18e282b643cd1544a699683079ca5e1c2ef2a30..73e5a27bc4c2bbffb83c63e54fe1872255e611ff 100644 (file)
--- 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
index 86d3fb19e92a7b609d36cbf44072ee7e6cd3fc95..3a3ac2721c61072de16102afe812916c7b830f93 100644 (file)
@@ -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