Age | Commit message (Expand) | Author |
2017-03-26 | core: support local variables in /buffer get | arza |
2017-03-25 | core: update translations | Sébastien Helleu |
2017-03-25 | core: prevent infinite loop in evaluation of expression with extra_vars_eval | Sébastien Helleu |
2017-03-25 | core: add cut of string in evaluation of expressions | Sébastien Helleu |
2017-03-25 | core: add ternary operator (condition) in evaluation of expressions | Sébastien Helleu |
2017-03-25 | api: add dynamic string functions (string_dyn_*) | Sébastien Helleu |
2017-03-25 | core: check that pointers received in arguments are not NULL in "free" functions | Sébastien Helleu |
2017-02-03 | core: add last start date in output of command /version after at least one /u... | Sébastien Helleu |
2017-01-22 | core, alias: add xgettext comment on some command help strings | Sébastien Helleu |
2017-01-22 | core: add new resize prefix (h/v) and examples of resize in /help window | Sébastien Helleu |
2017-01-22 | core: add resize of window parents (closes #893) | raspbeguy |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-12-31 | api: add info "uptime" (WeeChat uptime) | 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-12-13 | core, xfer: display more information on fork errors (issue #573) | Sébastien Helleu |
2016-11-30 | core: replace "core" by constant PLUGIN_CORE | Sébastien Helleu |
2016-11-30 | core: add command prefix in completion of /command | Sébastien Helleu |
2016-11-29 | core: add optional command prefix in completion templates "commands", "plugin... | Sébastien Helleu |
2016-11-29 | core: add optional arguments in completion template, sent to the callback | Sébastien Helleu |
2016-11-28 | core: add option "time" in command /debug | Sébastien Helleu |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu |
2016-11-25 | core: add more info in /help weechat.color.chat_nick | Sébastien Helleu |
2016-11-21 | core: add a warning in header of configuration files to not edit by hand (clo... | Sébastien Helleu |
2016-11-13 | core: fix deadlock when quitting after a signal is received (closes #32) | Sébastien Helleu |
2016-10-20 | api: fix string_expand_home SIGSEGV when HOME environment variable unset | Simmo Saan |
2016-10-08 | core: fix integer overflow in calls to realloc (issue #809) | Sébastien Helleu |
2016-10-02 | api: fix return of function string_match() when there are multiple masks in t... | Sébastien Helleu |
2016-09-20 | core: add option weechat.look.align_multiline_words | arza |
2016-09-08 | core: replace "clipboard" by "internal clipboard" in /help input and user's g... | Sébastien Helleu |
2016-09-03 | core: evaluate content of option "weechat.look.item_time_format" (issue #791) | Sébastien Helleu |
2016-08-27 | core: add example of splith and merge in /help window | Sébastien Helleu |
2016-08-22 | core: fix warnings about unused variables | Sébastien Helleu |
2016-08-20 | api: fix crash in function network_connect_to() if address is NULL (issue #781) | Sébastien Helleu |
2016-08-19 | api: fix connection to servers with hook_connect() on Windows 10 with Windows... | Sébastien Helleu |
2016-08-19 | Revert "api: fix connection to servers with hook_connect() on Windows 10 with... | Sébastien Helleu |
2016-08-18 | core: move the extra_vars_eval argument after extra_vars | Sébastien Helleu |
2016-08-18 | core: fix empty comment | Sébastien Helleu |
2016-08-18 | Merge remote-tracking branch 'origin/pr/534' | Sébastien Helleu |
2016-08-16 | core: add optional argument "lowest", "highest" or level mask in command /inp... | Sébastien Helleu |
2016-08-14 | core: fix completion of command /buffer swap | Sébastien Helleu |
2016-08-14 | core: add option "cycle" in command /buffer | Sébastien Helleu |
2016-08-13 | core: free file pointer in case of memory error in util_file_get_content() | Sébastien Helleu |
2016-08-07 | core: irc, xfer: do not check return code of res_init() | Sébastien Helleu |
2016-08-07 | core, irc, xfer: add missing includes for function res_init() | Sébastien Helleu |
2016-08-07 | Merge remote-tracking branch 'origin/pr/771' | Sébastien Helleu |
2016-08-07 | core/plugins: Use res_init before getaddrinfo. | Raghavendra Prabhu |
2016-08-06 | api: fix connection to servers with hook_connect() on Windows 10 with Windows... | Sébastien Helleu |