index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-03-27
core: fix bad window size on startup with some terminals like kitty (closes #...
Sébastien Helleu
2022-03-19
irc: fix memory leak in command /autojoin addraw when channels are missing
Sébastien Helleu
2022-03-19
irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing them
Sébastien Helleu
2022-03-17
core: Fix regex for constants in the Python stub generator
Trygve Aaberge
2022-03-13
core: set again TLS verification functions after GnuTLS options are changed (...
Sébastien Helleu
2022-03-13
python: add function buffer_new_props in Python stub file
Sébastien Helleu
2022-03-13
api: add function buffer_new_props (closes #1759)
Sébastien Helleu
2022-03-13
core: add function gui_buffer_new_props (issue #1759)
Sébastien Helleu
2022-03-12
scripts: allow null values in config_new_option
Trygve Aaberge
2022-03-11
irc: add option "sort" in command /autojoin
Sébastien Helleu
2022-03-10
irc: update translations
Sébastien Helleu
2022-03-10
irc: display only one message in /autojoin command output
Sébastien Helleu
2022-03-10
irc: fix add of same channel with and without key in the array list
Sébastien Helleu
2022-03-10
irc: rename server option "autojoin_record" to "autojoin_dynamic"
Sébastien Helleu
2022-03-10
irc: add command /autojoin
Sébastien Helleu
2022-03-10
irc: add server option "autojoin_record"
Sébastien Helleu
2022-03-06
guile: remove disabling of guile gmp allocator with Guile ≥ 3.0.8
Sébastien Helleu
2022-02-28
irc: fix display of message 901 (you are now logged out) (closes #1758)
Sébastien Helleu
2022-02-21
logger: split function logger_backlog into two functions
Sébastien Helleu
2022-02-20
doc/api: Add missing parameter to python prototype for config_new_section
Trygve Aaberge
2022-02-20
scripts: auto-load scripts with supported extensions only (closes #1698)
Sébastien Helleu
2022-02-19
irc: replace calls to strndup by weechat_strndup
Sébastien Helleu
2022-02-19
core: replace calls to strndup by string_strndup
Sébastien Helleu
2022-02-19
core: call strdup in string_strndup if bytes equals strlen of string
Sébastien Helleu
2022-02-14
doc/api: add missing type for argument "count" in Python prototype of functio...
Sébastien Helleu
2022-02-10
irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1...
Sébastien Helleu
2022-01-30
core: search in message tags when tags are displayed with /debug tags
Sébastien Helleu
2022-01-30
core: add support of date and tags in messages displayed in buffers with free...
Sébastien Helleu
2022-01-30
doc/api: fix type of parameter "date" in script prototype of function prnt_da...
Sébastien Helleu
2022-01-28
core: move functions from gui-chat.c to gui-line.c
Sébastien Helleu
2022-01-28
core: use dynamic string in function gui_chat_build_string_message_tags
Sébastien Helleu
2022-01-28
core: use dynamic string in function gui_chat_build_string_prefix_message
Sébastien Helleu
2022-01-26
core: check that utf_char is not NULL in gui chat functions
Sébastien Helleu
2022-01-26
core: set prefix to NULL when clearing a line on a buffer with free content
Sébastien Helleu
2022-01-26
core: fix memory leak when removing a line on a buffer with free content
Sébastien Helleu
2022-01-23
Remove old and unused config option weechat.plugin.debug
Trygve Aaberge
2022-01-22
python: fix crash in hook callbacks after script loading failure (closes #1740)
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2022-01-15
xfer: fix auto-accept of server/nick when the server name contains UTF-8 char...
Sébastien Helleu
2022-01-15
spell: fix comparison of URL prefix with UTF-8 chars (issue #1739)
Sébastien Helleu
2022-01-15
relay: fix comparison of server nonce with UTF-8 chars (issue #1739)
Sébastien Helleu
2022-01-15
irc: fix completion of channel topic with UTF-8 chars (issue #1739)
Sébastien Helleu
2022-01-15
api: fix add of infolist items in hashtable when prefix contains UTF-8 chars ...
Sébastien Helleu
2022-01-15
core: fix search of commands with UTF-8 chars in name when option weechat.loo...
Sébastien Helleu
2022-01-15
trigger: fix search of triggers with UTF-8 chars in name (issue #1739)
Sébastien Helleu
2022-01-14
core: rename argument "length" to "bytes" in function string_strndup
Sébastien Helleu
2022-01-06
irc: use default callback in case of missing parameters in messages 311/312/3...
Sébastien Helleu
2022-01-06
irc: add macro to run another protocol callback
Sébastien Helleu
2022-01-05
irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes #1...
Sébastien Helleu
2022-01-04
irc: fix display of message 344 received as whois geo info (closes #1736)
Sébastien Helleu
[next]