summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-01-17 15:56:28 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-01-17 15:56:28 +0100
commit2eb82a08b1fbf83305ae318b9db6bb46adef11b2 (patch)
tree18ee392d21a15243665d718af0b0fbcce09b3f36 /ChangeLog
parent9595fa75b280b947e1432c06888194c047eb3c78 (diff)
downloadweechat-2eb82a08b1fbf83305ae318b9db6bb46adef11b2.zip
Add new IRC output queue for messages with low priority (like automatic CTCP replies), high priority is given to user messages or commands
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 644bf85c8..2320e89f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
FlashCode <flashcode@flashtux.org>
-v0.3.1-dev, 2010-01-11
+v0.3.1-dev, 2010-01-17
Version 0.3.1 (under dev!)
@@ -27,6 +27,8 @@ Version 0.3.1 (under dev!)
* irc: add new commands /allchan and /allserv with excluding option, commands
/ame and /amsg are now aliases, new aliases /aaway and /anick
* irc: add options to customize target buffer for messages (task #7381)
+* irc: add new output queue for messages with low priority (like automatic CTCP
+ replies), high priority is given to user messages or commands
* irc: use self-signed certificate to auto identify on IRC server (CertFP)
(task #7492, debian #453348)
* irc: check SSL certificates (task #7492)