diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-17 15:56:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-17 15:56:28 +0100 |
commit | 2eb82a08b1fbf83305ae318b9db6bb46adef11b2 (patch) | |
tree | 18ee392d21a15243665d718af0b0fbcce09b3f36 /ChangeLog | |
parent | 9595fa75b280b947e1432c06888194c047eb3c78 (diff) | |
download | weechat-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-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |