From 20867658eba23b525a0a6ddb9c0e0bbdf7fce99d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 17 Nov 2003 18:22:07 +0000 Subject: [PATCH] updated git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3175 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a17e9752..99c39ed6 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,7 @@ v0.8.7 2003-11-17 Timo Sirainen + Pasting detection. All keys except CR and LF are pasted as-is into prompt in pasting mode. - + /SET paste_detect_time controls how closely each others characters must occur for it to be considered pasting. Pasting mode goes on after /SET paste_detect_keycount characters have been received and @@ -29,6 +29,14 @@ v0.8.7 2003-11-17 Timo Sirainen TAB is completion key) in the first few pasted characters, they get pasted as TABs as long as they weren't immediately followed by 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 server's certificate. See the -ssl_* options for /SERVER and /SERVER ADD. Patch by Joel Eriksson.