diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-31 19:29:26 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-31 19:29:26 +0100 |
commit | b493bc5c25a0ccf7df45da6d45a710d8b58df7ff (patch) | |
tree | d455d6edecfd97a50dc0a9ea52f8a071c2123af3 /ChangeLog | |
parent | 5663e69bc578a7eeebf7ecc6d7da9abfc2ffeb2a (diff) | |
download | weechat-b493bc5c25a0ccf7df45da6d45a710d8b58df7ff.zip |
Add IRC options to customize target buffer for messages (task #7381)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= FlashCode <flashcode@flashtux.org> -v0.3.1-dev, 2009-12-16 +v0.3.1-dev, 2009-12-31 Version 0.3.1 (under dev!) @@ -24,6 +24,7 @@ Version 0.3.1 (under dev!) * alias: fix bug with buffer for execution of alias, when called from plugin API with function "command" (bug #27697) * alias: fix bug with arguments (bug #27440) +* irc: add options to customize target buffer for messages (task #7381) * irc: use self-signed certificate to auto identify on IRC server (CertFP) (task #7492, debian #453348) * irc: check SSL certificates (task #7492) |