Sébastien Helleu
|
5a3dff1b97
|
relay: fix typo in comment
|
2024-03-26 20:23:10 +01:00 |
|
Sébastien Helleu
|
372ffc1690
|
irc: fix error displayed on connection in case of insufficient memory
|
2024-03-26 20:22:50 +01:00 |
|
Sébastien Helleu
|
fd06c67b58
|
relay: add size for array relay_auth_password_hash_algo_name
|
2024-03-26 10:40:38 +01:00 |
|
Sébastien Helleu
|
6e5eb5eb25
|
fset: fix typo in /help fset
|
2024-03-26 09:21:04 +01:00 |
|
Sébastien Helleu
|
2f5936bc9f
|
relay: set the last IRC client disconnection time only after a successful connection (closes #2103)
|
2024-03-26 08:04:49 +01:00 |
|
Sébastien Helleu
|
3db4dd2790
|
fset: display number of commands executed in imported file, improve errors displayed
|
2024-03-26 07:46:35 +01:00 |
|
Sébastien Helleu
|
26630ada2d
|
fset: add option -import in command /fset
|
2024-03-25 21:00:42 +01:00 |
|
Sébastien Helleu
|
762d71012a
|
script: add option enable in command /script, improve error displayed when download of scripts is disabled
|
2024-03-19 20:45:22 +01:00 |
|
Sébastien Helleu
|
34a72ac02e
|
relay/api: add GET /api/hotlist
|
2024-03-17 20:13:19 +01:00 |
|
Sébastien Helleu
|
29b502a06a
|
buflist: fix help on option buflist.look.sort (issue #2097)
|
2024-03-16 14:14:28 +01:00 |
|
Sébastien Helleu
|
305b046370
|
core: add macro to define hdata variable with different field and name
|
2024-03-15 21:32:35 +01:00 |
|
wfrsk
|
4d83adc7d8
|
lua: fix code style
|
2024-03-13 13:10:07 +01:00 |
|
wfrsk
|
fd541395f4
|
lua: do not depend on an init script + rework weechat_lua_output
|
2024-03-13 13:02:29 +01:00 |
|
wfrsk
|
97f87932fe
|
lua: do not load the debug library
|
2024-03-13 13:02:29 +01:00 |
|
wfrsk
|
b0581ac1f8
|
lua: do not depend on luaL_openlibs
|
2024-03-13 13:02:29 +01:00 |
|
Mario Campos
|
1797fe18a3
|
fset: replace call to chmod() by fchmod() in the export function
|
2024-03-13 07:19:55 +01:00 |
|
Sébastien Helleu
|
24c4029c96
|
core: remove "wee-" prefix from source files in src/core and src/core/hook
|
2024-03-12 21:27:37 +01:00 |
|
Sébastien Helleu
|
bb346f8c6c
|
relay/api: replace "context" by "buffer_id" (issue #2081)
|
2024-03-12 20:37:52 +01:00 |
|
Sébastien Helleu
|
48ca390f79
|
relay/api: add support of buffer id in POST /api/input (issue #2081)
|
2024-03-12 20:37:51 +01:00 |
|
Sébastien Helleu
|
aa989767a1
|
relay/api: add support of buffer id in GET /api/buffers (issue #2081)
|
2024-03-12 20:37:50 +01:00 |
|
Sébastien Helleu
|
e791535773
|
relay: add a fake send function in client
This will be used in unit tests to get the data that is sent to clients.
|
2024-03-12 20:37:48 +01:00 |
|
Sébastien Helleu
|
0ac377d306
|
relay/api: add a global variable to customize the command delay in POST /api/input
The user can not change this, the variable will be set to 0 in unit tests to
execute the command immediately.
|
2024-03-12 20:37:48 +01:00 |
|
Sébastien Helleu
|
59c977ddc9
|
relay/api: check that "request" field is a string in JSON received (websocket connection)
|
2024-03-12 20:37:48 +01:00 |
|
Sébastien Helleu
|
4f9bcc73ca
|
relay/api: allow POST /api/handshake without a body
|
2024-03-12 20:37:48 +01:00 |
|
Sébastien Helleu
|
8c5db76271
|
relay/api: fix error displayed when buffer is not found in POST /api/input
|
2024-03-12 20:37:48 +01:00 |
|
Sébastien Helleu
|
3045322822
|
relay/weechat: add buffer id in signals sent to clients (issue #2081)
|
2024-03-12 20:37:47 +01:00 |
|
Sébastien Helleu
|
29d4bc3102
|
relay/api: add buffer is in response to GET /api/buffers (issue #2081)
|
2024-03-12 20:37:45 +01:00 |
|
Sébastien Helleu
|
c71e6a50eb
|
core: rename function gui_buffer_search_by_name to gui_buffer_search (issue #2081)
|
2024-03-12 20:37:40 +01:00 |
|
Sébastien Helleu
|
9e0dd18152
|
api: add function "hdata_longlong" (issue #2081)
|
2024-03-12 20:37:11 +01:00 |
|
Sébastien Helleu
|
1ab62e37cb
|
api: add modifier "color_decode" to decode WeeChat colors with a replacement string
|
2024-03-10 09:31:32 +01:00 |
|
Sébastien Helleu
|
3f49b1b44a
|
core: use whole replacement string instead of first char in function gui_color_decode
|
2024-03-10 09:21:28 +01:00 |
|
Sébastien Helleu
|
431cf23a0c
|
exec: remove trailing space on buffers with free content when line numbers are not displayed
|
2024-03-08 08:19:20 +01:00 |
|
Sébastien Helleu
|
a6c509611a
|
exec: add missing exec tags in lines of buffers with free content (closes #2086)
|
2024-03-07 21:52:21 +01:00 |
|
Sébastien Helleu
|
70828a7dd1
|
irc: add option -all in command /allchan, do not execute command on parted channels by default (closes #2085)
|
2024-03-06 23:03:02 +01:00 |
|
Sébastien Helleu
|
7385f767e3
|
irc: use API config functions to get inherited value (server options)
|
2024-03-06 21:32:34 +01:00 |
|
Sébastien Helleu
|
6c72d6f66d
|
python: add infolists "python_function" and "python_constant"
|
2024-03-05 19:56:35 +01:00 |
|
Sébastien Helleu
|
81599b88d4
|
plugins: move scripting API constants to plugin-script.c
|
2024-03-05 19:52:21 +01:00 |
|
Sébastien Helleu
|
014dc845e8
|
doc: move script doc/python_stub.py to tools/generate_python_stub.py
|
2024-03-05 19:52:21 +01:00 |
|
Sébastien Helleu
|
361d55d9d7
|
api: add functions config_{boolean|integer|string|color|enum}_inherited in scripting API
|
2024-03-05 19:52:21 +01:00 |
|
Sébastien Helleu
|
c3eff15a56
|
api: add functions config_option_get_string and config_option_get_pointer in scripting API
|
2024-03-05 19:51:15 +01:00 |
|
DasBrain
|
0bf560f9b7
|
tcl: simplify return macros
|
2024-03-05 19:15:19 +01:00 |
|
DasBrain
|
ff2189f3d9
|
tcl: refactor creation of constants
|
2024-03-05 19:15:19 +01:00 |
|
Sébastien Helleu
|
6d549d0da9
|
relay/api: rename "salt" to "timestamp"
|
2024-02-26 12:56:44 +01:00 |
|
Sébastien Helleu
|
22686da40c
|
doc/api: fix string format in calls to weechat.prnt (examples in Python)
|
2024-02-25 17:23:09 +01:00 |
|
Sébastien Helleu
|
f649ccc3b8
|
python: fix truncation of unsigned long long integer returned by function string_parse_size
|
2024-02-25 17:07:11 +01:00 |
|
Sébastien Helleu
|
c5800178a0
|
php: remove constants that must not be visible in scripts
|
2024-02-25 16:32:21 +01:00 |
|
Sébastien Helleu
|
c5887354bd
|
tcl: fix truncation of long integer returned by function hdata_long
|
2024-02-25 16:12:54 +01:00 |
|
Trygve Aaberge
|
e02ee703f0
|
docs: fix some typos in documentation and comments
|
2024-02-23 08:21:49 +01:00 |
|
Johannes Kuhn
|
db6b96f629
|
tcl: make plugin compatible with Tcl 9.0
Replace calls to Tcl_GetStringFromObj by Tcl_GetString.
|
2024-02-22 19:30:53 +01:00 |
|
Sébastien Helleu
|
ef5ebc19e9
|
fset: allow filename starting with "~" in command /fset -export
|
2024-02-21 22:05:16 +01:00 |
|