miko
e4e0b9764d
plugins: refactor macro weechat_va_format with the same behavior as string_asprintf
2024-07-21 11:34:02 +02:00
Sébastien Helleu
d3ca619526
relay/api: fix connection to remote without password ( closes #2158 )
2024-07-20 16:26:53 +02:00
Sébastien Helleu
fc197df056
relay/api: allow clients without authentication when no relay password is defined and option relay.network.allow_empty_password is on (issue #2158 )
2024-07-20 15:57:56 +02:00
Nils Görs
484b90d39a
core: update German translations
2024-07-19 12:59:31 +02:00
Sébastien Helleu
66707dbdf9
relay: add option reconnect in command /remote ( closes #2160 )
2024-07-19 09:19:34 +02:00
Nils Görs
66792445b4
core: update German translations
2024-07-18 16:14:18 +02:00
Sébastien Helleu
b316a7a0c6
script: add info "script_info"
2024-07-17 22:38:47 +02:00
Sébastien Helleu
c486a4f60a
relay: fix crash when sending data to a remote buffer when the remote has been deleted ( closes #2157 )
2024-07-16 23:51:46 +02:00
Sébastien Helleu
2646d1b5ad
core: add version 4.3.5 in ChangeLog
2024-07-16 23:03:48 +02:00
Sébastien Helleu
40b074c6d6
ruby: fix crash in plugin initialization ( closes #2163 )
...
This regression was introduced by commit
701f64afc1 .
2024-07-15 09:39:54 +02:00
Sébastien Helleu
ceba5f4947
doc/relay: remove duplicated description of data in message "_buffer_line_data_changed"
...
A link to "_buffer_line_added" is provided as data is exactly the same in this
message.
2024-07-14 09:39:01 +02:00
Sébastien Helleu
620e0dd8b6
doc/relay: fix title of chapter "_buffer_line_changed" in Japanese doc
2024-07-14 09:22:59 +02:00
Sébastien Helleu
a957266279
relay: translate connection status in output of commands /relay list and /relay listfull
2024-07-13 10:33:06 +02:00
Sébastien Helleu
2d534aed68
relay: display connection status in output of commands /remote list and /remote listfull
2024-07-13 10:32:56 +02:00
Ivan Pešić
b86bd39975
Update Serbian translation
2024-07-10 21:26:59 +02:00
Eric Lalonde
5bd581f8cf
irc: fix lag check interval comment
...
The network lag check interval is stored in irc_config_network_lag_check, which does not default to 5 seconds.
2024-07-08 21:59:49 +02:00
Sébastien Helleu
8e2275cebc
relay/api: fix timezone of dates sent to clients ( closes #2151 )
2024-07-08 19:10:27 +02:00
Sébastien Helleu
7e73da310e
relay/api: remove unused macro MSG_ADD_HDATA_TIME (issue #2151 )
2024-07-08 19:08:41 +02:00
Sébastien Helleu
a75db3488d
relay/api: allow body type "buffers" in remote client
2024-07-08 18:16:56 +02:00
Nils Görs
8511fd7b7b
core: update German translations
2024-07-08 10:46:19 +02:00
Sébastien Helleu
9d98dee7d9
spell: improve error displayed when a word can not be added to the dictionary ( closes #2144 )
2024-07-06 11:57:26 +02:00
Nils Görs
c6092b67d0
core: update German translations
2024-07-04 11:23:53 +02:00
Sébastien Helleu
42fd085388
core: add version 4.3.4 in ChangeLog
2024-07-03 22:09:05 +02:00
Sébastien Helleu
06685b6e68
core: add info "window" ( closes #2141 )
2024-07-01 21:23:36 +02:00
Sébastien Helleu
62c89c1e3b
core: allow mask in command /item refresh
2024-07-01 20:52:31 +02:00
Sébastien Helleu
cac5717b41
relay/api: add body types buffers and lines (array)
2024-06-30 13:01:29 +02:00
Sébastien Helleu
a9ed58fae3
core: add relay protocol in ChangeLog entries
2024-06-30 00:38:06 +02:00
Sébastien Helleu
8f13a9cff0
relay/api: fix "body_type" returned when lines or nicks of a buffer are requested
...
The "body_type" returned is now this one, instead of "buffer":
- `GET /api/buffers/xxx/lines`: "line"
- `GET /api/buffers/xxx/nicks`: "nick_group"
2024-06-30 00:36:29 +02:00
Sébastien Helleu
3828a9f987
tests: add field "request_id" in tests of relay api protocol
2024-06-30 00:22:46 +02:00
Sébastien Helleu
270a822f41
relay/api: bump version in OpenAPI document
2024-06-30 00:15:25 +02:00
Sébastien Helleu
259615d436
relay/api: add field "request_id" in websocket frame (request and response)
2024-06-30 00:11:29 +02:00
Sébastien Helleu
1cacbde6b7
relay: remove check of NULL pointers before calling free functions
2024-06-30 00:11:00 +02:00
Sébastien Helleu
f8f6e100d0
relay/api: always set "body_type" and "body" (null if there is no body) in websocket frame
2024-06-29 23:59:59 +02:00
Sébastien Helleu
2184af9d99
relay: flatten JSON event object sent to api relay clients
2024-06-29 19:48:34 +02:00
Sébastien Helleu
86c4f3979a
doc/user: change port in examples of weechat relay from 9000 to 9500
2024-06-29 17:37:47 +02:00
Sébastien Helleu
701f64afc1
ruby: fix builtin functions not available ( closes #2109 )
2024-06-29 07:59:06 +02:00
Sébastien Helleu
e6e0843698
core: add missing command /filter in ChangeLog (issue #1956 )
2024-06-29 07:41:58 +02:00
Brad Smith
de6fe1f3e1
tests: fix compilation of tests on OpenBSD
2024-06-28 23:23:15 +02:00
Sébastien Helleu
3993aa310f
relay: send event "buffer_line_data_changed" to clients of "weechat" protocol
2024-06-27 22:21:09 +02:00
Sébastien Helleu
7d6afff01c
relay: add line id in buffer lines sent to clients with weechat protocol
2024-06-27 22:12:34 +02:00
Sébastien Helleu
555632b615
relay/remote: update buffer line on event "buffer_line_data_changed"
2024-06-27 21:39:21 +02:00
Sébastien Helleu
d5975c96e9
relay: send event "buffer_line_data_changed" to API clients
2024-06-27 21:37:47 +02:00
Sébastien Helleu
e9d46b41a1
api: send new signal "buffer_line_data_changed" when a line is updated in a buffer via hdata
2024-06-27 20:55:42 +02:00
Sébastien Helleu
b04e1ffd27
relay: fix read of one buffer line in API protocol
2024-06-27 20:55:42 +02:00
Sébastien Helleu
f076db4767
api: add function line_search_by_id
2024-06-27 20:55:42 +02:00
Sébastien Helleu
0e9ed21edf
tests/scripts: add tests on window functions
2024-06-27 20:55:42 +02:00
Sébastien Helleu
74fabe1946
tests/scripts: add tests on buffer functions
2024-06-27 20:55:42 +02:00
Sébastien Helleu
476708923c
tests/scripts: fix comment
2024-06-27 20:55:42 +02:00
Sébastien Helleu
c6a4ffb1a7
core: fix crash when deleting a bar that has no items ( closes #2138 )
2024-06-27 18:52:12 +02:00
Sébastien Helleu
85c7494dc7
python: call empty eval workaround before auto-load of scripts (issue #2046 , issue #2126 )
...
This should definitely fix the crash with Python 3.12, even when scripts are
auto-loaded (the previous fix was working only when the scripts are loaded
manually).
2024-06-26 18:44:35 +02:00