LuK1337
|
9f3a68ed15
|
lua: fix broken LUA_VERSION check
/usr/include/lua-5.1/lua.h:19:25: error: token ""Lua 5.1"" is not valid
in preprocessor expressions
|
2024-08-17 09:30:11 +02:00 |
|
Sébastien Helleu
|
55d7e4c474
|
relay/weechat: fix uninitialized pointer in infolist command
|
2024-08-17 08:10:21 +02:00 |
|
Sébastien Helleu
|
6de0195d0a
|
irc: fix send of split messages when server option "anti_flood" set to 0 (closes #2172)
|
2024-08-15 19:41:08 +02:00 |
|
Sébastien Helleu
|
e2edc019cc
|
relay/api: add extra checks on function parameters
|
2024-08-15 17:48:20 +02:00 |
|
Sébastien Helleu
|
17d225ad73
|
relay: fix compiler warnings on unused parameters when CJSON is disabled
|
2024-08-14 07:51:41 +02:00 |
|
Sébastien Helleu
|
0637e9f629
|
lua: remote string "Lua" from Lua version in output of /debug libs
|
2024-08-12 08:22:48 +02:00 |
|
Sébastien Helleu
|
b63f63f001
|
relay/api: fix send of data to remote after command /upgrade executed in the remote client
|
2024-08-11 23:35:51 +02:00 |
|
Sébastien Helleu
|
1de8fec2ee
|
relay/api: automatically reconnect to remotes with "autoconnect" enabled after /upgrade
|
2024-08-11 14:26:36 +02:00 |
|
Sébastien Helleu
|
970aa55f7f
|
relay/api: remove unneeded free of client->http_req->id
|
2024-08-11 12:27:37 +02:00 |
|
Sébastien Helleu
|
a317c785fb
|
relay/api: add automatic reconnection to remote (closes #2166)
New options:
- remote option "autoreconnect_delay"
- relay.api.remote_autoreconnect_delay_growing
- relay.api.remote_autoreconnect_delay_max
|
2024-08-11 12:18:28 +02:00 |
|
Sébastien Helleu
|
fc6811341a
|
irc: fix typo in comment
|
2024-08-11 11:57:35 +02:00 |
|
Sébastien Helleu
|
8010eeece3
|
relay/api: add support of time displayed in remote client buffers
|
2024-08-10 14:29:30 +02:00 |
|
Sébastien Helleu
|
24734c4fe0
|
relay/api: add field "tmie_displayed" in GET /api/buffers
|
2024-08-10 13:58:58 +02:00 |
|
Sébastien Helleu
|
bb2387ec38
|
relay/api: add support of hidden buffers in remote client (issue #2159)
|
2024-08-10 12:55:17 +02:00 |
|
Sébastien Helleu
|
b00f94dc70
|
relay/api: add field "hidden" in GET /api/buffers (issue #2159)
|
2024-08-10 12:42:55 +02:00 |
|
Sébastien Helleu
|
07ef722c06
|
relay/api: disconnect cleanly when the remote is quitting (closes #2168)
|
2024-08-09 23:37:33 +02:00 |
|
Sébastien Helleu
|
0296957cce
|
relay/api: add event "quit", sent to clients when WeeChat is quitting (issue #2168)
|
2024-08-09 23:32:33 +02:00 |
|
Sébastien Helleu
|
b4d0054f07
|
relay/api: disconnect from remote in case of error when sending data
|
2024-08-09 18:26:02 +02:00 |
|
Sébastien Helleu
|
995cbe542e
|
relay/api: automatically disconnect when the command /upgrade is executed on the remote
|
2024-08-09 18:23:23 +02:00 |
|
Sébastien Helleu
|
6e775e4768
|
relay/api: close obsolete buffers when reconnecting to the remote
This closes all buffers that exist locally but not on the remote any more,
after reconnecting to the remote.
|
2024-08-09 18:08:31 +02:00 |
|
Sébastien Helleu
|
e5b6eab2f6
|
relay/api: do not reset input text on existing buffers when reconnecting to remote
|
2024-08-09 18:06:42 +02:00 |
|
Sébastien Helleu
|
c132adc52c
|
relay/api: fix buffers synchronization with existing buffers that have been renamed on remote in the meanwhile (closes #2169)
|
2024-08-09 18:04:10 +02:00 |
|
Sébastien Helleu
|
78f0a3e087
|
relay/api: replace calls to strcmp by weechat_strcmp
|
2024-08-09 18:02:42 +02:00 |
|
Sébastien Helleu
|
eb5399518e
|
relay/api: clear lines and nicklist on all remote buffers upon successful connection to the remote (closes #2161)
|
2024-08-09 18:01:59 +02:00 |
|
Sébastien Helleu
|
5fe3b38892
|
irc: convert server option ipv6 from boolean to enum (disable, auto, force) (issue #2164)
|
2024-08-06 08:25:42 +02:00 |
|
Sébastien Helleu
|
e051af0376
|
api: add constants for IPv6 and allow force of IPv6 in function hook_connect (issue #2164)
|
2024-08-06 08:25:42 +02:00 |
|
Sébastien Helleu
|
ab2bcbac4e
|
doc/plugin: fix Python example of function hook_connect
|
2024-07-27 09:47:03 +02:00 |
|
Sébastien Helleu
|
8c48b2f310
|
relay/api: fix connection to remote using an IPv6 address with square brackets (closes #2156)
|
2024-07-22 17:24:50 +02:00 |
|
Sébastien Helleu
|
9ece7b4d8c
|
core, plugins: fix typo in comments
|
2024-07-22 11:49:26 +02:00 |
|
Sébastien Helleu
|
cadd04693a
|
irc: add support of message 569 (whois, connecting from) (closes #2162)
|
2024-07-22 10:39:03 +02:00 |
|
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 |
|
Sébastien Helleu
|
66707dbdf9
|
relay: add option reconnect in command /remote (closes #2160)
|
2024-07-19 09:19:34 +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
|
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
|
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 |
|
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 |
|
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 |
|
Sébastien Helleu
|
06685b6e68
|
core: add info "window" (closes #2141)
|
2024-07-01 21:23:36 +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
|
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
|
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 |
|