git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3175 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2003-11-17 18:22:07 +00:00 committed by cras
parent 3a0796630a
commit 20867658eb

8
NEWS
View File

@ -29,6 +29,14 @@ v0.8.7 2003-11-17 Timo Sirainen <tss@iki.fi>
TAB is completion key) in the first few pasted characters, they get TAB is completion key) in the first few pasted characters, they get
pasted as TABs as long as they weren't immediately followed by pasted as TABs as long as they weren't immediately followed by
CR/LF. CR/LF.
This detection isn't perfect and especially with laggy connections
it could do things wrong. If you don't like it, you can disable it
with /SET paste_detect_time 0
+ If pasting more lines than /SET paste_verify_line_count, irssi asks
if you actually want to do that. This should be useful to prevent
accidental copy&paste mistakes. Setting it to 0 disables this
entirely.
+ Support for sending SSL certificate to server and optionally verify + Support for sending SSL certificate to server and optionally verify
server's certificate. See the -ssl_* options for /SERVER and server's certificate. See the -ssl_* options for /SERVER and
/SERVER ADD. Patch by Joel Eriksson. /SERVER ADD. Patch by Joel Eriksson.