summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-10-09 16:53:06 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-10-09 16:53:06 +0200
commitb114d886872f1ec7fb9cf106896b9622c0e88d1c (patch)
treef5061cdedb2d64ab956dc2ee73185773e6950b77 /ChangeLog
parent6e89c47bf1237c9b94125663b1373212105659d1 (diff)
downloadweechat-b114d886872f1ec7fb9cf106896b9622c0e88d1c.zip
Move some IRC options from network section to server section (task #10664, task #10668)
Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 84e13fdc2..56ab23333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.4-dev, 2010-10-07
+v0.3.4-dev, 2010-10-09
Version 0.3.4 (under dev!)
@@ -19,6 +19,9 @@ Version 0.3.4 (under dev!)
* api: add priority for hooks (task #10550)
* api: add new functions: hashtable_get_string, hook_info_hashtable,
info_get_hashtable
+* irc: move options from network section to server section: connection_timeout,
+ anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks,
+ default_msg_part, default_msg_quit (task #10664, task #10668)
* irc: rename options irc.look.open_channel_near_server and
irc.look.open_pv_near_server to irc.look.new_channel_position and
irc.look.new_pv_position with new values (none, next or near_server)