summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2022-03-10irc: rename server option "autojoin_record" to "autojoin_dynamic"Sébastien Helleu
2022-03-10irc: add command /autojoinSébastien Helleu
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2022-03-06guile: remove disabling of guile gmp allocator with Guile ≥ 3.0.8Sébastien Helleu
2022-02-28irc: fix display of message 901 (you are now logged out) (closes #1758)Sébastien Helleu
2022-02-21logger: split function logger_backlog into two functionsSébastien Helleu
2022-02-20doc/api: Add missing parameter to python prototype for config_new_sectionTrygve Aaberge
2022-02-20scripts: auto-load scripts with supported extensions only (closes #1698)Sébastien Helleu
2022-02-19irc: replace calls to strndup by weechat_strndupSébastien Helleu
2022-02-14doc/api: add missing type for argument "count" in Python prototype of functio...Sébastien Helleu
2022-02-10irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1...Sébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-30doc/api: fix type of parameter "date" in script prototype of function prnt_da...Sébastien Helleu
2022-01-22python: fix crash in hook callbacks after script loading failure (closes #1740)Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15xfer: fix auto-accept of server/nick when the server name contains UTF-8 char...Sébastien Helleu
2022-01-15spell: fix comparison of URL prefix with UTF-8 chars (issue #1739)Sébastien Helleu
2022-01-15relay: fix comparison of server nonce with UTF-8 chars (issue #1739)Sébastien Helleu
2022-01-15irc: fix completion of channel topic with UTF-8 chars (issue #1739)Sébastien Helleu
2022-01-15trigger: fix search of triggers with UTF-8 chars in name (issue #1739)Sébastien Helleu
2022-01-06irc: use default callback in case of missing parameters in messages 311/312/3...Sébastien Helleu
2022-01-06irc: add macro to run another protocol callbackSébastien Helleu
2022-01-05irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes #1...Sébastien Helleu
2022-01-04irc: fix display of message 344 received as whois geo info (closes #1736)Sébastien Helleu
2021-12-30trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags (issue...Sébastien Helleu
2021-12-30irc: add IRC message tags in messages displayed (closes #1680)Sébastien Helleu
2021-12-25relay: improve help on option relay.network.compressionSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
2021-12-23irc: fix display of IRC numeric messages with no parametersSébastien Helleu
2021-11-21core: fix detection of Ruby 3.0 on macOS (issue #1721)Sébastien Helleu
2021-11-20irc: fix memory leak in case of realloc errorSébastien Helleu
2021-11-13trigger: hide key and password in command "/msg nickserv setpass nick key pas...Sébastien Helleu
2021-11-13relay: remove dead assignment in websocket decodingSébastien Helleu
2021-11-13tests: add tests on some IRC SASL functionsSébastien Helleu
2021-11-12trigger: add comments with list of all commands in default triggersSébastien Helleu
2021-11-12trigger: split default triggers on multiple linesSébastien Helleu
2021-11-12trigger: add support of option "-server" when hiding passwords in command /ms...Sébastien Helleu
2021-11-07irc: extend size of some internal buffersSébastien Helleu
2021-11-06irc: do not display a message parsing error when a channel buffer can not be ...Sébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu
2021-11-06irc: fix memory leak in main IRC message callbackSébastien Helleu
2021-11-06irc: fix memory leak in callback of IRC message 353Sébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-10-17irc: do not display first parameter in numeric command when it is "*"Sébastien Helleu
2021-10-17irc: do not display "*" when received as nick in command 900Sébastien Helleu
2021-10-17irc: add URL to extended-join extensionSébastien Helleu
2021-10-17irc: fix URL to invite-notify extensionSébastien Helleu
2021-10-17irc: add more CAP command examplesSébastien Helleu
2021-10-17irc: remove parameters argc/argv/argv_eol from command callbacksSébastien Helleu