Updated to version 0.9.14.
Changes: - Fixed a crashbug that occurred frequently when joining and leaving channels. - Fixed a crashbug in secure file transfer. - Several other bugfixes were made. - Introduction of multimedia message sending and reception. A perl script silc-mime will introduce a new command MMSG, which can be used to send MIME messages. This enables users to send for example images and other messages. The SILC Client will automatically launch the application that is able to view the message. To start the script give command /script load silc-mime. It will try to find a mailcap file which defines the MIME types and applications that can show the MIME messages. If you want to receive MIME messages you will also need to load the script. To send a messages use /MMSG command. Give for example /MMSG -channel foobar /path/to/file.gif to send a GIF image to channel foobar. A shortcoming in the MMSG command makes it impossible to send private messages without first opening a window for the query. This will be fixed later.
This commit is contained in:
parent
d8f7a39828
commit
fbaed1db37
3 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile.common,v 1.2 2003/10/16 12:34:50 salo Exp $
|
||||
# $NetBSD: Makefile.common,v 1.3 2003/10/27 13:23:31 salo Exp $
|
||||
#
|
||||
|
||||
# Distribution specific information.
|
||||
#
|
||||
SILC_CLIENT_VERSION= 0.9.13
|
||||
SILC_CLIENT_VERSION= 0.9.14
|
||||
SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION}
|
||||
SILC_CLIENT_EXTRACT_SUFX= .tar.bz2
|
||||
SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.14 2003/10/16 12:34:50 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2003/10/27 13:23:31 salo Exp $
|
||||
bin/silc
|
||||
lib/silc/libsilc-1.0.so
|
||||
lib/silc/libsilc-1.0.so.2
|
||||
|
@ -129,6 +129,7 @@ share/silc/scripts/dns.pl
|
|||
share/silc/scripts/hello.pl
|
||||
share/silc/scripts/mail-maildir.pl
|
||||
share/silc/scripts/mail.pl
|
||||
share/silc/scripts/silc-mime.pl
|
||||
share/silc/themes/default.theme
|
||||
@dirrm share/silc/themes
|
||||
@dirrm share/silc/scripts
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.20 2003/10/16 12:34:50 salo Exp $
|
||||
$NetBSD: distinfo,v 1.21 2003/10/27 13:23:31 salo Exp $
|
||||
|
||||
SHA1 (silc-client-0.9.13.tar.bz2) = 41db34e585cee51aeb03fd5f19442b03b0838ef2
|
||||
Size (silc-client-0.9.13.tar.bz2) = 1537966 bytes
|
||||
SHA1 (silc-client-0.9.14.tar.bz2) = 7c7aa38d783635ee9cc08fcc6fc2e1fe4190c64e
|
||||
Size (silc-client-0.9.14.tar.bz2) = 1544096 bytes
|
||||
SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049
|
||||
|
|
Loading…
Reference in a new issue