Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-06 | relay: add "date_printed" and "highlight" in signal "_buffer_line_added" ↵ | Sebastien Helleu | |
(WeeChat protocol) | |||
2011-12-25 | relay: add signal "buffer_type_changed" in weechat protocol | Sebastien Helleu | |
2011-12-25 | relay: add signal "buffer_unmerged" in weechat protocol | Sebastien Helleu | |
2011-12-20 | relay: add type "hashtable" in relay protocol and hdata, add signals ↵ | Sebastien Helleu | |
"buffer_localvar_xxx" in protocol | |||
2011-12-17 | doc: fix type of hdata sent with id "_buffer_line_added" in relay protocol | Sebastien Helleu | |
2011-12-17 | relay: add commands "sync" and "desync" in WeeChat protocol | Sebastien Helleu | |
2011-12-06 | relay: add WeeChat protocol (for remote GUI), doc about protocol, new options | Sebastien Helleu | |
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib) |