summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-05-26core: rename and convert AUTHORS.adoc to AUTHORS.mdSébastien Helleu
2024-05-26core: rename and convert README.adoc to README.mdSébastien Helleu
2024-05-26core: rename and convert Contributing.adoc to CONTRIBUTING.mdSébastien Helleu
2024-05-26core: rename and convert ReleaseNotes.adoc to UPGRADING.mdSébastien Helleu
2024-05-26core: rename and convert ChangeLog.adoc to CHANGELOG.mdSébastien Helleu
2024-05-25doc: updated polish translationKrzysztof Korościk
2024-05-24doc: update German documentationNils Görs
2024-05-19doc/user: add relay "api" (issue #2066)Sébastien Helleu
2024-05-13irc: allow range in commands `/unban` and `/unquiet` (closes #2113)Sébastien Helleu
2024-05-12core: add buffer property "modes"Sébastien Helleu
2024-05-12doc/api: translate buffer property "input_prompt" to FrenchSébastien Helleu
2024-05-12doc/api: add version 4.3.0 for signal "input_prompt_changed"Sébastien Helleu
2024-05-10core: add buffer property "input_prompt"Sébastien Helleu
2024-05-07doc: update Serbian translationIvan Pešić
2024-05-02doc: updated polish translationKrzysztof Korościk
2024-04-29api: allow to set nicklist group/nick id in functions nicklist_group_set and ↵Sébastien Helleu
nicklist_nick_set (issue #2081)
2024-04-29api: allow search by group and nick id in functions nicklist_search_group ↵Sébastien Helleu
and nicklist_search_nick (issue #2081)
2024-04-26tests: split hook tests into multiple files (issue #865)Sébastien Helleu
2024-04-26tests: move hook modifier tests to a separate file (issue #865)Sébastien Helleu
2024-04-23doc/api: add changes on functions command and command_options introduced in ↵Sébastien Helleu
version 4.0.0
2024-04-12core: add support for $XDG_STATE_HOME90
2024-04-07core: 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-07relay: add synchronization with remote and handler for events received ↵Sébastien Helleu
(issue #2066)
2024-04-07api: add function "asprintf"Sébastien Helleu
2024-04-07doc/api: fix typo: "formattée" -> "formatée"Sébastien Helleu
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-04-07tests: add tests on relay remote functions (issue #2066)Sébastien Helleu
2024-04-07relay: 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-07relay: add command `/remote`, add remote configuration in relay.conf (issue ↵Sébastien Helleu
#2066)
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-03-21doc/user: fix typo in trigger regex replace `${re:+}`Sébastien Helleu
2024-03-21doc/user: add missing `${re:#}` and `${re:repl_index}` in trigger regex replaceSébastien Helleu
2024-03-21doc/api: fix style in example `${re:+}`Sébastien Helleu
2024-03-17tests/gui: add tests on hotlist functionsSébastien Helleu
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-12api: allow search by buffer id in function buffer_search (issue #2081)Sébastien Helleu
2024-03-12core: 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-12api: add function "hdata_longlong" (issue #2081)Sébastien Helleu
2024-03-12core: update German translationsNils Görs
2024-03-11doc/user: clarify what is `${nick}` in trigger IRC signal dataSébastien Helleu
2024-03-10api: add modifier "color_decode" to decode WeeChat colors with a replacement ↵Sébastien Helleu
string
2024-03-10core: use whole replacement string instead of first char in function ↵Sébastien Helleu
gui_color_decode
2024-03-07doc: update German documentationNils Görs
2024-03-07doc/plugin: add missing translation commentsSébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option ↵Sébastien Helleu
weechat.look.mouse_timer_delay (closes #2082)
2024-03-05doc/scripting: auto-generate list of scripting functions and constants from ↵Sébastien Helleu
Python API
2024-03-05doc: move script doc/python_stub.py to tools/generate_python_stub.pySébastien Helleu
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in ↵Sébastien Helleu
scripting API
2024-03-05api: add functions config_option_get_string and config_option_get_pointer in ↵Sébastien Helleu
scripting API
2024-02-25doc/api: fix string format in calls to weechat.prnt (examples in Python)Sébastien Helleu