summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2022-03-07doc: fix syntax highlighting in Serbian docsSébastien Helleu
2022-03-06guile: remove disabling of guile gmp allocator with Guile ≥ 3.0.8Sébastien Helleu
2022-03-05tests: add tests on function irc_server_validSébastien Helleu
2022-03-04tests: add tests on functions irc_server_search and irc_server_casesearchSébastien Helleu
2022-02-28irc: fix display of message 901 (you are now logged out) (closes #1758)Sébastien Helleu
2022-02-22doc: Update Serbian documentationIvan Pešić
2022-02-21tests: add tests on function logger_backlog_display_lineSébastien Helleu
2022-02-21logger: split function logger_backlog into two functionsSébastien Helleu
2022-02-21doc/relay: fix columns sizes in tablesSébastien Helleu
2022-02-21doc/scripting: fix column size in tablesSébastien Helleu
2022-02-21doc/user: fix style in tablesSébastien Helleu
2022-02-21doc: update German documentationNils Görs
2022-02-20doc/dev: add table with list of components for git commit messageSébastien Helleu
2022-02-20doc/api: Add missing parameter to python prototype for config_new_sectionTrygve Aaberge
2022-02-20scripts: auto-load scripts with supported extensions only (closes #1698)Sébastien Helleu
2022-02-20doc/user: update dependencies using versions from Debian BullseyeSébastien Helleu
2022-02-20doc/user: add missing dependency on ruby-pygments.rb to build docSébastien Helleu
2022-02-19irc: replace calls to strndup by weechat_strndupSébastien Helleu
2022-02-19core: replace calls to strndup by string_strndupSébastien Helleu
2022-02-19tests: add tests on function string_strndupSébastien Helleu
2022-02-19core: call strdup in string_strndup if bytes equals strlen of stringSébastien Helleu
2022-02-19debian: change dependency libargon2-0-dev to libargon2-dev (debian bug #1005703)Sébastien Helleu
2022-02-15core: update sentence about XDG directories in release notesSébastien Helleu
2022-02-14doc/api: add missing type for argument "count" in Python prototype of functio...Sébastien Helleu
2022-02-10irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1...Sébastien Helleu
2022-02-08doc: Update Serbian documentationIvan Pešić
2022-02-08ruby: add detection of Ruby 3.1Sébastien Helleu
2022-02-05core: fix style in ChangeLogSébastien Helleu
2022-02-01doc/user: add supported C++ compilers in dependenciesSébastien Helleu
2022-01-30core: search in message tags when tags are displayed with /debug tagsSébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-30doc/api: fix type of parameter "date" in script prototype of function prnt_da...Sébastien Helleu
2022-01-30tests: add tests on gui_chat_printf_date_tags with past date and tagsSébastien Helleu
2022-01-29tests: add tests on GUI chat functionsSébastien Helleu
2022-01-29doc/dev: update format of commit messages for docsSébastien Helleu
2022-01-28doc: update auto-generated files with optionsSébastien Helleu
2022-01-28tests: add tests on functions gui_line_build_string_prefix_message and gui_li...Sébastien Helleu
2022-01-28core: move functions from gui-chat.c to gui-line.cSébastien Helleu
2022-01-28core: use dynamic string in function gui_chat_build_string_message_tagsSébastien Helleu
2022-01-28core: use dynamic string in function gui_chat_build_string_prefix_messageSébastien Helleu
2022-01-27doc/api: merge examples and results in same column (function string_eval_expr...Sébastien Helleu
2022-01-27doc/api: add column "Min WeeChat" in string_eval_expression tablesSébastien Helleu
2022-01-26core: check that utf_char is not NULL in gui chat functionsSébastien Helleu
2022-01-26core: set prefix to NULL when clearing a line on a buffer with free contentSébastien Helleu
2022-01-26core: fix memory leak when removing a line on a buffer with free contentSébastien Helleu
2022-01-23core: update ChangeLogSébastien Helleu
2022-01-23Remove old and unused config option weechat.plugin.debugTrygve Aaberge
2022-01-23core: update Turkish translationsEmir SARI
2022-01-22python: fix crash in hook callbacks after script loading failure (closes #1740)Sébastien Helleu