Sébastien Helleu
990c0bc121
exec: add option "-oc" in command /exec to execute commands in process output ( closes #877 )
...
The behavior of existing option "-o" is changed: now commands are NOT
executed (which is more secure by default).
2017-01-06 19:22:24 +01:00
Sébastien Helleu
e01ed80669
core: move line from new features to bugs in ChangeLog
2017-01-06 07:52:44 +01:00
Sébastien Helleu
501437af07
exec: fix memory leak in display of process output
2017-01-06 07:26:43 +01:00
Sébastien Helleu
914bda1a74
irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873 )
2017-01-01 16:35:02 +01:00
Sébastien Helleu
28125942d4
core: add issue #876 in ChangeLog
2017-01-01 15:07:12 +01:00
Sébastien Helleu
c9fbb917e0
irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276 )
2017-01-01 14:53:41 +01:00
Sébastien Helleu
668bb3a4ad
api: add info "uptime" (WeeChat uptime)
2016-12-31 18:28:55 +01:00
Sébastien Helleu
e098a0dc54
core: fix compilation on Mac OS X ( closes #276 )
...
The resolver functions like res_init() require link with resolv.
2016-12-17 17:52:33 +01:00
Sébastien Helleu
8ad3b9afe9
core: update ChangeLog ( closes #411 , closes #802 )
2016-12-17 08:00:08 +01:00
Sébastien Helleu
6c1815d3d1
core, xfer: display more information on fork errors (issue #573 )
2016-12-13 18:24:46 +01:00
Sébastien Helleu
39a8b9810b
core: update ChangeLog ( closes #377 , closes #820 )
2016-12-11 13:44:20 +01:00
Sébastien Helleu
28fde407f4
irc: evaluate content of server option "ssl_fingerprint" ( closes #858 )
2016-12-03 09:44:18 +01:00
Sébastien Helleu
4c6d9e14d1
script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded ( closes #855 )
2016-12-01 19:34:23 +01:00
Sébastien Helleu
cbefb9677b
core: update ChangeLog
2016-11-30 21:24:40 +01:00
Sébastien Helleu
fa3ada831d
core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"
2016-11-29 23:36:55 +01:00
Sébastien Helleu
d0af6b8dce
core: add optional arguments in completion template, sent to the callback
2016-11-29 20:01:35 +01:00
Sébastien Helleu
93ef6b0a3e
core: add option "time" in command /debug
2016-11-28 21:52:14 +01:00
Sébastien Helleu
377fad22db
irc: add tag "self_msg" on self messages ( closes #840 )
2016-11-26 13:58:16 +01:00
Sébastien Helleu
cfc22c700c
irc: add missing tags on CTCP message sent
2016-11-26 13:49:34 +01:00
Sébastien Helleu
0cec295a41
fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename ( closes #850 )
2016-11-22 19:24:40 +01:00
Sébastien Helleu
fe95a1c8a8
core: add a warning in header of configuration files to not edit by hand ( closes #851 )
2016-11-21 22:29:35 +01:00
Sébastien Helleu
111f8245d8
api: add info "pid" (WeeChat PID) (issue #850 )
2016-11-20 16:07:27 +01:00
Sébastien Helleu
68d5a89b3d
trigger: do not hide email in command "/msg nickserv register password email" ( closes #849 )
2016-11-19 14:20:10 +01:00
Sébastien Helleu
2122cbf93f
core: update ChangeLog
2016-11-14 07:27:02 +01:00
Sébastien Helleu
0f5192dad5
core: add name of signals in ChangeLog
2016-11-13 16:13:59 +01:00
Sébastien Helleu
018b969381
core: fix deadlock when quitting after a signal is received ( closes #32 )
...
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).
2016-11-13 16:07:24 +01:00
Sébastien Helleu
f312e17008
core: update ChangeLog ( closes #834 )
2016-11-01 14:20:23 +01:00
Sébastien Helleu
79ea328288
core: update ChangeLog
2016-10-30 07:06:25 +01:00
Sébastien Helleu
570f4817dd
core: fix display of empty lines in search mode ( closes #829 )
2016-10-29 17:18:28 +02:00
Sébastien Helleu
d4a9c48cc8
relay: set status to AUTH_FAILED in case of auth failure in irc protocol (issue #825 )
2016-10-25 07:23:26 +02:00
Sébastien Helleu
133cbbd947
relay: set status to AUTH_FAILED in case of auth failure in weechat protocol ( closes #825 )
2016-10-21 07:49:10 +02:00
Sébastien Helleu
b51beb6766
irc: change default value of option irc.network.lag_reconnect to 300 ( closes #818 )
2016-10-18 22:06:39 +02:00
Sébastien Helleu
cc0337bbe1
Version 1.6
2016-10-02 09:35:04 +02:00
Sébastien Helleu
54841f6294
api: fix return of function string_match() when there are multiple masks in the string (issue #812 )
...
Some tests are added as well to test the multiple masks in the string.
2016-10-02 08:58:19 +02:00
Sébastien Helleu
1c626ab946
core: update ChangeLog
2016-09-22 21:10:52 +02:00
Sébastien Helleu
0572d0c4f5
core: evaluate content of option "weechat.look.item_time_format" (issue #791 )
2016-09-03 08:28:05 +02:00
Sébastien Helleu
fa9c17660f
build: enable again build of man page and documentation on Cygwin (issue #722 )
2016-09-03 07:54:42 +02:00
Sébastien Helleu
5d5335b2c1
irc: fix display of service notice mask (message 008) ( closes #429 )
2016-08-30 18:36:07 +02:00
Sébastien Helleu
7994932b29
core: add issue #722 in ChangeLog
2016-08-30 18:28:03 +02:00
Sébastien Helleu
4994e9cbb9
core: add more info about issue #771 in ChangeLog
2016-08-30 18:27:30 +02:00
Sébastien Helleu
6dad386cfd
build: disable build of man page and documentation on Cygwin
2016-08-22 21:49:35 +02:00
Sébastien Helleu
d6767b4ed6
api: fix crash in function network_connect_to() if address is NULL (issue #781 )
2016-08-20 19:55:35 +02:00
Sébastien Helleu
2f0d39f98d
xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set ( closes #781 )
2016-08-20 19:52:47 +02:00
Sébastien Helleu
c2ea70c3e9
api: fix connection to servers with hook_connect() on Windows 10 with 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).
2016-08-19 20:06:04 +02:00
Sébastien Helleu
091ef992dd
Revert "api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux ( closes #770 )"
...
This reverts commit 399636f98453bdc1fca19b4dbc742993549aa6c3.
2016-08-19 19:44:08 +02:00
Sébastien Helleu
e00fb7d0e5
core: update ChangeLog
2016-08-18 22:06:57 +02:00
Sébastien Helleu
a01ecb276f
core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear
2016-08-16 21:22:28 +02:00
Sébastien Helleu
daca5c3c86
core: add option "cycle" in command /buffer
2016-08-14 11:29:34 +02:00
Sébastien Helleu
64998dee19
core: update ChangeLog
2016-08-09 21:55:30 +02:00
Sébastien Helleu
992a620a26
core: update ChangeLog
2016-08-07 16:21:43 +02:00