diff options
author | salo <salo@pkgsrc.org> | 2003-10-16 12:34:50 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-10-16 12:34:50 +0000 |
commit | a279fefdd0596cf55a61f7a01635e1719a3d4a25 (patch) | |
tree | 0d25efed816b876ff64fece107f590bcd229c2fd /chat/silc-client/PLIST | |
parent | 0031ab5125765a76766234a49a632656afc07178 (diff) | |
download | pkgsrc-a279fefdd0596cf55a61f7a01635e1719a3d4a25.tar.gz |
Upated to version 0.9.13,
Changes:
- remove patch-ab, merged into distribution
- cleanups in Makefile
0.9.13:
=======
- Lots of bugs was fixed. Also several security bugs has been fixed.
- Inviting and banning now works with a public key. Fixed also banning
with nickname (example, /ban +nickname).
- Support for channel public key authentication added. The CMODE command
has a new option 'C', which can be used to add and remove channel
public keys on the channel. The channel public keys work the same way
as the channel passphrase. Only the person posessing the corresponding
private key of the public key added on the channel is able to join the
channel. It is possible to add multiple channel public keys to the
public key list.
Give /HELP CMODE to see how to use the command. If the /CMODE +C is
given without arguments you will get list of current channel public
keys. This feature works only with new SILC Server 0.9.14 an newer.
You will also need to be channel founder.
- Automatic lag detector, to detect lag between your client and your
server. The lag (if any) is displayed on the status bar.
- /ME, /ACTION and /NOTICE now fully supports UTF-8 text messages.
- Using '@' and '!' characters in invite and ban strings is prohibited.
Those characters cannot be anymore used as part of invite and ban
strings.
- Better caching of old channel keys (for period of 10 seconds) to avoid
loosing any channel messages.
Diffstat (limited to 'chat/silc-client/PLIST')
-rw-r--r-- | chat/silc-client/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST index 889c9bf119a..a6323c0b1db 100644 --- a/chat/silc-client/PLIST +++ b/chat/silc-client/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.13 2003/04/27 22:28:29 salo Exp $ +@comment $NetBSD: PLIST,v 1.14 2003/10/16 12:34:50 salo Exp $ bin/silc lib/silc/libsilc-1.0.so -lib/silc/libsilc-1.0.so.1 -lib/silc/libsilc-1.0.so.1.0 +lib/silc/libsilc-1.0.so.2 +lib/silc/libsilc-1.0.so.2.0 lib/silc/libsilc.la lib/silc/libsilc.so lib/silc/libsilcclient-1.0.so -lib/silc/libsilcclient-1.0.so.1 -lib/silc/libsilcclient-1.0.so.1.1 +lib/silc/libsilcclient-1.0.so.2 +lib/silc/libsilcclient-1.0.so.2.0 lib/silc/libsilcclient.la lib/silc/libsilcclient.so lib/silc/modules/aes.sim.so |