mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Add -ssl_pass to /connect and /server
Fixes: Bug #305 git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5231 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
952698dc3a
commit
68f8229373
11 changed files with 48 additions and 8 deletions
3
NEWS
3
NEWS
|
|
@ -13,6 +13,7 @@ v0.8.16-rc1 2013-06-26 The Irssi team <staff@irssi.org>
|
|||
configuration file.
|
||||
+ Disabled support for the insecure SSLv2 protocol.
|
||||
+ Various documentation enhancements.
|
||||
+ Add -ssl_pass to /connect and /server (see bug #305).
|
||||
- Fix crashing bug that can happen if the terminal height decreases before
|
||||
the first window is created.
|
||||
- Fixed minor compiler warnings.
|
||||
|
|
@ -21,7 +22,7 @@ v0.8.16-rc1 2013-06-26 The Irssi team <staff@irssi.org>
|
|||
- Fixed signal handling for /exec'd commands. Irssi now sends the signal to
|
||||
the process group id instead of the process id.
|
||||
- Fixed segfault generated by SSL disconnections (see bug #752).
|
||||
- Fix compilation when built with -Werror=format-security. Patch by
|
||||
- Fix compilation when build with -Werror=format-security. Patch by
|
||||
Jaroslav Skarvada.
|
||||
|
||||
v0.8.15 2010-04-03 The Irssi team <staff@irssi.org>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue