summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-08-22 09:47:01 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-08-22 09:47:01 +0200
commitd05ebd18c1156c30635751cafc41750ea4374b64 (patch)
tree11f2899cfb851a4994fe0a092252c497fca9147c /ChangeLog.asciidoc
parent0443ef49e783d0cdb3092c2a11ed0b2fc18b826c (diff)
downloadweechat-d05ebd18c1156c30635751cafc41750ea4374b64.zip
irc: add hex dump of messages in raw buffer
The dump of messages is displyed when the debug is enabled for irc plugin (level 2 or more), for example: /debug set irc 2
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index ce0a25ecf..1856ff10f 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -21,6 +21,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* api: add function string_hex_dump()
* api: add argument "length" in function utf8_is_valid()
+* irc: add hex dump of messages in raw buffer when debug is enabled for irc
+ plugin (level 2 or more)
=== Bugs fixed