summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-03ci: switch from Ubuntu 20.04 to 22.04Sébastien Helleu
2022-08-03Update Turkish translationsEmir SARI
Fixes plural structure to comply with gettext Turkish specification.
2022-08-03irc: mention how to remove capability in /help capSébastien Helleu
2022-08-02tests: fix _ast_num in script generatorSébastien Helleu
2022-08-02tests: fix scripting API tests with Python 3.8Sébastien Helleu
2022-08-02tests: disable pylint errors in testapi.pySébastien Helleu
2022-08-02tests: add tests on hdata functions (scripting API)Sébastien Helleu
2022-08-02tests: fix assignment in tcl script generatorSébastien Helleu
2022-08-02tests: fix assignment in perl script generatorSébastien Helleu
2022-08-02tests: use double quotes instead of simple quotes in ruby script generatorSébastien Helleu
This allows to use escaped chars in strings.
2022-08-02tests: add subscript in script generatorSébastien Helleu
2022-08-02tests: fix unary op in script generatorSébastien Helleu
2022-08-02ruby: fix function hdata_get_stringSébastien Helleu
2022-08-02guile: fix function hdata_get_stringSébastien Helleu
2022-08-02php: fix function hdata_compareSébastien Helleu
2022-08-01scripts: fix issue with long interval in function hook_timerSébastien Helleu
Affected plugins: python, ruby, lua, tcl, guile, javascript, php.
2022-08-01scripts: fix issue with year ≥ 2038 in functions print_date_tags and ↵Sébastien Helleu
print_y_date_tags Affected plugins: python, lua, tcl, guile, javascript.
2022-08-01scripts: fix issue with year ≥ 2038 in function infolist_new_var_timeSébastien Helleu
Affected plugins: python, lua, tcl, guile, javascript.
2022-08-01javascript: fix return of long value in functions infolist_time, hdata_long ↵Sébastien Helleu
and hdata_time
2022-08-01tests: fix run of Guile test scriptSébastien Helleu
2022-07-31core: fix styles in ChangeLogSébastien Helleu
2022-07-31buflist: add variable "${hotlist_priority_number}" (integer version of ↵Sébastien Helleu
"${hotlist_priority}")
2022-07-30Update Turkish translationsEmir SARI
2022-07-28core: update German translationsNils Görs
2022-07-27doc: update German auto-generated filesSébastien Helleu
2022-07-27irc: display an error message when using command /dcc without xfer plugin loadedSébastien Helleu
2022-07-27xfer: fix crash when closing DCC chat bufferSébastien Helleu
2022-07-26core: update German translationsNils Görs
2022-07-24relay: exit function relay_irc_recv if params can not be allocatedSébastien Helleu
2022-07-24core: remove dead assignmentsSébastien Helleu
2022-07-24core: add option weechat.look.highlight_disable_regex and buffer property ↵Sébastien Helleu
"highlight_disable_regex" (closes #1798)
2022-07-24core: use dynamic string in function gui_bar_item_get_valueSébastien Helleu
2022-07-22doc: use non-breaking spaces before links to notesSébastien Helleu
2022-07-22doc/scripting: add missing fields "paramN" and "num_params" in output of ↵Sébastien Helleu
"irc_message_parse" These new fields were added in version 3.4 with major improvements of the IRC message parser.
2022-07-21irc: fix display of TOPIC message with an empty trailing parameterSébastien Helleu
2022-07-21irc: fix display of QUIT message with an empty trailing parameter (closes #1797)Sébastien Helleu
The regression was introduced with the new way to parse IRC message parameters, in version 3.4.
2022-07-21relay: fix parsing of IRC messages received from clients (closes #1796)Sébastien Helleu
The IRC parser improved in version 3.4 is now used to parse command parameters (variables "num_params" and "paramN" in output of parser function).
2022-07-20irc: use API function string_rebuild_split_string in irc_protocol_string_paramsSébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function ↵Sébastien Helleu
string_rebuild_split_string
2022-07-20api: rename function string_build_with_split_string to ↵Sébastien Helleu
string_rebuild_split_string
2022-07-16irc: fix duplicated channels in autojoin option when autojoin_dynamic is ↵Sébastien Helleu
enabled (closes #1795)
2022-07-10api: add info "uptime_current"Sébastien Helleu
This info returns time duration between the start of the current WeeChat process and now (so upgrades with /upgrade are ignored).
2022-07-10Version 3.7-devSébastien Helleu
2022-07-10Version 3.6Sébastien Helleu
2022-07-09debian: update changelogSébastien Helleu
2022-07-09doc: update German documentationNils Görs
2022-07-06Version 3.6-rc1Sébastien Helleu
2022-07-06doc: update Serbian auto-generated filesSébastien Helleu
2022-07-06core: Serbian message translation fixesIvan Pešić
Several fixes.
2022-07-05doc: update Serbian auto-generated filesSébastien Helleu