summaryrefslogtreecommitdiff
path: root/doc/sr/weechat_relay_protocol.sr.adoc
AgeCommit message (Collapse)Author
2024-04-07buffer: add property `input_get_any_user_data` in buffer (issue #2066)Sébastien Helleu
This allows buffers to get any user input, including commands, that are sent to the buffer callback instead of being executed on the buffer.
2024-01-15doc: Update Serbian translationIvan Pešić
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
Changes: - move key ctrl+r to ctrl+s - add key ctrl+r to search in commands history - add option `search_history` in command `/input` - add key context "histsearch" - add option weechat.look.buffer_search_history - add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history"
2023-09-06doc: Update Serbian documentationIvan Pešić
2023-08-22doc: Update Serbian documentationIvan Pešić
2023-06-05doc/relay: add option "escape_commands" in handshake response and examplesSébastien Helleu
2023-06-03relay: add handshake option "escape_commands" in weechat protocolSébastien Helleu
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu
2023-05-20doc: move toc and section asciidoctor attributes from docs to CMakeLists.txtSébastien Helleu
2023-04-12irc: rename "ssl" options to "tls" (issue #1903)Sébastien Helleu
2022-07-24core: add option weechat.look.highlight_disable_regex and buffer property ↵Sébastien Helleu
"highlight_disable_regex" (closes #1798)
2022-06-26doc/relay: add arrow and open external links in new tabSébastien Helleu
2022-06-23doc: change formatting in asciidoctor tablesSébastien Helleu
2022-05-09doc/relay: add missing version 3.5 in command "init"Sébastien Helleu
2022-03-07doc: fix syntax highlighting in Serbian docsSébastien Helleu
2022-02-22doc: Update Serbian documentationIvan Pešić
2022-02-21doc/relay: fix columns sizes in tablesSébastien Helleu
2022-01-21doc: Update Serbian translationIvan Pešić
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-06-27doc: update Serbian translationsIvan Pešić
2021-06-13doc: add Serbian translationseevan78