summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-05-19core: remove unneeded test on variable argvSébastien Helleu
2018-04-17core: fix infinite loop in evaluation of strings (closes #1183)Sébastien Helleu
2018-04-17core: add an eval context structureSébastien Helleu
2018-04-16core: do not set terminal title by default (option weechat.look.window_title)...Sébastien Helleu
2018-04-15core: add example of secured data in /help evalSébastien Helleu
2018-04-11core: initialize size to 0 when it is not used in the infolist variableSébastien Helleu
2018-03-31core: fix help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31core: improve help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-25core: add missing completion with buffer names for command /buffer merge (iss...Sébastien Helleu
2018-03-19core: improve help of option weechat.completion.partial_completion_alertSébastien Helleu
2018-03-19core: merge buffer by nameRuslan Bekenev
2018-03-16core: quit WeeChat on ctrl-C (signal SIGINT) in headless modeSébastien Helleu
2018-03-11Revert "core: remove colors from prefix/message only when needed in hook_prin...Sébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu
2018-02-19core: fix description of command in /help upgradeSébastien Helleu
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-08core: add options "-newbuffer", "-free" and "-switch" in command /print (issu...Sé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 co...Sébastien Helleu
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-05core: update copyright datesSébastien Helleu
2017-12-10core: add link to API doc in /help weechat.completion.partial_completion_temp...Sébastien Helleu
2017-12-09core: add option weechat.completion.partial_completion_templatesSé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
2017-10-29core: fix typo in /help keySébastien Helleu
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-17core: allow floating point and hexadecimal numbers in comparison of evaluated...Sébastien Helleu
2017-10-14core: add option weechat.look.save_config_with_fsync (closes #1083)Sébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-09-01core: add note about wildcard in /help setSébastien Helleu
2017-08-21core: add note about bar item "input_paste" in /help weechat.look.paste_max_l...Sébastien Helleu
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
2017-08-18core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"Sébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-08-10core: remove unneeded argument in call to string_fprintfSébastien Helleu
2017-07-22core: replace /iset by /fset in welcome messageSébastien Helleu
2017-07-08core: call the config hook when options are renamedSébastien Helleu
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-07-05core: add constant WEECHAT_EXTRA_LIBDIRSébastien Helleu
2017-07-05core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)Linus Heckemann
2017-07-04core: add arguments in function plugin_auto_load to load plugins only from cu...Sébastien Helleu
2017-07-04core: use PATH_MAX for size of variable with complete filename in exec_on_filesSébastien Helleu
2017-07-04api: add argument "recurse_subdirs" in function exec_on_files()Sébastien Helleu