Age | Commit message (Collapse) | Author |
|
|
|
|
|
WeeChat home (deleted on exit)
|
|
arguments (closes #1248)
|
|
|
|
#1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
|
|
|
|
|
|
|
|
Some includes were missing in .h files, and the tests must be linked
with intl and execinfo on FreeBSD.
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
screen/tmux
The same warning is displayed with command "/debug term".
|
|
|
|
|
|
|
|
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on
GNU/Hurd), so that all plugins can use it.
|
|
|
|
init/deinit of gnutls/crypt, useful for valgrind/electric-fence)
|
|
after startup of WeeChat
|
|
|
|
|
|
|
|
upgrade
|
|
|
|
|
|
|
|
|
|
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
|
|
|
|
New (core) command /version displays version, and number of upgrades done with
first start date (if # /upgrade > 0).
The number of upgrades is displayed at startup (if > 0).
|
|
|
|
plugins (useful when using valgrind)
|
|
|
|
|
|
|
|
more signals for setting debug)
|
|
for irc plugin
|
|
|
|
|
|
|
|
replaced "void *" pointers by structures
|
|
|
|
|