Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | irc: mention how to remove capability in /help cap | 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-07-31 | buflist: add variable "${hotlist_priority_number}" (integer version of ↵ | Sébastien Helleu | |
"${hotlist_priority}") | |||
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-24 | relay: exit function relay_irc_recv if params can not be allocated | Sébastien Helleu | |
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-02 | irc: remove unneeded translation marker (issue #1772) | Sébastien Helleu | |
2022-07-02 | irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772) | Sébastien Helleu | |
2022-07-02 | irc: fix comments (issue #1772) | Sébastien Helleu | |
2022-07-02 | irc: add ERR_HELPNOTFOUND (issue #1772) | Valentin Lorentz | |
2022-07-02 | irc: strip topic name when formatting ↵ | Valentin Lorentz | |
RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP (issue #1772) | |||
2022-06-30 | php: fix compilation warning about unused arguments | Sébastien Helleu | |
2022-06-30 | php: Deprecate `forget_*` functions in PHP 8+ | Adam Saponara | |
These functions don't work with PHP 8+ and also don't seem to be necessary anymore when reloading scripts. | |||
2022-06-30 | php: Add stubs and generate arginfo for PHP API | Adam Saponara | |
This was preventing the PHP plugin from working if PHP was compiled with `--enable-debug`. With this patch, `--enable-debug` builds of PHP should work. | |||
2022-06-30 | php: Adjust API for PHP 8.2 | Adam Saponara | |
2022-06-25 | irc: update URLs to IRCv3 specifications | Sébastien Helleu | |
2022-06-18 | core: add trailing slashes in URLs | Sébastien Helleu | |
2022-06-18 | doc: add trailing slashes in URLs | Sébastien Helleu | |
2022-06-17 | irc: add example with `/allchan` in `/help autojoin` | Sébastien Helleu | |
2022-06-15 | irc: rename option `save` to `apply` in command `/autojoin` | Sébastien Helleu | |
2022-05-27 | trigger: fix completion of command `/trigger add` when there are spaces in ↵ | Sébastien Helleu | |
the following arguments | |||
2022-05-27 | trigger: fix memory leak in command `/trigger addinput` | Sébastien Helleu | |
2022-04-24 | irc: remove channel from autojoin option when manually closing a buffer | Sébastien Helleu | |
2022-04-24 | irc: fix add of channel to autojoin option when joining a channel with a ↵ | Sébastien Helleu | |
buffer still opened | |||
2022-04-24 | api: allow to catch multiple signals in functions hook_signal and ↵ | Sébastien Helleu | |
hook_hsignal (closes #1780) | |||
2022-04-23 | trigger: check that buffer notify is not "none" to run command of default ↵ | Sébastien Helleu | |
trigger beep | |||
2022-04-16 | buflist: fix memory leak when reading config and changing option ↵ | Sébastien Helleu | |
buflist.look.sort | |||
2022-03-30 | relay: fix save of channels when JOIN/PART are received from an IRC relay ↵ | Sébastien Helleu | |
client (closes #1771) | |||
2022-03-19 | irc: fix memory leak in command /autojoin addraw when channels are missing | Sébastien Helleu | |
2022-03-19 | irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing them | Sébastien Helleu | |
2022-03-17 | core: Fix regex for constants in the Python stub generator | Trygve Aaberge | |
In Python raw strings, newlines can't be escaped with a backslash. If you do that, both the backslash and the newline become part of the string. This meant that the regex for constants both started and ended with a newline which caused every other constant to be skipped. | |||
2022-03-13 | python: add function buffer_new_props in Python stub file | Sébastien Helleu | |
2022-03-13 | api: add function buffer_new_props (closes #1759) | Sébastien Helleu | |
2022-03-12 | scripts: allow null values in config_new_option | Trygve Aaberge | |
The plugin API function config_new_option accepts null as the default_value and/or value however the scripting APIs (except for lua) didn't allow sending null as a parameter value, so it was impossible to use it this way. This allows sending a null value for these parameters. Lua already supported sending in nil for these parameters and it works as expected, so nothing is changed for this plugin. For Guile you can now send in #nil, for JavaScript null or undefined, for Perl undef, for PHP NULL, for Python None, for Ruby nil and for Tcl $::weechat::WEECHAT_NULL. In all of these languages except Tcl this is the special value indicating a missing value. However Tcl only has one type, string, so it doesn't have a null value. Therefore I created a constant with the value `\uFFFF\uFFFF\uFFFFWEECHAT_NULL\uFFFF\uFFFF\uFFFF` which is used instead. This is very unlikely to appear unintentionally. Using the unicode code point \uFFFF was suggested on https://wiki.tcl-lang.org/page/null. I tested this with these scripts: https://gist.github.com/trygveaa/f91977dde5d2876d502bf55fbf9b50cc | |||
2022-03-11 | irc: add option "sort" in command /autojoin | Sébastien Helleu | |
2022-03-10 | irc: update translations | Sébastien Helleu | |