summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-07-05doc: remove extra space in Serbian translationSébastien Helleu
2022-07-05core/doc: Update Serbian translationIvan Pešić
2022-07-04doc: fix display of literal blocksSébastien Helleu
This fixes: - height of lines in literal blocks (all browsers) - literal blocks in Japanese docs (Firefox)
2022-07-03doc: remove font "Noto Color Emoji"Sébastien Helleu
This allows the same render for north east arrow on all browsers.
2022-07-03doc: force color-scheme to dark/light according to the themeSébastien Helleu
This allows to have dark scroll bars in Chrome-based browsers.
2022-07-02tests: add tests on IRC messages 524/704/705/706 (issue #1772)Sébastien Helleu
2022-07-02api: run hook_print callback also on empty messagesSébastien Helleu
2022-07-02irc: remove unneeded translation marker (issue #1772)Sébastien Helleu
2022-07-02core: update ChangeLog (issue #1772)Sébastien Helleu
2022-07-02irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772)Sébastien Helleu
2022-07-02irc: fix comments (issue #1772)Sébastien Helleu
2022-07-02irc: add ERR_HELPNOTFOUND (issue #1772)Valentin Lorentz
2022-07-02irc: strip topic name when formatting ↵Valentin Lorentz
RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP (issue #1772)
2022-06-30core: update ChangeLogSébastien Helleu
2022-06-30php: fix compilation warning about unused argumentsSébastien Helleu
2022-06-30php: 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-30php: Add stubs and generate arginfo for PHP APIAdam 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-30php: Adjust API for PHP 8.2Adam Saponara
2022-06-28doc/quickstart: add command /autojoin and server option autojoin_dynamicSébastien Helleu
2022-06-27doc/scripting: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/relay: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/quickstart: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/api: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/faq: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/dev: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/user: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/user: replace TOR by TorSébastien Helleu
2022-06-25doc/user: add a chapter on supported IRCv3 extensionsSébastien Helleu
2022-06-25irc: update URLs to IRCv3 specificationsSébastien Helleu
2022-06-24doc: remove underline and change color for linksSébastien Helleu
2022-06-24doc: fix generation of python stubSébastien Helleu
2022-06-23doc: change formatting in asciidoctor tablesSébastien Helleu