summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-10-08 18:31:17 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-10-08 18:31:17 +0200
commit6e89c47bf1237c9b94125663b1373212105659d1 (patch)
tree3a04f8fd310de6eba5d9a471ccea8c014b7c115f /ChangeLog
parent321210ff6e597bab9790b158cd860f60f5fdcfc6 (diff)
downloadweechat-6e89c47bf1237c9b94125663b1373212105659d1.zip
Switch to next server address when IRC error is received after TCP connection but before message 001 (bug #30884)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e9447e0..84e13fdc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,8 @@ Version 0.3.4 (under dev!)
* irc: add new info_hashtable "irc_parse_message"
* irc: fix crash/bug when option "addresses" for a server is unset or changed
when WeeChat is connected to this server (bug #31268)
+* irc: switch to next server address when IRC error is received after TCP
+ connection but before message 001 (bug #30884)
* irc: fix bug with hostmasks in command /ignore (bug #30716)
* rmodifier: new plugin "rmodifier": alter modifier strings with regular
expressions (bug #26964)