Sébastien Helleu
432ecaa9f4
relay: add message "_buffer_cleared"
2014-05-08 14:36:23 +02:00
Sébastien Helleu
33450ddb8b
Version 1.0-dev
...
Yeah \o/
2014-04-30 19:43:56 +02:00
Sébastien Helleu
8199c966ce
doc: add "version >= 0.4.4" for messages _buffer_{hidden|unhidden} (relay protocol)
2014-04-05 16:58:19 +02:00
Sébastien Helleu
836ed0bbfe
relay: add messages "_buffer_hidden" and "_buffer_unhidden"
2014-04-05 16:53:48 +02:00
Sebastien Helleu
bc7ed9f3a2
doc: fix typos in French relay protocol
2014-02-04 10:58:23 +01:00
Sebastien Helleu
944972bc95
doc: add French version of relay protocol
2014-02-03 15:41:33 +01:00
Sebastien Helleu
74d236dfeb
doc: add French developer's guide
2014-02-02 09:49:59 +01:00
Sebastien Helleu
bf16399096
doc: move asciidoc attributes from command line into files
2014-01-23 18:38:53 +01:00
Sebastien Helleu
e3c6384972
doc: use one line titles and less chars for delimited blocks/tables in asciidoc files
2013-11-04 21:41:34 +01:00
Sebastien Helleu
d4fd0293ad
doc: fix layout of relay protocol (HTML version) when it is printed
2013-10-24 16:10:36 +02:00
Sebastien Helleu
2a50f23e3d
doc: fix typo in relay protocol
2013-10-09 17:31:55 +02:00
Sebastien Helleu
410caef273
doc: remove "required" for password option in command "init" (relay protocol)
2013-08-31 07:46:48 +02:00
Sebastien Helleu
5916594441
doc: capitalize first word of text in table cells
2013-08-17 16:38:28 +02:00
Sebastien Helleu
db05104f64
doc: fix emphasized text in plugin API reference and relay protocol
2013-08-14 17:26:37 +02:00
Sebastien Helleu
dd41e5776f
relay: add command "ping" in weechat protocol (task #12689 )
2013-06-09 20:43:24 +02:00
Sebastien Helleu
a9ff529d83
relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (thanks to Dominik Honnef)
2013-03-17 16:14:20 +01:00
Sebastien Helleu
81cc688166
doc: add range for integer/long integer objects, add examples with negative numbers (relay protocol)
2013-03-13 12:25:57 +01:00
Sebastien Helleu
7672139d6b
relay: add negative numbers (integer: -123456 and long: -1234567890L) in command "test" (weechat protocol)
2013-03-13 11:50:32 +01:00
Sebastien Helleu
aa2f5d8acc
doc: fix length of NULL pointer (relay protocol)
2013-03-13 11:12:31 +01:00
Sebastien Helleu
37e609252c
doc: remove "name" in hdata object (relay protocol)
2013-03-13 10:55:28 +01:00
Sebastien Helleu
0b0238a188
doc: fix typo in relay protocol
2013-03-09 09:22:03 +01:00
Sebastien Helleu
ad842577c5
doc: add example of messages and message "_nicklist_diff" in relay protocol
2013-03-09 09:06:22 +01:00
Sebastien Helleu
e4149b073d
relay: add options "buffers" and "upgrade" for commands sync/desync in weechat protocol
2013-02-07 22:08:31 +01:00
Sebastien Helleu
07c8063993
doc: add description of command "test" in relay protocol
2013-02-01 09:59:38 +01:00
Sebastien Helleu
c34ae99b9a
doc: fix typos
2013-01-07 10:31:32 +01:00
Sebastien Helleu
51c1168ff3
relay: add "tags_array" in data sent for message id "_buffer_line_added" (WeeChat protocol)
2012-07-23 12:02:43 +02:00
Sebastien Helleu
bd7332455d
relay: add object type "arr" (array) in WeeChat protocol
2012-07-20 18:18:37 +02:00
Sebastien Helleu
7caa481b24
doc: remove warning about relay protocol in development
2012-07-17 14:04:28 +02:00
Sebastien Helleu
abb31e1d15
doc: add note about version for signals "upgrade" and "upgrade_ended" in relay protocol
2012-05-17 11:51:55 +02:00
Sebastien Helleu
a62b243af5
relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol
2012-05-17 11:24:59 +02:00
Sebastien Helleu
d495c41919
relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)
2012-03-06 12:05:33 +01:00
Sebastien Helleu
583f4d5151
relay: add signal "buffer_type_changed" in weechat protocol
2011-12-25 12:21:46 +01:00
Sebastien Helleu
d4c72d5c83
relay: add signal "buffer_unmerged" in weechat protocol
2011-12-25 11:44:45 +01:00
Sebastien Helleu
443b8fc033
relay: add type "hashtable" in relay protocol and hdata, add signals "buffer_localvar_xxx" in protocol
2011-12-20 10:51:01 +01:00
Sebastien Helleu
1f76df2c20
doc: fix type of hdata sent with id "_buffer_line_added" in relay protocol
2011-12-17 17:53:07 +01:00
Sebastien Helleu
16ae7e2663
relay: add commands "sync" and "desync" in WeeChat protocol
2011-12-17 17:39:19 +01:00
Sebastien Helleu
013f8cc757
relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
...
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)
2011-12-06 23:06:23 +01:00