Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-13 | Merge remote-tracking branch 'origin/pr/1196' | Sébastien Helleu | |
2018-06-11 | fset: fix crash when applying filters after closing the fset buffer (closes ↵ | Sébastien Helleu | |
#1204) | |||
2018-06-02 | core: add reverse of string in evaluation of expressions with "rev:" (closes ↵ | Sébastien Helleu | |
#1200) | |||
2018-06-02 | core: count number of chars instead of bytes for suffix in function string_cut | Sébastien Helleu | |
2018-06-02 | core: return NULL in function string_cut if string is NULL | Sébastien Helleu | |
2018-05-22 | core: unhook TLS handshake fd before calling connect callback | Simon Arlott | |
When there are multiple addresses for a server and a TLS handshake failure occurs, the next server in the list will connect and then timeout without performing any TLS handshake. This is because irc_server_close_connection closes server->sock so the next pipe to be created reuses that fd, but the hook for the handshake fd still exists when the next connection attempt is started. The hook for network_connect_child_read_cb is never added because a hook for the reused fd number still exists. Resolve this by removing the handshake hook before calling the connect callback. | |||
2018-05-21 | core: use function string_split to split list items | Sébastien Helleu | |
2018-05-21 | core: uncomment CURL option PROXY_SSL_CIPHER_LIST | Sébastien Helleu | |
2018-05-21 | core: handle lists in hook_process_hashtable for urls (closes #219) | Joseph Kichline | |
2018-05-20 | core: remove unneeded comment | Sébastien Helleu | |
2018-05-20 | core: fix code style in function hashtable_add_from_infolist | Sébastien Helleu | |
2018-05-20 | core: return an error if the infolist has no pointer to current item in ↵ | Sébastien Helleu | |
function hashtable_add_from_infolist | |||
2018-05-20 | Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap | Sébastien Helleu | |
2018-05-19 | core: remove unneeded test on variable argv | Sébastien Helleu | |
2018-04-17 | core: fix infinite loop in evaluation of strings (closes #1183) | Sébastien Helleu | |
2018-04-17 | core: add an eval context structure | Sébastien Helleu | |
A pointer to this structure is given as parameter in each eval function called: - eval_replace_vars - eval_expression_condition - eval_replace_regex | |||
2018-04-16 | core: do not set terminal title by default (option ↵ | Sébastien Helleu | |
weechat.look.window_title) (closes #1182) | |||
2018-04-15 | core: add example of secured data in /help eval | Sébastien Helleu | |
2018-04-11 | core: initialize size to 0 when it is not used in the infolist variable | Sébastien Helleu | |
2018-03-31 | core: fix help on option weechat.look.hotlist_count_max | Sébastien Helleu | |
2018-03-31 | core: improve help on option weechat.look.hotlist_count_max | Sébastien Helleu | |
2018-03-25 | core: add missing completion with buffer names for command /buffer merge ↵ | Sébastien Helleu | |
(issue #1108, issue #1159) | |||
2018-03-19 | core: improve help of option weechat.completion.partial_completion_alert | Sébastien Helleu | |
2018-03-19 | core: merge buffer by name | Ruslan Bekenev | |
2018-03-16 | core: quit WeeChat on ctrl-C (signal SIGINT) in headless mode | Sébastien Helleu | |
2018-03-11 | Revert "core: remove colors from prefix/message only when needed in ↵ | Sébastien Helleu | |
hook_print_exec" This reverts commit bfc579cb3354cb47a224c8fa55b6a2e5684c7ab9. | |||
2018-03-11 | core: add binary weechat-headless to run WeeChat without interface (closes ↵ | Sébastien Helleu | |
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed). | |||
2018-02-19 | core: fix description of command in /help upgrade | Sébastien Helleu | |
2018-01-20 | api: add time in info "date" (WeeChat compilation date/time) (closes #1138) | Sébastien Helleu | |
2018-01-14 | core: reinitialize config file pointer to NULL after an error on section ↵ | Sébastien Helleu | |
creation | |||
2018-01-08 | core: add options "-newbuffer", "-free" and "-switch" in command /print ↵ | Sébastien Helleu | |
(issue #1113) | |||
2018-01-07 | core: set input callback on user buffers after /upgrade | Sébastien Helleu | |
2018-01-07 | core: add option "-y" in command /buffer, add support of buffers with free ↵ | Sébastien Helleu | |
content | |||
2018-01-07 | core: remove invalid completion "-prefix" in command /print | Sébastien Helleu | |
2018-01-07 | core: fix some styles | Sébastien Helleu | |
2018-01-06 | core: add option "add" in command /buffer (issue #1113) | Sébastien Helleu | |
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-12-10 | core: add link to API doc in /help ↵ | Sébastien Helleu | |
weechat.completion.partial_completion_templates | |||
2017-12-09 | core: add option weechat.completion.partial_completion_templates | Sébastien Helleu | |
This option is used to force partial completion on specific templates (for now only "config_options"). | |||
2017-11-04 | core: remove colors from prefix/message only when needed in hook_print_exec | Sébastien Helleu | |
2017-11-04 | core: add missing includes of stdio.h | Sébastien Helleu | |
2017-11-04 | Include stdio.h for FILE | coypoop | |
so this header can be included even if it's not already included | |||
2017-10-29 | core: fix typo in /help key | Sébastien Helleu | |
2017-10-21 | core: set value as optional in help of /buffer set | Sébastien Helleu | |
2017-10-20 | core: allow /buffer set without value with empty default (closes #746) | Simmo Saan | |
2017-10-17 | core: allow floating point and hexadecimal numbers in comparison of ↵ | Sébastien Helleu | |
evaluated values | |||
2017-10-14 | core: add option weechat.look.save_config_with_fsync (closes #1083) | Sébastien Helleu | |
This makes the save of all configuration files about 20 to 200x slower (according to the storage device speed); so this is disabled by default. | |||
2017-09-23 | core, plugins: check return code of strftime function | Sébastien Helleu | |
2017-09-01 | core: add note about wildcard in /help set | Sébastien Helleu | |
2017-08-21 | core: add note about bar item "input_paste" in /help ↵ | Sébastien Helleu | |
weechat.look.paste_max_lines (closes #1054) |