summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_relay_protocol.ja.adoc
AgeCommit message (Collapse)Author
2022-02-21doc/relay: fix columns sizes in tablesSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
Option relay.network.compression_level is renamed to relay.network.compression and is now a percentage between 0 (no compression) to 100 (best compression, slowest). Compression is now disabled by default in weechat protocol and must be enabled via the `handshake` command (option `compression` has been removed from `init` command).
2021-05-25doc: replace freenode by libera in replay protocolSébastien Helleu
2021-05-11doc: add XDG directories support in docs (issue #1285)Sébastien Helleu
2020-06-30doc: harmonize example of pointers in plugin API reference and relay protocolSébastien Helleu
2020-06-29doc: fix typo (relay protocol)Sébastien Helleu
2020-06-26relay: add missing field "notify_level" in message "_buffer_line_added" ↵Sébastien Helleu
(issue #1529)
2020-06-01doc: add missing p-path pointer in hdata example (relay protocol)Sébastien Helleu
2020-06-01doc: fix example of NULL pointer (relay protocol)Sébastien Helleu
2020-05-30doc: use a single line for some object examples (relay protocol)Sébastien Helleu
2020-05-21doc: add missing "id" in commands input, sync, desync, ping and quit (relay ↵Sébastien Helleu
protocol)
2020-05-16doc: add missing arguments in "info" command (English and Japanese relay ↵Sébastien Helleu
protocol)
2020-05-09core: add an option for multiline input in a buffer (closes #984)Trygve Aaberge
This allows the input callback function for a buffer to receive multiple lines at once, instead of the message being split on newline before being sent to the callback. It adds a new flag, input_multiline, to control this. This flag defaults to 0 which is the current behavior.
2020-05-02doc: add missing key "compression" in handshake responses (relay protocol)Sébastien Helleu
2020-05-02relay: add "compression" in response to handshake command (weechat protocol)Sébastien Helleu
The value can be "zlib" (default in relay) or "off".
2020-05-02doc: add examples of command responses in relay protocolSébastien Helleu
2020-04-29doc: improve indenting in examples (relay protocol)Sébastien Helleu
2020-04-28relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (relay protocol)Sébastien Helleu
2020-04-18doc: fix table sizes on small screensSébastien Helleu
2020-04-18relay: allow only one handshake in weechat protocolSébastien Helleu
2020-04-18relay: immediately close connection if the handshake failed (weechat protocol)Sébastien Helleu
2020-04-17doc: fix examples of handshake command (relay protocol)Sébastien Helleu
2020-04-17relay: rename configuration options and keywords in handshake command ↵Sébastien Helleu
(weechat protocol) Configuration options renamed: * relay.network.auth_password -> relay.network.password_hash_algo * relay.network.hash_iterations -> relay.network.password_hash_iterations Handshake command options renamed: * password -> password_hash_algo Handshake reply keys renamed: * auth_password -> password_hash_algo * hash_iterations -> password_hash_iterations
2020-04-17doc: use real nonce values in handshake/init examples (relay protocol)Sébastien Helleu
2020-04-17doc: add missing "(id)" in commands handshake and init (relay protocol)Sébastien Helleu
2020-04-17doc: replace "safest" by "most secure" (relay protocol)Sébastien Helleu
2020-04-17doc: add example of option "compression" in command "handshake" (relay protocol)Sébastien Helleu
2020-04-17doc: fix examples of password hashes in commands handshake and init (relay ↵Sébastien Helleu
protocol)
2020-04-14doc: revert arrows chars in relay protocolSébastien Helleu
2020-04-14relay: add command "handshake" in weechat relay protocol and nonce to ↵Sébastien Helleu
prevent replay attacks (closes #1474) This introduces a new command called "handshake" in the weechat relay protocol. It should be sent by the client before the "init" command, to negotiate the way to authenticate with a password. 3 new options are added: * relay.network.auth_password * relay.network.hash_iterations * relay.network.nonce_size
2020-04-05doc: fix broken literal blocks in Japanese docs with Firefox (closes #1466)Sébastien Helleu
2020-03-02relay: accept hash of password in init command with option "password_hash"Sébastien Helleu
Allowed algorithms are: * PBKDF2 (SHA256 or SHA512, salt, iterations) * SHA256 * SHA512
2019-02-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-12-09core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second ↵Sébastien Helleu
authentication factor in weechat protocol
2018-11-04doc: fix styles in relay protocolSébastien Helleu
2018-08-30doc: fix hdata example (relay protocol) (closes #1242)Sébastien Helleu
2018-08-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-08-12doc: add length of field "id" in binary message (relay protocol) (closes #1233)Sébastien Helleu
2018-01-08core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-08-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-08-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-08-11doc: fix some styles in relay protocolSébastien Helleu
2017-01-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-07-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-07-29doc: add example of hdata command with hotlist (relay protocol)Sébastien Helleu