summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-06core: update German translationsNils Görs
2024-03-05doc/scripting: auto-generate list of scripting functions and constants from P...Sébastien Helleu
2024-03-05python: add infolists "python_function" and "python_constant"Sébastien Helleu
2024-03-05plugins: move scripting API constants to plugin-script.cSébastien Helleu
2024-03-05tests: add tests on scripting API constantsSébastien Helleu
2024-03-05doc: move script doc/python_stub.py to tools/generate_python_stub.pySébastien Helleu
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in sc...Sébastien Helleu
2024-03-05tests/scripts: fix representation of `None` Python value in generated scriptsSébastien Helleu
2024-03-05core: refactor functions that read values of config optionsSébastien Helleu
2024-03-05tests: add tests on functions that read values of config optionsSébastien Helleu
2024-03-05api: add functions config_option_get_string and config_option_get_pointer in ...Sébastien Helleu
2024-03-05tcl: simplify return macrosDasBrain
2024-03-05tcl: refactor creation of constantsDasBrain
2024-02-26core: update German translationsNils Görs
2024-02-26relay/api: rename "salt" to "timestamp"Sébastien Helleu
2024-02-25doc/api: fix string format in calls to weechat.prnt (examples in Python)Sébastien Helleu
2024-02-25python: fix truncation of unsigned long long integer returned by function str...Sébastien Helleu
2024-02-25php: remove constants that must not be visible in scriptsSébastien Helleu
2024-02-25tcl: fix truncation of long integer returned by function hdata_longSébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button3"Sébastien Helleu
2024-02-24doc/user: fix order of mouse event modifiersSébastien Helleu
2024-02-24core: fix typo in commentSébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button2"Sébastien Helleu
2024-02-23doc: Update Serbian translationIvan Pešić
2024-02-23core: Update Serbian translationIvan Pešić
2024-02-23docs: fix some typos in documentation and commentsTrygve Aaberge
2024-02-22core: add contributorSébastien Helleu
2024-02-22tcl: make plugin compatible with Tcl 9.0Johannes Kuhn
2024-02-21fset: allow filename starting with "~" in command `/fset -export`Sébastien Helleu
2024-02-21script: always display list of scripts when searching scripts with `/script s...Sébastien Helleu
2024-02-21script: fix default mouse keys (closes #2076)Sébastien Helleu
2024-02-19core: update German translationsNils Görs
2024-02-19script: add info "script_loaded"Sébastien Helleu
2024-02-19api: add info "plugin_loaded"Sébastien Helleu
2024-02-18tests: add tests on "api" relay (general functions and messages)Sébastien Helleu
2024-02-18relay: move functions to get URL parameters from api to relay-http.c, add testsSébastien Helleu
2024-02-18tests: fix free of HTTP requestSébastien Helleu
2024-02-18relay/api: fix comment of function relay_api_protocol_get_param_booleanSébastien Helleu
2024-02-18relay/api: add key "visible" with boolean value in nick and group objectsSébastien Helleu
2024-02-18relay/api: rename key "index" to "y" in line objectSébastien Helleu
2024-02-17core: update German translationsNils Görs
2024-02-17core: display the 3 variants for "${split}" and "${split_shell}" in /help evalSébastien Helleu
2024-02-17core: add "${hl:string}" and "${raw_hl:string}" in /eval completionsSébastien Helleu
2024-02-17core: add the different variants for "chars" in /eval completionsSébastien Helleu
2024-02-17core: add the different bases in /eval completions for "base_decode" and "bas...Sébastien Helleu
2024-02-17core: replace "xxx" by "string" and "number" by "N" in /eval completionsSébastien Helleu
2024-02-17core: list operators by order of priority in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the operators in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the variables in `/help eval` (issue #2005)Sébastien Helleu
2024-02-16irc: add missing tags on self action messages when capability echo-message is...Sébastien Helleu