summaryrefslogtreecommitdiff
path: root/irc/weechat/pkg-message
blob: de44bbd4a16edf807c046576749920300e50ad87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{ type: upgrade
  message: <<EOM
Version 4.4 has breaking changes. Please check your configuration for
* relay/api: flatten JSON event object sent to clients, always set "body_type" and "body" (null if there is no body) in websocket frame, add body types buffers and lines (array), add field "request_id" in websocket frame (request and response)
* core, plugins: force "short_name" in buffers to non-empty value (name by default), remove buffer property "short_name_is_set"
* alias: display an error with /alias add or /alias addcompletion when the alias already exists, add options addreplace and addreplacecompletion in command /alias (#2095)
* irc: rename parameter -re to -raw in command /list (#2124)
* api: add constants for IPv6 and allow force of IPv6 in function hook_connect (#2164)
* irc: convert server option ipv6 from boolean to enum (disable, auto, force) (#2164)
* core: convert proxy option ipv6 from boolean to enum (disable, auto, force), set option to auto by default when creating a new proxy (#2164)
EOM
}
]