Sébastien Helleu
bf9cf3875f
doc/dev: update format of commit messages for docs
2022-01-29 10:12:32 +01:00
Sébastien Helleu
fc2f564950
doc: update auto-generated files with options
2022-01-28 09:36:03 +01:00
Sébastien Helleu
efaf88d857
tests: add tests on functions gui_line_build_string_prefix_message and gui_line_build_string_message_tags
2022-01-28 07:45:35 +01:00
Sébastien Helleu
05a9457504
core: move functions from gui-chat.c to gui-line.c
...
Functions moved and renamed:
- gui_chat_build_string_prefix_message -> gui_line_build_string_prefix_message
- gui_chat_build_string_message_tags -> gui_line_build_string_message_tags
2022-01-28 07:26:11 +01:00
Sébastien Helleu
3110740777
core: use dynamic string in function gui_chat_build_string_message_tags
2022-01-28 07:12:01 +01:00
Sébastien Helleu
a62f8f6f75
core: use dynamic string in function gui_chat_build_string_prefix_message
2022-01-28 07:03:44 +01:00
Sébastien Helleu
05eb897771
doc/api: merge examples and results in same column (function string_eval_expression)
2022-01-27 21:15:34 +01:00
Sébastien Helleu
113f93e5db
doc/api: add column "Min WeeChat" in string_eval_expression tables
2022-01-27 20:01:46 +01:00
Sébastien Helleu
f2aef8c13c
core: check that utf_char is not NULL in gui chat functions
2022-01-26 20:24:31 +01:00
Sébastien Helleu
3983f01ee7
core: set prefix to NULL when clearing a line on a buffer with free content
2022-01-26 20:23:16 +01:00
Sébastien Helleu
0ebf3dbede
core: fix memory leak when removing a line on a buffer with free content
2022-01-26 20:22:56 +01:00
Sébastien Helleu
13fb3649dd
core: update ChangeLog
2022-01-23 15:42:16 +01:00
Trygve Aaberge
6a88bbb4cc
Remove old and unused config option weechat.plugin.debug
...
As far as I can see, this option is not used anywhere and should have
been removed in commit 6e69f7f3c .
2022-01-23 15:41:10 +01:00
Emir SARI
b018f8d5c8
core: update Turkish translations
2022-01-23 10:18:59 +01:00
Sébastien Helleu
574f1837f9
python: fix crash in hook callbacks after script loading failure ( closes #1740 )
2022-01-22 21:34:04 +01:00
Sébastien Helleu
5172f20217
doc: update Serbian auto-generated file
2022-01-21 22:33:35 +01:00
Ivan Pešić
ab7c4c0147
doc: Update Serbian translation
2022-01-21 14:49:50 +01:00
Nils Görs
28fc2e7cbf
doc: update German documentation
2022-01-18 08:51:55 +01:00
Sébastien Helleu
2d6ab2ec0a
core: fix install of PHP 8.0 in CI
2022-01-17 21:27:04 +01:00
Sébastien Helleu
c44b79dce7
core: update copyright dates
2022-01-17 18:41:06 +01:00
Sébastien Helleu
ab12d384ea
doc: add example of hook_process with a script function (scripting guide)
2022-01-16 10:16:27 +01:00
Sébastien Helleu
c775242a4c
doc: remove useless comparison with empty string in Python examples (plugin API reference)
2022-01-16 10:15:55 +01:00
Sébastien Helleu
619f09f2d6
xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739 )
2022-01-15 10:04:43 +01:00
Sébastien Helleu
e6f65122a9
spell: fix comparison of URL prefix with UTF-8 chars (issue #1739 )
...
There is no problem in practice because the possible URL prefixes are hardcoded
in the spell plugin and don't contain any UTF-8 char on more than one byte.
2022-01-15 10:04:12 +01:00
Sébastien Helleu
50167ca96f
relay: fix comparison of server nonce with UTF-8 chars (issue #1739 )
...
There is no problem in practice because this server nonce is generated by
WeeChat itself and encoded to base64, so it never contains any UTF-8 char on
more than one byte.
2022-01-15 10:03:54 +01:00
Sébastien Helleu
b54d06630d
irc: fix completion of channel topic with UTF-8 chars (issue #1739 )
2022-01-15 09:52:23 +01:00
Sébastien Helleu
c13aa86c79
api: fix add of infolist items in hashtable when prefix contains UTF-8 chars in function hashtable_add_from_infolist (issue #1739 )
2022-01-15 09:48:50 +01:00
Sébastien Helleu
bda7bb64d2
core: fix search of commands with UTF-8 chars in name when option weechat.look.command_incomplete is on (issue #1739 )
2022-01-15 09:48:50 +01:00
Sébastien Helleu
dee7313fcc
trigger: fix search of triggers with UTF-8 chars in name (issue #1739 )
2022-01-15 09:36:02 +01:00
Sébastien Helleu
305608ce89
tests: split tests on functions string_tolower and string_toupper
2022-01-14 21:43:06 +01:00
Sébastien Helleu
f8915129bf
core: rename argument "length" to "bytes" in function string_strndup
2022-01-14 21:41:25 +01:00
Nils Görs
0e57d01076
doc: update German documentation
2022-01-12 12:37:00 +01:00
Sébastien Helleu
286338f627
doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference)
2022-01-08 17:05:51 +01:00
Sébastien Helleu
9bbab7ff02
irc: use default callback in case of missing parameters in messages 311/312/327 (whois) and 314 (whowas)
2022-01-06 08:14:11 +01:00
Sébastien Helleu
6670fd2a87
irc: add macro to run another protocol callback
2022-01-06 08:10:44 +01:00
Sébastien Helleu
0d6b18bc54
irc: fix parsing of message 338 (whois, host) sent by Rizon server ( closes #1737 )
2022-01-05 08:24:04 +01:00
Sébastien Helleu
8c49475f75
irc: fix display of message 344 received as whois geo info ( closes #1736 )
2022-01-04 19:53:48 +01:00
Sébastien Helleu
08e0d3912a
doc: add note about chars replaced in IRC tag key/value (user's guide)
2021-12-30 21:49:51 +01:00
Sébastien Helleu
532d46bb93
trigger: add variables ${tg_tag_irc_xxx} containing IRC message tags (issue #1680 )
2021-12-30 21:22:37 +01:00
Sébastien Helleu
b66298d369
irc: add IRC message tags in messages displayed ( closes #1680 )
2021-12-30 21:11:22 +01:00
Sébastien Helleu
5c6fc8c4bd
doc: update OS examples in contributing guide
2021-12-30 07:25:23 +01:00
Sébastien Helleu
ee96b9b867
doc: change pygments pre-processor color from red to green/cyan
2021-12-28 23:34:38 +01:00
Sébastien Helleu
1c022d3bda
doc: move section "Fset" in "Configuration" (user's guide)
2021-12-28 22:22:14 +01:00
Sébastien Helleu
dd2b19ec42
core: fix display of hotlist in buflist after changing value of option weechat.look.hotlist_sort ( closes #1733 )
...
The "hotlist" pointer in buffers was lost, it is now set again after switching
to the newly sorted hotlist.
2021-12-28 13:52:58 +01:00
Sébastien Helleu
df0506dbdf
doc: update German auto-generated file
2021-12-28 13:34:15 +01:00
Nils Görs
93eafae2fe
core: update German translations
2021-12-27 10:42:54 +01:00
Sébastien Helleu
7fb1dd94cc
core: add build of Debian packages in CI
2021-12-25 16:26:43 +01:00
Sébastien Helleu
c8a8680d60
relay: improve help on option relay.network.compression
2021-12-25 10:44:00 +01:00
Sébastien Helleu
af067f18e2
doc: update auto-generated files with options
2021-12-25 10:31:44 +01:00
Sébastien Helleu
454c0acbcf
doc: fix color of preformatted text in docs
2021-12-25 10:30:18 +01:00