summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-20core: add build on macOS 11 in CISébastien Helleu
2021-11-20build: add targets "changelog" and "rn" to build HTML version of ChangeLog ↵Sébastien Helleu
and release notes (CMake build only)
2021-11-20build: improve error management in build of tarballsSé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 ↵Sébastien Helleu
password"
2021-11-13core: speed up eval by storing length of prefix/suffix in eval structureSébastien Helleu
2021-11-13core: free strings with XDG directories in case of errorSébastien Helleu
2021-11-13relay: remove dead assignment in websocket decodingSébastien Helleu
2021-11-13core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" ↵Sébastien Helleu
when multiple "strip_items" are given
2021-11-13tests: add tests on some IRC SASL functionsSébastien Helleu
2021-11-13core: add note about default trigger "cmd_pass_register" in release notesSé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-12tests: add tests on default triggersSébastien Helleu
2021-11-12trigger: add support of option "-server" when hiding passwords in command ↵Sébastien Helleu
/msg nickserv register
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 ↵Sébastien Helleu
string_convert_escaped_chars
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 ↵Sébastien Helleu
expressions on GNU/Hurd
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
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-06doc: replace ${name} by ${server_name} in example of function hdata_search ↵Sébastien Helleu
(plugin API reference)
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
arrays in hdata
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