Age | Commit message (Collapse) | Author |
|
|
|
"plugins_commands" and ""weechat_commands"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path/filename (closes #850)
|
|
(closes #851)
|
|
|
|
|
|
email" (closes #849)
|
|
The code in signal handers (SIGHUP, SIGQUIT, SIGTERM) is moved into main
loop, this hopefully fixes the deadlock when quitting after receiving
one of these signals.
The code in SIGWINCH signal handler is moved too (even if it shouldn't
be a problem).
|
|
|
|
|
|
Now string_expand_home() can return NULL if the HOME environment
variable it not set, so this commit adds an extra check on the variable
"filename2" before using it.
|
|
api: fix string_expand_home SIGSEGV when HOME environment variable unset
|
|
|
|
(issue #825)
|
|
(closes #825)
|
|
|
|
#818)
|
|
|
|
|
|
This could cause crash in case of memory allocation error
(but WeeChat would probably crash or have problems anyway if there's not
enough memory for the input line).
|
|
the string (issue #812)
Some tests are added as well to test the multiple masks in the string.
|
|
|
|
|
|
|
|
guide
|
|
|
|
|
|
|
|
|
|
|
|
(closes #781)
|
|
Windows subsystem for Linux (issue #770)
The test on socketpair() function is now made when hooks are
initialized (instead of doing the test at compilation time).
|
|
with Windows subsystem for Linux (closes #770)"
This reverts commit 399636f98453bdc1fca19b4dbc742993549aa6c3.
|
|
|
|
|
|
|
|
/input hotlist_clear
|
|
|
|
|
|
xfer_set_{local|remote}_address()
|
|
|
|
|
|
gui_buffer_input_buffer_init()
|
|
|