Sébastien Helleu
|
d8987a1678
|
all: replace Copyright lines by SPDX copyright tag
|
2025-03-30 14:47:12 +02:00 |
|
Sébastien Helleu
|
e89d6d69ad
|
api: add property keep_spaces_right in function hook_set to keep trailing spaces in command arguments
|
2025-02-15 20:54:24 +01:00 |
|
Sébastien Helleu
|
547e2b934e
|
core: update copyright dates
|
2025-02-01 23:13:18 +01:00 |
|
Sébastien Helleu
|
bca7c7438a
|
api: add special value - (hyphen-minus) in options of function command_options to prevent execution of commands (issue #2199)
|
2024-10-13 11:15:10 +02:00 |
|
Sébastien Helleu
|
709b2b5796
|
core: remove code to add command char in input data
We can just reuse `ptr_data` which is the original data instead of
`ptr_data_for_buffer`, where the extra command char is missing.
|
2024-10-13 09:22:20 +02:00 |
|
Sébastien Helleu
|
ec78084f49
|
tests: add tests on function input_data
|
2024-10-12 21:04:13 +02:00 |
|
Sébastien Helleu
|
00578a70e1
|
api: return the buffer input callback return code in functions command and command_options
|
2024-10-12 18:30:08 +02:00 |
|
Josh Soref
|
4ef3011ea9
|
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-09-28 18:22:02 +02:00 |
|
Josh Soref
|
ef107fd66d
|
spelling: anymore
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-09-28 18:20:02 +02:00 |
|
Sébastien Helleu
|
bdfa1bd51c
|
core, plugins: return "0x0" instead of "(nil)" for pointers formatted in strings
This is a partial revert of the commit
965beb37de.
|
2024-06-22 08:54:08 +02:00 |
|
Sébastien Helleu
|
3057d846d9
|
core: remove check of NULL pointers before calling string_free_split() (issue #865)
|
2024-04-26 08:53:22 +02:00 |
|
Sébastien Helleu
|
e73bff95fa
|
core: remove check of NULL pointers before calling free() (issue #865)
|
2024-04-25 20:59:25 +02:00 |
|
Sébastien Helleu
|
4adb64284b
|
buffer: add property input_get_any_user_data in buffer (issue #2066)
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-07 13:18:13 +02:00 |
|
Sébastien Helleu
|
965beb37de
|
core: fix print of pointer values
|
2024-04-01 21:08:52 +02: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 |
|