summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu
2018-01-15scripts: fix translation of help on option "eval_keep_context"Sébastien Helleu
2018-01-15scripts: add option "eval_keep_context" in script pluginsSébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section ↵Sébastien Helleu
creation
2018-01-14scripts: add missing initialization of plugin pointer to NULLSébastien Helleu
2018-01-14irc: fix typo in help on server option "split_msg_max_length"Sébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-11logger: add option logger.look.backlog_conditions (closes #1132)Sébastien Helleu
2018-01-08core: add options "-newbuffer", "-free" and "-switch" in command /print ↵Sébastien Helleu
(issue #1113)
2018-01-07ruby: fix buffer overflowSébastien Helleu
2018-01-07core: set input callback on user buffers after /upgradeSébastien Helleu
2018-01-07core: add option "-y" in command /buffer, add support of buffers with free ↵Sébastien Helleu
content
2018-01-07core: remove invalid completion "-prefix" in command /printSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-06core: add option "add" in command /buffer (issue #1113)Sébastien Helleu
2018-01-06core: update translations (issue #128)Sébastien Helleu
2018-01-06php: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06javascript: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06tcl: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06lua: add support of eval (issue #128)Sébastien Helleu
2018-01-06python: fix error message when executing code from string in ↵Sébastien Helleu
weechat_python_load (issue #128)
2018-01-06perl: do not update message argument in function weechat_perl_output (issue ↵Sébastien Helleu
#128)
2018-01-06scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu
For now this works only in python, perl, ruby and guile.
2018-01-05core: update copyright datesSébastien Helleu
2017-12-23scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins ↵Sébastien Helleu
(issue #1075)
2017-12-23scripts: add option "version" in script commands (closes #1075)Sébastien Helleu
2017-12-23javascript: fix /javascript commandSébastien Helleu
2017-12-23api: add hashtable with variables in plugin structureSébastien Helleu
2017-12-23core: add missing variables "author" and "license" in dump of pluginSébastien Helleu
2017-12-10core: add link to API doc in /help ↵Sébastien Helleu
weechat.completion.partial_completion_templates
2017-12-09core: add option weechat.completion.partial_completion_templatesSébastien Helleu
This option is used to force partial completion on specific templates (for now only "config_options").
2017-12-04python: fix integer arguments in hook_connect() and hook_fd() callbacksSébastien Helleu
2017-12-03buflist: use larger buffer for buflist bar item nameSébastien Helleu
2017-11-15trigger: fix typo in /help triggerSébastien Helleu
2017-11-11fset: only toggle boolean values with /fset -toggle or alt+space keySébastien Helleu
2017-11-06irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)Sébastien Helleu
2017-11-04core: remove colors from prefix/message only when needed in hook_print_execSébastien Helleu
2017-11-04core: add missing includes of stdio.hSébastien Helleu
2017-11-04Include stdio.h for FILEcoypoop
so this header can be included even if it's not already included
2017-10-29core: remove useless condition (issue #1092)Sébastien Helleu
2017-10-29core: do not change the chat prefix size when a filtered line is added ↵Sébastien Helleu
(closes #1092)
2017-10-29core: fix typo in /help keySébastien Helleu
2017-10-24api: add support of prefix "quiet:" in function key_unbind() to quietly ↵Sébastien Helleu
remove keys
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-20core: allow /buffer set without value with empty default (closes #746)Simmo Saan
2017-10-19buflist: add two new bar items using the same format configuration options ↵Sébastien Helleu
(closes #990)
2017-10-17core: allow floating point and hexadecimal numbers in comparison of ↵Sébastien Helleu
evaluated values
2017-10-14build: fix PHP library used to compile PHP plugin (closes #1078)Sébastien Helleu
This was causing a dependency missing in debian packaging.
2017-10-14core: 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.