Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-06 | exec: add option "-oc" in command /exec to execute commands in process ↵ | Sébastien Helleu | |
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 | exec: fix memory leak in display of process output | Sébastien Helleu | |
2017-01-01 | irc: fix close of server channels which are waiting for the JOIN when the ↵ | Sébastien Helleu | |
server buffer is closed (issue #873) | |||
2017-01-01 | Merge pull request #876 from sim642/switch-join-forwarded | Sébastien Helleu | |
irc: fix buffer switching on manual join for forwarded channels | |||
2017-01-01 | irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276) | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-31 | irc: fix buffer switching on manual join for forwarded channels | Simmo Saan | |
Previously using option values irc.look.buffer_open_before_join off irc.look.buffer_switch_join on and manually joining a channel which gets forwarded (e.g. #linux -> ##linux-overflow on freenode) the channel buffer for ##linux-overflow was not switched to even though the option says it should have. This patch copies manual join and noswitch information for channels which get forwarded. | |||
2016-12-31 | api: add info "uptime" (WeeChat uptime) | Sébastien Helleu | |
2016-12-31 | script: fix auto-load of new scripts with /script install | Sébastien Helleu | |
Regression was introduced by commit 4c6d9e14d1dd428b0196a50bf8fe3201ec329741. | |||
2016-12-15 | irc: add examples in help of usermode server option | Sébastien Helleu | |
2016-12-13 | core, xfer: display more information on fork errors (issue #573) | Sébastien Helleu | |
2016-12-11 | irc: evaluate content of server option "usermode" | Sébastien Helleu | |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu | |
2016-12-11 | Merge remote-tracking branch 'origin/pr/820' | Sébastien Helleu | |
2016-12-03 | irc: evaluate content of server option "ssl_fingerprint" (closes #858) | Sébastien Helleu | |
2016-12-01 | script: reload a script after upgrade only if it was loaded, set autoload ↵ | Sébastien Helleu | |
only if the script was auto-loaded (closes #855) | |||
2016-11-29 | core: add optional command prefix in completion templates "commands", ↵ | Sébastien Helleu | |
"plugins_commands" and ""weechat_commands" | |||
2016-11-27 | api: move functions hook_completion* after hook_command | Sébastien Helleu | |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu | |
2016-11-26 | irc: add missing tags on CTCP message sent | Sébastien Helleu | |
2016-11-22 | fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe ↵ | Sébastien Helleu | |
path/filename (closes #850) | |||
2016-11-20 | api: add info "pid" (WeeChat PID) (issue #850) | Sébastien Helleu | |
2016-11-19 | trigger: add comments above default triggers | Sébastien Helleu | |
2016-11-19 | trigger: do not hide email in command "/msg nickserv register password ↵ | Sébastien Helleu | |
email" (closes #849) | |||
2016-11-09 | irc: fix help on mask in command /ignore | Sébastien Helleu | |
2016-11-01 | lua: use lua_pushinteger for int values in lua 5.3 | tomoe-mami | |
2016-10-30 | xfer: add check on filename2 allocation | Sébastien Helleu | |
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. | |||
2016-10-25 | relay: set status to AUTH_FAILED in case of auth failure in irc protocol ↵ | Sébastien Helleu | |
(issue #825) | |||
2016-10-21 | relay: set status to AUTH_FAILED in case of auth failure in weechat protocol ↵ | Sébastien Helleu | |
(closes #825) | |||
2016-10-18 | irc: change default value of option irc.network.lag_reconnect to 300 (closes ↵ | Sébastien Helleu | |
#818) | |||
2016-10-12 | Add server option umodes (closes #377) | Simmo Saan | |
2016-09-22 | irc: remove unneeded comment | Sébastien Helleu | |
2016-09-19 | Fix for unclosed/leaking sockets from issue #358 | Rob Campbell | |
2016-08-30 | irc: fix display of service notice mask (message 008) (closes #429) | Sébastien Helleu | |
2016-08-20 | xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set ↵ | Sébastien Helleu | |
(closes #781) | |||
2016-08-13 | xfer: fix NULL pointer derefence in case of memory error in ↵ | Sébastien Helleu | |
xfer_set_{local|remote}_address() | |||
2016-08-13 | xfer: fix memory leak in case of memory error in xfer_chat_open_buffer() | Sébastien Helleu | |
2016-08-13 | irc: fix NULL pointer derefence in case of memory error in irc_sasl_dh() | Sébastien Helleu | |
2016-08-10 | trigger: add missing step with post action in /help trigger | Sébastien Helleu | |
2016-08-09 | trigger: add post action in command line built by /trigger input|output|recreate | Sébastien Helleu | |
2016-08-09 | trigger: add quotes around completions of post action | Sébastien Helleu | |
2016-08-09 | trigger: rename "once action" to "post action" | Sébastien Helleu | |
2016-08-09 | Merge remote-tracking branch 'origin/pr/509' | Sébastien Helleu | |
2016-08-07 | irc: remove evil tab | Sébastien Helleu | |
2016-08-07 | core: irc, xfer: do not check return code of res_init() | Sébastien Helleu | |
If the call to res_init() fails, the connection may be OK anyway or in worst case it will fail (with an appropriate error) if the name can not be resolved. | |||
2016-08-07 | core, irc, xfer: add missing includes for function res_init() | Sébastien Helleu | |
2016-08-07 | core/plugins: Use res_init before getaddrinfo. | Raghavendra Prabhu | |
With weechat, if the network changes in anyway that causes resolv.conf to be updated, that is not picked up, resulting in irc: connecting to server XXXX.com/1026 (SSL)... irc: address "XXX.com" not found irc: error: Name or service not known irc: reconnecting to server in 30 seconds This happens, especially when one connects to an irc server behind a VPN. This can also happen when there is no network connectivity weechat was started but later network is connected to. The fix is simple, it relies on calling res_init (3) before getaddrinfo in network_connect_child and other places. res_init reloads the resolv.conf and getaddrinfo does not fail with address resolution error. | |||
2016-08-02 | Merge pull request #738 from scumjr/master | Sébastien Helleu | |
irc: fix NULL pointer dereference in 734 command callback | |||
2016-07-29 | relay: return an empty hdata when the requested hdata or pointer is not ↵ | Sébastien Helleu | |
found (closes #767) | |||
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu | |