Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-06 | irc: remove default CTCP replies FINGER and USERINFO from user's guide ↵ | Sébastien Helleu | |
(issue #1974) | |||
2023-09-06 | doc: Update Serbian documentation | Ivan Pešić | |
2023-09-01 | core: update German translations | Nils Görs | |
2023-08-30 | doc/user: add section "buffer" in chapter on WeeChat options (issue #352) | Sébastien Helleu | |
2023-08-29 | api: add support of path to variable and hashtable comparison in function ↵ | Sébastien Helleu | |
hdata_compare (closes #1066) | |||
2023-08-28 | core: move sys filename and functions | Sébastien Helleu | |
2023-08-28 | core: add key ctrl+z to suspend WeeChat process (closes #985) | Sébastien Helleu | |
2023-08-28 | core: add command `/sys` to show resource limits and usage | Sébastien Helleu | |
2023-08-24 | Add compatibility with Python < 3.10 in weechat.pyi | Trygve Aaberge | |
The | syntax for unions is only supported in Python 3.10 and later. Since Python 3.8 and 3.9 are still supported upstream for a while and we had a user reporting on IRC that they couldn't use the stub file since they are using 3.8, change to the old syntax for unions to support this. There aren't really any drawbacks of this. It's just a bit more verbose, and a typing import is necessary, but neither of those really matters in a generated stub file. | |||
2023-08-24 | doc: update German documentation | Nils Görs | |
2023-08-24 | core: add option `setauto` in command `/buffer` (issue #352) | Sébastien Helleu | |
2023-08-22 | doc/faq: split CTCP options into two blocks | Sébastien Helleu | |
Second block is for CTCP replies made by older versions (< 4.1.0). | |||
2023-08-22 | doc/faq: add disabling of buflist in question about CPU usage | Sébastien Helleu | |
2023-08-22 | build: update build dependency from libncursesw5-dev to libncurses-dev | Sébastien Helleu | |
2023-08-22 | doc: Update Serbian documentation | Ivan Pešić | |
2023-08-17 | core: update German translations | Nils Görs | |
2023-08-16 | doc/user: add chapter on cursor mode (issue #1282) | Sébastien Helleu | |
2023-08-16 | core: add parameters and key bindings to move to edges of current area with ↵ | Sébastien Helleu | |
commands `/cursor go` and `/cursor move` (closes #1282) | |||
2023-08-15 | doc/user: remove old note in French doc | Sébastien Helleu | |
2023-08-15 | doc/user: improve look of clicked buttons in mouse bindings | Sébastien Helleu | |
2023-08-14 | doc/user: add mouse, keys and input for /list buffer | Sébastien Helleu | |
2023-08-14 | doc/user: fix command bound to left mouse button in fset buffer | Sébastien Helleu | |
2023-08-12 | irc: add buffer for /list reply (closes #1972) | Sébastien Helleu | |
New options: - irc.color.list_buffer_line_selected - irc.color.list_buffer_line_selected_bg - irc.look.list_buffer_sort - irc.look.list_buffer_scroll_horizontal - irc.look.new_list_position - irc.look.list_buffer_topic_strip_colors | |||
2023-07-31 | core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985) | Sébastien Helleu | |
2023-07-31 | doc: stop build of docs if a locale is missing, add CMake option ↵ | Sébastien Helleu | |
"ENABLE_DOC_WARN_LOCALE" (closes #1985) | |||
2023-07-23 | core: update German translations | Nils Görs | |
2023-07-14 | doc/api: fix return value in case of error in function hdata_get_var_offset | Sébastien Helleu | |
2023-07-12 | irc: evaluate options irc.ctcp.* (issue #1974) | Sébastien Helleu | |
2023-07-08 | irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply ↵ | Sébastien Helleu | |
(issue #1974) | |||
2023-07-08 | core: add option type "enum" (closes #1973) | Sébastien Helleu | |
The type "enum" replaces type "integer" when used with string values. For compatibility, any option created with type "integer" and string values is automatically created to "enum" on creation, with no error. | |||
2023-07-01 | core: update German translations | Nils Görs | |
2023-06-27 | doc/faq: mention script go.py for an easy jump to buffers | Sébastien Helleu | |
2023-06-26 | core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ↵ | Sébastien Helleu | |
focus data (closes #1955) These variables are the same as "_chat_bol" and "_chat_eol" except that they stop at the beginning of the focused line (not the whole message displayed, in case message has multiple lines separated by "\n"). | |||
2023-06-24 | doc: updated polish translation | Krzysztof Korościk | |
2023-06-23 | doc/user: fix typo in French translation | Sébastien Helleu | |
2023-06-23 | core: update German translations | Nils Görs | |
2023-06-15 | doc/user: fix URL to plugin API reference | Sébastien Helleu | |
2023-06-12 | doc/user: update dependencies versions to Debian Bookworm | Sébastien Helleu | |
2023-06-12 | doc/user: fix description of key ctrl+q in search context | Sébastien Helleu | |
2023-06-06 | doc: increase sectnumlevels to 2 (user/scripting/quickstart/relay/dev) | Sébastien Helleu | |
2023-06-05 | doc: fix URLs to WeeChat docs | Sébastien Helleu | |
2023-06-05 | doc/relay: add option "escape_commands" in handshake response and examples | Sébastien Helleu | |
2023-06-05 | tests: add tests on logger tail functions (issue #1926) | Sébastien Helleu | |
2023-06-04 | doc: update German documentation | Nils Görs | |
2023-06-03 | doc/user: add new FIFO syntax (issue #1950) | Sébastien Helleu | |
2023-06-03 | relay: add handshake option "escape_commands" in weechat protocol | Sébastien Helleu | |
2023-06-03 | doc: fix formatting issues with links that target a blank window | Sébastien Helleu | |
2023-06-02 | tests: add tests on relay "irc" protocol | Sébastien Helleu | |
2023-06-02 | relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and ↵ | Sébastien Helleu | |
"relay_client_irc_out" | |||
2023-05-30 | doc: update Serbian documentation | Ivan Pešić | |