summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2017-04-21doc: fix translation of command "eval" in user's guideSébastien Helleu
2017-04-21core: add link to function color (plugin API reference) in /help evalSébastien Helleu
2017-04-08core: fix typo in /help bufferarza
2017-04-07Merge pull request #944 from arza-zara/duplicate_sigquitSébastien Helleu
2017-04-07core: remove duplicate util_catch_signal for SIGQUITarza
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sébastien Helleu
2017-04-02api: fix memory leak in function string_dyn_free()Sébastien Helleu
2017-04-01api: return pointer to string in function string_dyn_free() if argument "free...Sébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ex...Sébastien Helleu
2017-03-30core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
2017-03-26core: support local variables in /buffer getarza
2017-03-25core: update translationsSébastien Helleu
2017-03-25core: prevent infinite loop in evaluation of expression with extra_vars_evalSébastien Helleu
2017-03-25core: add cut of string in evaluation of expressionsSébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
2017-03-25core: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-02-03core: add last start date in output of command /version after at least one /u...Sébastien Helleu
2017-01-22core, alias: add xgettext comment on some command help stringsSébastien Helleu
2017-01-22core: add new resize prefix (h/v) and examples of resize in /help windowSébastien Helleu
2017-01-22core: add resize of window parents (closes #893)raspbeguy
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
2016-12-20core: fix typo in /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-17core: improve /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-17Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu
2016-12-13core, xfer: display more information on fork errors (issue #573)Sébastien Helleu
2016-11-30core: replace "core" by constant PLUGIN_CORESébastien Helleu
2016-11-30core: add command prefix in completion of /commandSébastien Helleu
2016-11-29core: add optional command prefix in completion templates "commands", "plugin...Sébastien Helleu
2016-11-29core: add optional arguments in completion template, sent to the callbackSébastien Helleu
2016-11-28core: add option "time" in command /debugSébastien Helleu
2016-11-26irc: add tag "self_msg" on self messages (closes #840)Sébastien Helleu
2016-11-25core: add more info in /help weechat.color.chat_nickSébastien Helleu
2016-11-21core: add a warning in header of configuration files to not edit by hand (clo...Sébastien Helleu
2016-11-13core: fix deadlock when quitting after a signal is received (closes #32)Sébastien Helleu
2016-10-20api: fix string_expand_home SIGSEGV when HOME environment variable unsetSimmo Saan
2016-10-08core: fix integer overflow in calls to realloc (issue #809)Sébastien Helleu
2016-10-02api: fix return of function string_match() when there are multiple masks in t...Sébastien Helleu
2016-09-20core: add option weechat.look.align_multiline_wordsarza
2016-09-08core: replace "clipboard" by "internal clipboard" in /help input and user's g...Sébastien Helleu
2016-09-03core: evaluate content of option "weechat.look.item_time_format" (issue #791)Sébastien Helleu
2016-08-27core: add example of splith and merge in /help windowSébastien Helleu
2016-08-22core: fix warnings about unused variablesSébastien Helleu
2016-08-20api: fix crash in function network_connect_to() if address is NULL (issue #781)Sébastien Helleu
2016-08-19api: fix connection to servers with hook_connect() on Windows 10 with Windows...Sébastien Helleu
2016-08-19Revert "api: fix connection to servers with hook_connect() on Windows 10 with...Sébastien Helleu
2016-08-18core: move the extra_vars_eval argument after extra_varsSébastien Helleu