summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
2022-06-18core: add trailing slashes in URLsSébastien Helleu
2022-06-17irc: add example with `/allchan` in `/help autojoin`Sébastien Helleu
2022-06-15irc: rename option `save` to `apply` in command `/autojoin`Sébastien Helleu
2022-04-24irc: remove channel from autojoin option when manually closing a bufferSébastien Helleu
2022-04-24irc: fix add of channel to autojoin option when joining a channel with a ↵Sébastien Helleu
buffer still opened
2022-03-19irc: fix memory leak in command /autojoin addraw when channels are missingSébastien Helleu
2022-03-19irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing themSébastien Helleu
2022-03-11irc: add option "sort" in command /autojoinSébastien Helleu
2022-03-10irc: update translationsSébastien Helleu
2022-03-10irc: display only one message in /autojoin command outputSébastien Helleu
2022-03-10irc: fix add of same channel with and without key in the array listSébastien Helleu
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-02-28irc: fix display of message 901 (you are now logged out) (closes #1758)Sébastien Helleu
2022-02-19irc: replace calls to strndup by weechat_strndupSébastien Helleu
2022-02-10irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes ↵Sébastien Helleu
#1751)
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15irc: fix completion of channel topic with UTF-8 chars (issue #1739)Sébastien Helleu
2022-01-06irc: use default callback in case of missing parameters in messages ↵Sébastien Helleu
311/312/327 (whois) and 314 (whowas)
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 ↵Sébastien Helleu
#1737)
2022-01-04irc: fix display of message 344 received as whois geo info (closes #1736)Sébastien Helleu
2021-12-30irc: add IRC message tags in messages displayed (closes #1680)Sébastien Helleu
2021-12-23irc: fix display of IRC numeric messages with no parametersSébastien Helleu
For example this MOTD message is properly displayed (empty line): :server.example.com 372 nick :
2021-11-20irc: fix memory leak in case of realloc errorSébastien Helleu
2021-11-13tests: add tests on some IRC SASL functionsSé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
created
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-04core: fix access to integer/long/time arrays in hdata, add support of static ↵Sébastien Helleu
arrays in hdata
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
2021-10-17irc: keep trailing spaces in received message 322Sébastien Helleu
2021-10-17irc: don't keep trailing spaces in received message TAGMSGSébastien Helleu
2021-10-17irc: remove quotes around message in command /server fakerecvSébastien Helleu
This preserves trailing spaces at the end of the message.
2021-10-17irc: remove server in "903" and "904" command callbacks examplesSébastien Helleu
2021-10-17irc: use parsed command parameters in "901" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "900" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "730", "731", "732", "733" and "734" ↵Sébastien Helleu
command callbacks
2021-10-17irc: use parsed command parameters in "729" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "728" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "470" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "438" command callbackSébastien Helleu