Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-02 | tests: fix scripting API tests with Python 3.8 | Sébastien Helleu | |
2022-08-02 | tests: disable pylint errors in testapi.py | Sébastien Helleu | |
2022-08-02 | tests: add tests on hdata functions (scripting API) | Sébastien Helleu | |
2022-08-02 | tests: fix assignment in tcl script generator | Sébastien Helleu | |
2022-08-02 | tests: fix assignment in perl script generator | Sébastien Helleu | |
2022-08-02 | tests: use double quotes instead of simple quotes in ruby script generator | Sébastien Helleu | |
This allows to use escaped chars in strings. | |||
2022-08-02 | tests: add subscript in script generator | Sébastien Helleu | |
2022-08-02 | tests: fix unary op in script generator | Sébastien Helleu | |
2022-08-02 | ruby: fix function hdata_get_string | Sébastien Helleu | |
2022-08-02 | guile: fix function hdata_get_string | Sébastien Helleu | |
2022-08-02 | php: fix function hdata_compare | Sébastien Helleu | |
2022-08-01 | scripts: fix issue with long interval in function hook_timer | Sébastien Helleu | |
Affected plugins: python, ruby, lua, tcl, guile, javascript, php. | |||
2022-08-01 | scripts: 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-01 | scripts: fix issue with year ≥ 2038 in function infolist_new_var_time | Sébastien Helleu | |
Affected plugins: python, lua, tcl, guile, javascript. | |||
2022-08-01 | javascript: fix return of long value in functions infolist_time, hdata_long ↵ | Sébastien Helleu | |
and hdata_time | |||
2022-08-01 | tests: fix run of Guile test script | Sébastien Helleu | |
2022-07-31 | core: fix styles in ChangeLog | Sébastien Helleu | |
2022-07-31 | buflist: add variable "${hotlist_priority_number}" (integer version of ↵ | Sébastien Helleu | |
"${hotlist_priority}") | |||
2022-07-30 | Update Turkish translations | Emir SARI | |
2022-07-28 | core: update German translations | Nils Görs | |
2022-07-27 | doc: update German auto-generated files | Sébastien Helleu | |
2022-07-27 | irc: display an error message when using command /dcc without xfer plugin loaded | Sébastien Helleu | |
2022-07-27 | xfer: fix crash when closing DCC chat buffer | Sébastien Helleu | |
2022-07-26 | core: update German translations | Nils Görs | |
2022-07-24 | relay: exit function relay_irc_recv if params can not be allocated | Sébastien Helleu | |
2022-07-24 | core: remove dead assignments | Sébastien Helleu | |
2022-07-24 | core: add option weechat.look.highlight_disable_regex and buffer property ↵ | Sébastien Helleu | |
"highlight_disable_regex" (closes #1798) | |||
2022-07-24 | core: use dynamic string in function gui_bar_item_get_value | Sébastien Helleu | |
2022-07-22 | doc: use non-breaking spaces before links to notes | Sébastien Helleu | |
2022-07-22 | doc/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-21 | irc: fix display of TOPIC message with an empty trailing parameter | Sébastien Helleu | |
2022-07-21 | irc: 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-21 | relay: 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-20 | irc: use API function string_rebuild_split_string in irc_protocol_string_params | Sébastien Helleu | |
2022-07-20 | api: add arguments "index_start" and "index_end" in function ↵ | Sébastien Helleu | |
string_rebuild_split_string | |||
2022-07-20 | api: rename function string_build_with_split_string to ↵ | Sébastien Helleu | |
string_rebuild_split_string | |||
2022-07-16 | irc: fix duplicated channels in autojoin option when autojoin_dynamic is ↵ | Sébastien Helleu | |
enabled (closes #1795) | |||
2022-07-10 | api: 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-10 | Version 3.7-dev | Sébastien Helleu | |
2022-07-10 | Version 3.6 | Sébastien Helleu | |
2022-07-09 | debian: update changelog | Sébastien Helleu | |
2022-07-09 | doc: update German documentation | Nils Görs | |
2022-07-06 | Version 3.6-rc1 | Sébastien Helleu | |
2022-07-06 | doc: update Serbian auto-generated files | Sébastien Helleu | |
2022-07-06 | core: Serbian message translation fixes | Ivan Pešić | |
Several fixes. | |||
2022-07-05 | doc: update Serbian auto-generated files | Sébastien Helleu | |
2022-07-05 | doc: remove extra space in Serbian translation | Sébastien Helleu | |
2022-07-05 | core/doc: Update Serbian translation | Ivan Pešić | |
2022-07-04 | doc: fix display of literal blocks | Sébastien Helleu | |
This fixes: - height of lines in literal blocks (all browsers) - literal blocks in Japanese docs (Firefox) | |||
2022-07-03 | doc: remove font "Noto Color Emoji" | Sébastien Helleu | |
This allows the same render for north east arrow on all browsers. |