Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-24 | core: add option weechat.look.highlight_disable_regex and buffer property ↵ | Sébastien Helleu | |
"highlight_disable_regex" (closes #1798) | |||
2022-06-26 | doc/relay: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-23 | doc: change formatting in asciidoctor tables | Sébastien Helleu | |
2022-05-09 | doc/relay: add missing version 3.5 in command "init" | Sébastien Helleu | |
2022-02-21 | doc/relay: fix columns sizes in tables | Sébastien Helleu | |
2021-12-24 | relay: add zstd compression in weechat protocol | Sé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-25 | doc: replace freenode by libera in replay protocol | Sébastien Helleu | |
2021-05-11 | doc: add XDG directories support in docs (issue #1285) | Sébastien Helleu | |
2020-06-30 | doc: harmonize example of pointers in plugin API reference and relay protocol | Sébastien Helleu | |
2020-06-26 | relay: add missing field "notify_level" in message "_buffer_line_added" ↵ | Sébastien Helleu | |
(issue #1529) | |||
2020-06-01 | doc: add missing p-path pointer in hdata example (relay protocol) | Sébastien Helleu | |
2020-06-01 | doc: fix example of NULL pointer (relay protocol) | Sébastien Helleu | |
2020-05-30 | doc: use a single line for some object examples (relay protocol) | Sébastien Helleu | |
2020-05-21 | doc: add missing "id" in commands input, sync, desync, ping and quit (relay ↵ | Sébastien Helleu | |
protocol) | |||
2020-05-09 | core: 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-02 | doc: add missing key "compression" in handshake responses (relay protocol) | Sébastien Helleu | |
2020-05-02 | relay: add "compression" in response to handshake command (weechat protocol) | Sébastien Helleu | |
The value can be "zlib" (default in relay) or "off". | |||
2020-05-02 | doc: add examples of command responses in relay protocol | Sébastien Helleu | |
2020-04-29 | doc: improve indenting in examples (relay protocol) | Sébastien Helleu | |
2020-04-28 | relay: add command "completion" in weechat relay protocol (closes #1484) | Sébastien Helleu | |
2020-04-25 | doc: protect monospace text with plus characters (relay protocol) | Sébastien Helleu | |
2020-04-18 | doc: fix table sizes on small screens | Sébastien Helleu | |
2020-04-18 | relay: allow only one handshake in weechat protocol | Sébastien Helleu | |
2020-04-18 | relay: immediately close connection if the handshake failed (weechat protocol) | Sébastien Helleu | |
2020-04-17 | doc: fix examples of handshake command (relay protocol) | Sébastien Helleu | |
2020-04-17 | relay: 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-17 | doc: use real nonce values in handshake/init examples (relay protocol) | Sébastien Helleu | |
2020-04-17 | doc: add missing "(id)" in commands handshake and init (relay protocol) | Sébastien Helleu | |
2020-04-17 | doc: add example of option "compression" in command "handshake" (relay protocol) | Sébastien Helleu | |
2020-04-17 | doc: fix examples of password hashes in commands handshake and init (relay ↵ | Sébastien Helleu | |
protocol) | |||
2020-04-14 | doc: revert arrows chars in relay protocol | Sébastien Helleu | |
2020-04-14 | relay: 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-03-02 | relay: 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 | |||
2018-11-18 | core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272) | Sébastien Helleu | |
2018-11-04 | relay: add support of Time-based One-Time Password (TOTP) as second ↵ | Sébastien Helleu | |
authentication factor in weechat protocol | |||
2018-11-04 | doc: fix styles in relay protocol | Sébastien Helleu | |
2018-08-30 | doc: fix hdata example (relay protocol) (closes #1242) | Sébastien Helleu | |
2018-08-12 | doc: add length of field "id" in binary message (relay protocol) (closes #1233) | Sébastien Helleu | |
2017-08-11 | doc: fix some styles in relay protocol | Sébastien Helleu | |
2016-12-04 | doc: add non-breaking spaces in French docs before colons and semicolons | Sébastien Helleu | |
2016-11-26 | doc: add missing punctuation in some table cells | Sébastien Helleu | |
2016-07-29 | doc: add example of hdata command with hotlist (relay protocol) | Sébastien Helleu | |
2016-07-29 | relay: return an empty hdata when the requested hdata or pointer is not ↵ | Sébastien Helleu | |
found (closes #767) | |||
2016-06-15 | doc: fix styles in docs | Sébastien Helleu | |
2016-05-16 | doc: add escape of commas in command "init" (relay protocol) (issue #730) | Sébastien Helleu | |
2016-05-15 | core: rename .asciidoc files to .adoc (issue #722) | Sébastien Helleu | |