Bug#347944: irssi: shows channel key in status bar by default

2006-01-13 Thread James Troup
Package: irssi
Version: 0.8.10-1
Severity: important

irssi shows the channel key for key-ed channels in the status bar by
default.  This is less than useful when you're in a conference type
setting (or really anywhere where people can shoulder surf).

-- 
James


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#347944: irssi: shows channel key in status bar by default

2006-01-13 Thread David Pashley
On Jan 13, 2006 at 17:49, James Troup praised the llamas by saying:
> Package: irssi
> Version: 0.8.10-1
> Severity: important
> 
> irssi shows the channel key for key-ed channels in the status bar by
> default.  This is less than useful when you're in a conference type
> setting (or really anywhere where people can shoulder surf).
> 

/toggle chanmode_expando_strip

This hides all parameters on the mode string. It would be hard to just
strip the channel key as there are no guarentee that the server will use
+k. Upstream may add a chanmode_expando_strip_modes parameter in a
future release.

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#347944: irssi: shows channel key in status bar by default

2006-01-13 Thread James Troup
David Pashley <[EMAIL PROTECTED]> writes:

> On Jan 13, 2006 at 17:49, James Troup praised the llamas by saying:
>> Package: irssi
>> Version: 0.8.10-1
>> Severity: important
>> 
>> irssi shows the channel key for key-ed channels in the status bar by
>> default.  This is less than useful when you're in a conference type
>> setting (or really anywhere where people can shoulder surf).
>> 
>
> /toggle chanmode_expando_strip
>
> This hides all parameters on the mode string. It would be hard to just
> strip the channel key as there are no guarentee that the server will use
> +k. Upstream may add a chanmode_expando_strip_modes parameter in a
> future release.

I think either chanmode_expando_strip or a stripping of just the
channel key (assuming +k is the channel key would be better than
nothing) should be on by default.  irssi is the only major linux
client I've seen that leaks channel keys like this.

-- 
James


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]