Nils Görs
d8bd0b7da8
core: update German translations
2023-08-17 12:10:01 +02:00
Sébastien Helleu
81e09bd6e1
doc/user: add chapter on cursor mode (issue #1282 )
2023-08-16 15:59:48 +02:00
Sébastien Helleu
48e6a1e387
core: add parameters and key bindings to move to edges of current area with commands /cursor go and /cursor move ( closes #1282 )
2023-08-16 15:25:52 +02:00
Sébastien Helleu
409bd256a9
doc/user: remove old note in French doc
2023-08-15 08:51:50 +02:00
Sébastien Helleu
17927cc09f
doc/user: improve look of clicked buttons in mouse bindings
2023-08-15 08:47:08 +02:00
Sébastien Helleu
09e0ffe935
doc/user: add mouse, keys and input for /list buffer
2023-08-14 11:53:04 +02:00
Sébastien Helleu
2829a8ee2b
doc/user: fix command bound to left mouse button in fset buffer
2023-08-14 08:57:37 +02:00
Sébastien Helleu
2f1de098bd
irc: add buffer for /list reply ( closes #1972 )
...
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-08-12 13:05:49 +02:00
Sébastien Helleu
c198e875ce
core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985 )
2023-07-31 22:01:34 +02:00
Sébastien Helleu
8bfd25e2e6
doc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_WARN_LOCALE" ( closes #1985 )
2023-07-31 21:27:16 +02:00
Nils Görs
06fa5923e8
core: update German translations
2023-07-23 11:49:01 +02:00
Sébastien Helleu
eb71be4219
doc/api: fix return value in case of error in function hdata_get_var_offset
2023-07-14 09:53:19 +02:00
Sébastien Helleu
f46f759975
irc: evaluate options irc.ctcp.* (issue #1974 )
2023-07-12 18:58:30 +02:00
Sébastien Helleu
107f83c923
irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply (issue #1974 )
2023-07-08 21:40:21 +02:00
Sébastien Helleu
66cb9f6ea2
core: add option type "enum" ( closes #1973 )
...
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-08 13:28:40 +02:00
Nils Görs
7b5585239f
core: update German translations
2023-07-01 12:20:57 +02:00
Sébastien Helleu
4c9fd4a625
doc/faq: mention script go.py for an easy jump to buffers
2023-06-27 19:14:14 +02:00
Sébastien Helleu
f62022e812
core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in 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-26 21:55:48 +02:00
Krzysztof Korościk
c5a3bbc474
doc: updated polish translation
2023-06-24 22:45:35 +02:00
Sébastien Helleu
7c7a9484fb
doc/user: fix typo in French translation
2023-06-23 12:01:56 +02:00
Nils Görs
eacb807448
core: update German translations
2023-06-23 07:43:45 +02:00
Sébastien Helleu
9d7766ce3d
doc/user: fix URL to plugin API reference
2023-06-15 22:04:45 +02:00
Sébastien Helleu
3af4ccff38
doc/user: update dependencies versions to Debian Bookworm
2023-06-12 21:26:00 +02:00
Sébastien Helleu
964d882c61
doc/user: fix description of key ctrl+q in search context
2023-06-12 18:38:21 +02:00
Sébastien Helleu
0b51c2d0be
doc: increase sectnumlevels to 2 (user/scripting/quickstart/relay/dev)
2023-06-06 19:13:20 +02:00
Sébastien Helleu
dccd1a348c
doc: fix URLs to WeeChat docs
2023-06-05 19:08:12 +02:00
Sébastien Helleu
7a754d93ab
doc/relay: add option "escape_commands" in handshake response and examples
2023-06-05 19:01:46 +02:00
Sébastien Helleu
4e705afdf6
tests: add tests on logger tail functions (issue #1926 )
2023-06-05 07:29:10 +02:00
Nils Görs
5e35ead044
doc: update German documentation
2023-06-04 11:17:53 +02:00
Sébastien Helleu
31e2e7d45c
doc/user: add new FIFO syntax (issue #1950 )
2023-06-03 21:40:51 +02:00
Sébastien Helleu
482fe6604c
relay: add handshake option "escape_commands" in weechat protocol
2023-06-03 20:06:29 +02:00
Sébastien Helleu
dd4eb80e81
doc: fix formatting issues with links that target a blank window
2023-06-03 17:08:17 +02:00
Sébastien Helleu
911c976f9b
tests: add tests on relay "irc" protocol
2023-06-02 18:50:45 +02:00
Sébastien Helleu
3d8c55722c
relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out"
2023-06-02 18:50:45 +02:00
Ivan Pešić
47bca29e3c
doc: update Serbian documentation
2023-05-30 21:06:53 +02:00
Nils Görs
c96cc7a008
doc: update German documentation
2023-05-29 17:39:29 +02:00
Sébastien Helleu
c1ee493073
doc/user: rewrite IRC smart filter chapter, add detail on all filtered messages
2023-05-26 08:53:20 +02:00
Sébastien Helleu
e8f508a7cc
doc/user: display 3 levels instead of 2 in TOC
2023-05-26 07:13:04 +02:00
Nils Görs
afdd24591a
core: update German translations
2023-05-25 22:58:59 +02:00
Sébastien Helleu
ad1ae12321
doc/user: move IRCv3 chapter outside "Servers"
2023-05-23 21:49:54 +02:00
Sébastien Helleu
64c3f3f0cd
irc: add support of capability "echo-message" ( closes #139 )
2023-05-23 21:49:54 +02:00
Sébastien Helleu
eb7435f8b9
tests: separate prefix from message in recorded messages
...
The record functions are moved to tests-record.cpp.
2023-05-22 20:43:16 +02:00
Sébastien Helleu
c3c218035a
logger: add option logger.file.log_conditions ( closes #1942 )
2023-05-20 17:08:34 +02:00
Sébastien Helleu
f767db22a8
doc: reduce toc levels and numbering in sections (user/API/scripting/relay/dev)
2023-05-20 08:37:02 +02:00
Sébastien Helleu
ecdcf239fe
doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt
2023-05-20 08:15:23 +02:00
Sébastien Helleu
e11ce668a2
doc/api: add note about hashtable removal in function info_get_hashtable
2023-05-16 20:15:20 +02:00
Sébastien Helleu
8d35e67dd6
irc: add modifier "irc_cap_sync_req" ( closes #1767 )
2023-05-15 20:10:28 +02:00
Sébastien Helleu
e589f3471b
doc/user: update note about chars replaced in IRC tags (trigger)
2023-05-15 08:08:42 +02:00
Sébastien Helleu
176a106771
irc: add support of capability "draft/multiline" ( closes #1923 )
2023-05-14 15:32:39 +02:00
Sébastien Helleu
c0f574d036
doc: group all CMake files into a single one to build all docs (all languages)
2023-05-13 19:44:14 +02:00