Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-07-03 | doc: force color-scheme to dark/light according to the theme | Sébastien Helleu | |
This allows to have dark scroll bars in Chrome-based browsers. | |||
2022-07-02 | tests: add tests on IRC messages 524/704/705/706 (issue #1772) | Sébastien Helleu | |
2022-07-02 | api: run hook_print callback also on empty messages | Sébastien Helleu | |
2022-07-02 | irc: remove unneeded translation marker (issue #1772) | Sébastien Helleu | |
2022-07-02 | core: update ChangeLog (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 | core: update ChangeLog | Sébastien Helleu | |
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-28 | doc/quickstart: add command /autojoin and server option autojoin_dynamic | Sébastien Helleu | |
2022-06-27 | doc/scripting: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/relay: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/quickstart: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/api: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/faq: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/dev: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/user: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/user: replace TOR by Tor | Sébastien Helleu | |
2022-06-25 | doc/user: add a chapter on supported IRCv3 extensions | Sébastien Helleu | |
2022-06-25 | irc: update URLs to IRCv3 specifications | Sébastien Helleu | |
2022-06-24 | doc: remove underline and change color for links | Sébastien Helleu | |