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
Nils Görs
439a2d9c7a
core: update German translations
2024-02-26 15:16:42 +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
Sébastien Helleu
3f08785aee
core: add missing mouse event "alt-ctrl-button3"
2024-02-24 22:05:14 +01:00
Sébastien Helleu
191701a5f3
doc/user: fix order of mouse event modifiers
...
Key "alt" is always before "ctrl".
2024-02-24 18:53:46 +01:00
Sébastien Helleu
d52fea1d5e
core: fix typo in comment
2024-02-24 18:50:26 +01:00
Sébastien Helleu
24f0e95de7
core: add missing mouse event "alt-ctrl-button2"
2024-02-24 18:35:21 +01:00
Ivan Pešić
40deb493d5
doc: Update Serbian translation
2024-02-23 08:22:26 +01:00
Ivan Pešić
ef2ef9846d
core: Update Serbian translation
...
Some typos are corrected
2024-02-23 08:22:26 +01:00
Trygve Aaberge
e02ee703f0
docs: fix some typos in documentation and comments
2024-02-23 08:21:49 +01:00
Sébastien Helleu
27331dec5e
core: add contributor
2024-02-22 19:30:53 +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
Sébastien Helleu
76998665f4
script: always display list of scripts when searching scripts with /script search ( closes #2077 )
2024-02-21 21:36:52 +01:00
Sébastien Helleu
b5a32c0fa9
script: fix default mouse keys ( closes #2076 )
...
Some parameters of command `/script` were renamed in commit
85b5bacfe3 but the default mouse keys were not
changed and still using the old parameters names.
2024-02-21 21:10:25 +01:00
Nils Görs
4c5f98946a
core: update German translations
2024-02-19 20:07:29 +01:00
Sébastien Helleu
a44ffa147f
script: add info "script_loaded"
2024-02-19 18:33:36 +01:00
Sébastien Helleu
a167322d8b
api: add info "plugin_loaded"
2024-02-19 18:29:21 +01:00
Sébastien Helleu
f19808cedd
tests: add tests on "api" relay (general functions and messages)
2024-02-18 23:42:22 +01:00
Sébastien Helleu
0f30a4e020
relay: move functions to get URL parameters from api to relay-http.c, add tests
2024-02-18 23:13:20 +01:00
Sébastien Helleu
9b9b36bb02
tests: fix free of HTTP request
2024-02-18 23:12:56 +01:00
Sébastien Helleu
c4ac9046b2
relay/api: fix comment of function relay_api_protocol_get_param_boolean
2024-02-18 18:52:57 +01:00
Sébastien Helleu
61a8e4e27e
relay/api: add key "visible" with boolean value in nick and group objects
2024-02-18 18:52:52 +01:00
Sébastien Helleu
780be1e1b7
relay/api: rename key "index" to "y" in line object
2024-02-18 18:24:19 +01:00
Nils Görs
4858d88567
core: update German translations
2024-02-17 17:31:57 +01:00
Sébastien Helleu
6659bf1642
core: display the 3 variants for "${split}" and "${split_shell}" in /help eval
2024-02-17 13:23:38 +01:00
Sébastien Helleu
b3a214252b
core: add "${hl:string}" and "${raw_hl:string}" in /eval completions
2024-02-17 13:22:40 +01:00
Sébastien Helleu
4c6db9711a
core: add the different variants for "chars" in /eval completions
2024-02-17 13:22:05 +01:00
Sébastien Helleu
213483e678
core: add the different bases in /eval completions for "base_decode" and "base_encode"
2024-02-17 13:20:17 +01:00
Sébastien Helleu
9b9e0f042c
core: replace "xxx" by "string" and "number" by "N" in /eval completions
2024-02-17 13:09:20 +01:00
Sébastien Helleu
831dcac808
core: list operators by order of priority in /help eval (issue #2005 )
2024-02-17 10:58:40 +01:00
Sébastien Helleu
4e0f7dfd25
core: reintroduce help on the operators in /help eval (issue #2005 )
2024-02-17 10:54:25 +01:00
Sébastien Helleu
a35ac5e8d9
core: reintroduce help on the variables in /help eval (issue #2005 )
2024-02-17 10:08:12 +01:00
Sébastien Helleu
90c87e7553
irc: add missing tags on self action messages when capability echo-message is enabled ( closes #2074 )
2024-02-16 20:58:31 +01:00
Sébastien Helleu
162bcb2622
irc: don't strip monospace color code 0x11 from incoming messages ( closes #2073 )
2024-02-16 19:22:28 +01:00
Nils Görs
8b6452eb91
core: update German translations
2024-02-12 10:56:35 +01:00
Sébastien Helleu
e4e6fde80f
core: add option -s in command /command to execute multiple commands separated by semicolons
2024-02-11 21:48:31 +01:00
Sébastien Helleu
e0ec8da76a
core: move lines from 4.1.0 to 4.2.0 in ChangeLog
2024-02-11 14:32:29 +01:00
Sébastien Helleu
635dd818b5
core: add again line about function hook_url in ChangeLog (issue #1723 )
2024-02-11 14:22:12 +01:00
Sébastien Helleu
0cfc61a17e
irc: add server option "autojoin_delay" ( closes #862 )
...
The server option "autojoin_delay" adds a delay before autojoin.
The server option "command_delay" is now used to add a delay before the
execution of the command.
On upgrade from an old version, the option "command_delay" is copied to
"autojoin_delay" (in old versions, "command_delay" was applied after the
execution of command and before the autojoin).
2024-02-11 09:12:57 +01:00
Sébastien Helleu
f153b6e6c3
relay: change message displayed when there is not enough memory for websocket frame
2024-02-11 08:53:29 +01:00
Sébastien Helleu
9ce435fa5e
relay: add WeeChat version in config update callback
2024-02-11 08:47:56 +01:00
Sébastien Helleu
5a00f1a138
irc: add WeeChat version in config update callback
2024-02-11 08:41:15 +01:00
Sébastien Helleu
9eb3403008
alias: add WeeChat version in config update callback
2024-02-11 08:40:49 +01:00