1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

Add function "string_decode_base64" in plugin API

This commit is contained in:
Sebastien Helleu
2010-02-16 16:57:22 +01:00
parent 341551f2f2
commit ce1b23311c
7 changed files with 153 additions and 5 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
FlashCode <flashcode@flashtux.org>
v0.3.2-dev, 2010-02-15
v0.3.2-dev, 2010-02-16
Version 0.3.2 (under dev!)
@@ -20,7 +20,8 @@ Version 0.3.2 (under dev!)
input (bug #28754)
* api: add "version_number" for function info_get to get WeeChat version as
number
* api: add function "string_encode_base64", fix bug with base64 encoding
* api: add functions "string_encode_base64" and "string_decode_base64",, fix
bug with base64 encoding
* api: add missing infos in functions buffer_get_integer / buffer_get_string
and in buffer infolist
* api: add description of arguments for functions hook_info and hook_infolist