summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-batch.c
AgeCommit message (Collapse)Author
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_string_dyn_free() (issue #865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_string_free_split() (issue #865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_hashtable_free() (issue #865)
2024-04-25irc: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-14core: fix styleSébastien Helleu
2023-08-09irc: add missing tags on multiline messages (closes #1987)Sébastien Helleu
2023-05-15irc: fix use of uninitialized variableSébastien Helleu
2023-05-14irc: do not display multiline message if capability "draft/multiline" is not ↵Sébastien Helleu
enabled (issue #1923)
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu