1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486)

This commit is contained in:
Sebastien Helleu
2009-11-19 15:37:32 +01:00
parent 018973370d
commit ebeb335560
13 changed files with 106 additions and 73 deletions
+1
View File
@@ -30,6 +30,7 @@ Version 0.3.1 (under dev!)
* irc: add commands /sajoin, /samode, /sanick, /sapart, /saquit (task #9770)
* irc: add options for CTCP, to block/customize CTCP reply (task #9693)
* irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
* irc: fix command /connect (options -ssl, -ipv6 and -port) (bug #27486)
* irc: improve error management on socket error (recv/send)
* irc: improve mask used by command /kickban
* xfer: add missing charset decoding/encoding for IRC DCC chat (bug #27482)