Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | core: add unique "id" in nicklist group and nick (issue #2081) | Sébastien Helleu | |
The id is a "long long" variable with the current time (microseconds precision). It is guaranteed to be unique for all groups and nicks inside the buffer, and the same number is never used again in the same buffer, during the lifetime of the process. It persists and is unchanged after `/upgrade`. | |||
2024-04-07 | relay: add synchronization with remote and handler for events received ↵ | Sébastien Helleu | |
(issue #2066) | |||
2024-04-07 | api: add function "asprintf" | Sébastien Helleu | |
2024-04-07 | doc/api: fix typo: "formattée" -> "formatée" | Sébastien Helleu | |
2024-04-07 | buffer: 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-04-07 | tests: add tests on relay remote functions (issue #2066) | Sébastien Helleu | |
2024-04-07 | relay: add connection to remote (issue #2066) | Sébastien Helleu | |
Connection to remote: - handshake: offer support for all supported hash algorithms - network connect with a socket - upgrade to websocket and authenticate with remote (password/TOTP) - check websocket response - get list of buffers (not used yet) Note: connection to remote with TLS or a proxy is not yet supported. | |||
2024-04-07 | relay: add command `/remote`, add remote configuration in relay.conf (issue ↵ | Sébastien Helleu | |
#2066) | |||
2024-04-01 | core: fix print of pointer values | Sébastien Helleu | |
2024-03-21 | doc/user: fix typo in trigger regex replace `${re:+}` | Sébastien Helleu | |
2024-03-21 | doc/user: add missing `${re:#}` and `${re:repl_index}` in trigger regex replace | Sébastien Helleu | |
2024-03-21 | doc/api: fix style in example `${re:+}` | Sébastien Helleu | |
2024-03-17 | tests/gui: add tests on hotlist functions | Sébastien Helleu | |
2024-03-12 | core: remove "wee-" prefix from source files in src/core and src/core/hook | Sébastien Helleu | |
2024-03-12 | api: allow search by buffer id in function buffer_search (issue #2081) | Sébastien Helleu | |
2024-03-12 | core: add unique "id" in buffer (issue #2081) | Sébastien Helleu | |
The id is a "long long" variable with the current time (microseconds precision). It is guaranteed to be unique for all buffers, and the same number is never used again, during the lifetime of the process. It persists and is unchanged after `/upgrade`. | |||
2024-03-12 | api: add function "hdata_longlong" (issue #2081) | Sébastien Helleu | |
2024-03-12 | core: update German translations | Nils Görs | |
2024-03-11 | doc/user: clarify what is `${nick}` in trigger IRC signal data | Sébastien Helleu | |
2024-03-10 | api: add modifier "color_decode" to decode WeeChat colors with a replacement ↵ | Sébastien Helleu | |
string | |||
2024-03-10 | core: use whole replacement string instead of first char in function ↵ | Sébastien Helleu | |
gui_color_decode | |||
2024-03-07 | doc: update German documentation | Nils Görs | |
2024-03-07 | doc/plugin: add missing translation comments | Sébastien Helleu | |
2024-03-06 | core: add support of SGR mouse events, remove option ↵ | Sébastien Helleu | |
weechat.look.mouse_timer_delay (closes #2082) | |||
2024-03-05 | doc/scripting: auto-generate list of scripting functions and constants from ↵ | Sébastien Helleu | |
Python API | |||
2024-03-05 | doc: move script doc/python_stub.py to tools/generate_python_stub.py | Sébastien Helleu | |
2024-03-05 | api: add functions config_{boolean|integer|string|color|enum}_inherited in ↵ | Sébastien Helleu | |
scripting API | |||
2024-03-05 | api: add functions config_option_get_string and config_option_get_pointer in ↵ | Sébastien Helleu | |
scripting API | |||
2024-02-25 | doc/api: fix string format in calls to weechat.prnt (examples in Python) | Sébastien Helleu | |
2024-02-24 | doc/user: fix order of mouse event modifiers | Sébastien Helleu | |
Key "alt" is always before "ctrl". | |||
2024-02-23 | doc: Update Serbian translation | Ivan Pešić | |
2024-02-23 | docs: fix some typos in documentation and comments | Trygve Aaberge | |
2024-02-21 | script: fix default mouse keys (closes #2076) | Sébastien Helleu | |
Some parameters of command `/script` were renamed in commit 85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not changed and still using the old parameters names. | |||
2024-02-18 | tests: add tests on "api" relay (general functions and messages) | Sébastien Helleu | |
2024-02-12 | core: update German translations | Nils Görs | |
2024-02-01 | core: add support of base64url in encode/decode functions (issue #2066) | Sébastien Helleu | |
2024-02-01 | relay: add support of websocket extension "permessage-deflate" (closes #1549) | Sébastien Helleu | |
This extension is used to compress and decompress websocket frames (using the DEFLATE algorithm, with zlib). | |||
2024-02-01 | relay: add "api" protocol (HTTP REST API) (issue #2066) | Sébastien Helleu | |
2024-01-27 | core: use function util_strftimeval in evaluation of expression `date:xxx` | Sébastien Helleu | |
2024-01-27 | api: add support of specifier `%!` for timestamp in function util_strftimeval | Sébastien Helleu | |
2024-01-22 | doc/dev: update rules for indentation in C sources | Sébastien Helleu | |
2024-01-15 | doc: Update Serbian translation | Ivan Pešić | |
2024-01-14 | doc/dev: remove conflict marker in Serbian doc | Sébastien Helleu | |
2024-01-12 | irc: add tests on info functions (issue #2059) | Sébastien Helleu | |
2024-01-06 | doc/api: add missing properties in functions buffer_get_integer and ↵ | Sébastien Helleu | |
buffer_get_string | |||
2024-01-06 | core: add variable "opening" in buffer, do not send buffer signals when the ↵ | Sébastien Helleu | |
buffer is opening | |||
2024-01-06 | doc: update copyright dates | Krzysztof Korościk | |
2024-01-05 | api: add function util_parse_time (issue #649) | Sébastien Helleu | |
2024-01-04 | doc: update German documentation | Nils Görs | |
2024-01-01 | core: update copyright dates | Sébastien Helleu | |