summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: add CodeQL analysiscodeqlSébastien Helleu2022-02-191-0/+34
* core: update sentence about XDG directories in release notesSébastien Helleu2022-02-151-2/+4
* doc/api: add missing type for argument "count" in Python prototype of function ngettextSébastien Helleu2022-02-146-6/+6
* irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1751)Sébastien Helleu2022-02-103-102/+126
* doc: Update Serbian documentationIvan Pešić2022-02-082-18/+15
* ruby: add detection of Ruby 3.1Sébastien Helleu2022-02-083-2/+6
* core: fix style in ChangeLogSébastien Helleu2022-02-051-1/+1
* doc/user: add supported C++ compilers in dependenciesSébastien Helleu2022-02-017-210/+203
* core: search in message tags when tags are displayed with /debug tagsSébastien Helleu2022-01-305-33/+92
* core: add support of date and tags in messages displayed in buffers with free content, add function printf_y_date_tags (closes #1746)Sébastien Helleu2022-01-3043-60/+752
* doc/api: fix type of parameter "date" in script prototype of function prnt_date_tagsSébastien Helleu2022-01-306-6/+6
* tests: add tests on gui_chat_printf_date_tags with past date and tagsSébastien Helleu2022-01-301-8/+53
* tests: add tests on GUI chat functionsSébastien Helleu2022-01-299-0/+634
* doc/dev: update format of commit messages for docsSébastien Helleu2022-01-294-17/+53
* doc: update auto-generated files with optionsSébastien Helleu2022-01-2821-839/+736
* tests: add tests on functions gui_line_build_string_prefix_message and gui_line_build_string_message_tagsSébastien Helleu2022-01-281-0/+81
* core: move functions from gui-chat.c to gui-line.cSébastien Helleu2022-01-285-70/+70
* core: use dynamic string in function gui_chat_build_string_message_tagsSébastien Helleu2022-01-281-22/+18
* core: use dynamic string in function gui_chat_build_string_prefix_messageSébastien Helleu2022-01-281-27/+11
* doc/api: merge examples and results in same column (function string_eval_expression)Sébastien Helleu2022-01-275-1250/+1653
* doc/api: add column "Min WeeChat" in string_eval_expression tablesSébastien Helleu2022-01-275-515/+338
* core: check that utf_char is not NULL in gui chat functionsSébastien Helleu2022-01-261-0/+6
* core: set prefix to NULL when clearing a line on a buffer with free contentSébastien Helleu2022-01-261-2/+3
* core: fix memory leak when removing a line on a buffer with free contentSébastien Helleu2022-01-262-17/+23
* core: update ChangeLogSébastien Helleu2022-01-231-0/+1
* Remove old and unused config option weechat.plugin.debugTrygve Aaberge2022-01-232-9/+0
* core: update Turkish translationsEmir SARI2022-01-231-1482/+4349
* python: fix crash in hook callbacks after script loading failure (closes #1740)Sébastien Helleu2022-01-223-83/+58
* doc: update Serbian auto-generated fileSébastien Helleu2022-01-211-1/+1
* doc: Update Serbian translationIvan Pešić2022-01-216-53/+40
* doc: update German documentationNils Görs2022-01-181-4/+2
* core: fix install of PHP 8.0 in CISébastien Helleu2022-01-171-2/+2
* core: update copyright datesSébastien Helleu2022-01-17613-614/+614
* doc: add example of hook_process with a script function (scripting guide)Sébastien Helleu2022-01-167-144/+343
* doc: remove useless comparison with empty string in Python examples (plugin API reference)Sébastien Helleu2022-01-165-35/+35
* xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739)Sébastien Helleu2022-01-152-2/+4
* spell: fix comparison of URL prefix with UTF-8 chars (issue #1739)Sébastien Helleu2022-01-151-1/+3
* relay: fix comparison of server nonce with UTF-8 chars (issue #1739)Sébastien Helleu2022-01-151-2/+3
* irc: fix completion of channel topic with UTF-8 chars (issue #1739)Sébastien Helleu2022-01-152-1/+2
* api: fix add of infolist items in hashtable when prefix contains UTF-8 chars in function hashtable_add_from_infolist (issue #1739)Sébastien Helleu2022-01-152-3/+6
* core: fix search of commands with UTF-8 chars in name when option weechat.look.command_incomplete is on (issue #1739)Sébastien Helleu2022-01-153-2/+3
* trigger: fix search of triggers with UTF-8 chars in name (issue #1739)Sébastien Helleu2022-01-152-1/+5
* tests: split tests on functions string_tolower and string_toupperSébastien Helleu2022-01-141-2/+18
* core: rename argument "length" to "bytes" in function string_strndupSébastien Helleu2022-01-147-23/+28
* doc: update German documentationNils Görs2022-01-121-21/+15
* doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference)Sébastien Helleu2022-01-085-0/+18
* irc: use default callback in case of missing parameters in messages 311/312/327 (whois) and 314 (whowas)Sébastien Helleu2022-01-063-137/+165
* irc: add macro to run another protocol callbackSébastien Helleu2022-01-062-34/+17
* irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes #1737)Sébastien Helleu2022-01-053-26/+39
* irc: fix display of message 344 received as whois geo info (closes #1736)Sébastien Helleu2022-01-043-22/+40