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

Fixed away after server disconnection (now away is set again when reconnecting) (bug #16359)

This commit is contained in:
Sebastien Helleu
2006-08-05 18:44:55 +00:00
parent 22b80dec65
commit b2183ee3ed
14 changed files with 78 additions and 8 deletions
+2
View File
@@ -4,6 +4,8 @@ WeeChat - Wee Enhanced Environment for Chat
ChangeLog - 2006-08-05
Version 0.2.0 (under dev!):
* fixed away after server disconnection (now away is set again when
reconnecting) (bug #16359)
* fixed DCC file connection problem (connection from receiver to sender)
* improved DCC speed (up to x5 on LAN) by forking for DCC files and a
new option "dcc_fast_send" (does not wait for ACK) (task #5758)