Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-22 | core: split signal command before evaluating it (issue #1643) | Sébastien Helleu | |
2021-05-22 | core: split startup command before evaluating it (issue #1643) | Sébastien Helleu | |
2021-05-12 | core: improve options to load GnuTLS system/user CAs (closes #972) | Sébastien Helleu | |
Changes: * new option: weechat.network.gnutls_ca_system * option weechat.network.gnutls_ca_file renamed to weechat.network.gnutls_ca_user * reload certificates when options are changed * remove build option CA_FILE | |||
2021-05-11 | core: change default value of option weechat.plugin.path to ↵ | Sébastien Helleu | |
"${weechat_data_dir}/plugins" (issue #1285) | |||
2021-05-11 | core: evaluate option weechat.plugin.path (issue #1285) | Sébastien Helleu | |
2021-05-11 | core: evaluate option weechat.network.gnutls_ca_file (issue #1285) | Sébastien Helleu | |
2021-03-16 | core: add options to customize commands on system signals, quit by default ↵ | Sébastien Helleu | |
on SIGHUP when not running headless (closes #1595) New options to customize behavior on signals received, with the default behavior: - weechat.signal.sighup: quit in normal mode, reload config in headless - weechat.signal.sigquit: quit - weechat.signal.sigterm: quit - weechat.signal.sigusr1: no command executed by default - weechat.signal.sigusr2: no command executed by default The signals SIGUSR1 and SIGUSR2 are introduced by this commit, so it's now possible to run commands when they are received. The SIGHUP signal makes now WeeChat quit, it was the behavior before version 2.9 of WeeChat (see commit de1e61f7cd50cbd1a99777fe6611642a51abf5f6). | |||
2021-02-07 | core: add options weechat.look.hotlist_update_on_buffer_switch and ↵ | Kevin Pulo | |
weechat.look.read_marker_update_on_buffer_switch Both default to "on" (no change to previous behavior). If hotlist_update_on_buffer_switch is "off", then when switching away from a buffer, the hotlist is not cleared. If read_marker_update_on_buffer_switch is "off", then when switching away from a buffer, the read marker is not set to the end of the buffer. This allows users to choose to have fully manual control over when hotlist counts and buffer read markers are reset. Fixes #992. | |||
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-11-17 | core: fix and normalize error messages | Sébastien Helleu | |
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-11-25 | core: add more info in /help weechat.look.nick_color_hash_salt (issue #635) | Sébastien Helleu | |
2019-11-25 | core: add option weechat.look.nick_color_hash_salt to allow for reshuffling ↵ | Simmo Saan | |
of colors (issue #635) | |||
2019-09-16 | core: mention possible background color in /help weechat.look.nick_color_force | Sébastien Helleu | |
2019-08-20 | core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash ↵ | Sébastien Helleu | |
(issue #1394) | |||
2019-08-10 | core: create or update option weechat.notify.xxx when function buffer_set is ↵ | Sébastien Helleu | |
called with "notify" property (closes #1390) | |||
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu | |
2019-04-13 | core: fix /help weechat.look.buffer_time_same | Sébastien Helleu | |
2019-04-13 | core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931) | Adrian Bjugård | |
2019-04-13 | core: add option weechat.look.buffer_time_same (closes #1127) | Simmo Saan | |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
2019-02-21 | gui: only refilter affected buffers on filter change (closes #1309) | Simmo Saan | |
2019-02-03 | Fix typo "part or words" -> "part of words" | arza | |
2019-01-26 | core: do not automatically add a space when completing "nick:" at the ↵ | Sébastien Helleu | |
beginning of command line The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": " | |||
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-12 | core: improve help on option weechat.look.nick_color_stop_chars (closes #1268) | Sébastien Helleu | |
2018-08-12 | core: fix check of tags in lines | Sébastien Helleu | |
All changes: - fix check of tags in lines: check lines without tags, fix check of tags with negation ("!tag") - add string functions string_split_tags and string_free_split_tags - add tests on function gui_line_match_tags | |||
2018-06-14 | core: change default value of option weechat.look.hotlist_add_conditions ↵ | Sébastien Helleu | |
(closes #1206) Now if there are at least one relay client connected via weechat protocol, the buffer is always added to the hotlist. | |||
2018-04-16 | core: do not set terminal title by default (option ↵ | Sébastien Helleu | |
weechat.look.window_title) (closes #1182) | |||
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-19 | core: improve help of option weechat.completion.partial_completion_alert | Sébastien Helleu | |
2018-01-14 | core: reinitialize config file pointer to NULL after an error on section ↵ | Sébastien Helleu | |
creation | |||
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-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-08-21 | core: add note about bar item "input_paste" in /help ↵ | Sébastien Helleu | |
weechat.look.paste_max_lines (closes #1054) | |||
2017-07-08 | core: call the config hook when options are removed | Sébastien Helleu | |
2017-06-10 | core, plugins: fix conditions to insert elements in linked lists | Sébastien Helleu | |
This removes scan-build warnings about dereference of last_xxx null pointers. | |||
2017-06-01 | core: remove config_look_hotlist_add_buffer_if_away completely | Miroslav Koskar | |
2017-05-06 | core: add option weechat.completion.nick_case_sensitive (closes #981) | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-20 | core: fix typo in /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-17 | core: improve /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-17 | Merge remote-tracking branch 'origin/pr/802' | Sébastien Helleu | |
2016-11-25 | core: add more info in /help weechat.color.chat_nick | Sébastien Helleu | |
2016-09-20 | core: add option weechat.look.align_multiline_words | arza | |