summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-06core: update ChangeLogSé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-06doc: replace ${name} by ${server_name} in example of function hdata_search (p...Sébastien Helleu
2021-11-06core: reverse diff arguments in CISébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-05core: add hdata changes in release notesSébastien Helleu
2021-11-05tests: add missing include of string.hSébastien Helleu
2021-11-05core: add unit tests on hdataSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-11-03core: fix crash in function hdata_set when pointer value is NULL in hashtableSébastien Helleu
2021-11-03core: check that time is valid in function hdata_setSébastien Helleu
2021-11-03core: remove useless test in function hdata_updateSébastien Helleu
2021-11-02core: check that hdata and name are not NULL in function hdata_compareSébastien Helleu
2021-11-01core: check that name is not NULL in function hdata_get_varSébastien Helleu
2021-10-29core: use a "free value" callback in hashtable weechat_hdataSébastien Helleu
2021-10-24doc: update Polish auto-generated filesSébastien Helleu
2021-10-24po: updated polish translationKrzysztof Korościk
2021-10-23doc: updated polish translationKrzysztof Korościk
2021-10-23doc: update German auto-generated fileSébastien Helleu
2021-10-23core: update German translationsNils Görs
2021-10-23core: fix typo in ChangeLogSébastien Helleu
2021-10-23core: update ChangeLog (closes #1666)Sébastien Helleu
2021-10-23core: update translationsSé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
2021-10-17irc: keep trailing spaces in received message 322Sébastien Helleu
2021-10-17tests: ensure trailing spaces are preserved in some incoming IRC commandsSébastien Helleu
2021-10-17irc: don't keep trailing spaces in received message TAGMSGSébastien Helleu
2021-10-17tests: protect IRC message with quotes in command /server fakerecvSébastien Helleu
2021-10-17irc: remove quotes around message in command /server fakerecvSébastien Helleu
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" co...Sébastien Helleu
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
2021-10-17irc: use parsed command parameters in "437" command callbackSébastien Helleu
2021-10-17irc: remove server in "432" and "433" command callbacks examplesSébastien Helleu
2021-10-17irc: use parsed command parameters in "368" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "367" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "366" command callbackSébastien Helleu