summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12trigger: add support of option "-server" when hiding passwords in command /ms...Sébastien Helleu
2021-11-11doc: fix typos in user's guideSébastien Helleu
2021-11-11doc: fix sentences in French user's guideSébastien Helleu
2021-11-11core: fix typos in docsSébastien Helleu
2021-11-09tests: add extra tests on functions string_strcmp_ignore_chars and string_con...Sébastien Helleu
2021-11-08core: update Serbian translationsIvan Pešić
2021-11-08core: update Spanish translationsSantiago Forero
2021-11-07core: fix random integer number with large range in evaluation of expressions...Sébastien Helleu
2021-11-07tests: fix allocation of test_ptr_1_hashtable_dyn in hdata testsSébastien Helleu
2021-11-07tests: add tests on UTF-8 string functionsSébastien Helleu
2021-11-07irc: extend size of some internal buffersSébastien Helleu
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