Age | Commit message (Expand) | Author |
2020-02-29 | core: return 0 in case of invalid parameters received in function secure_deri... | Sébastien Helleu |
2020-02-29 | core: add functions to compute binary/hex hash of data | Sébastien Helleu |
2020-02-02 | core: rename function util_get_uptime to util_get_time_diff | Sébastien Helleu |
2020-01-20 | core: flush stdout/stderr before forking in hook_process function (closes #1441) | Sébastien Helleu |
2020-01-12 | core: add variable "old_full_name" in buffer, set before the buffer is rename... | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-12-18 | core: fix evaluation of condition with nested "if" (closes #1434) | Sébastien Helleu |
2019-12-18 | core: add debug option "-d" in command /eval (issue #1434) | Sébastien Helleu |
2019-12-18 | core: add missing variable "proxy" in function hook_connect_print_log | 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 o... | Simmo Saan |
2019-10-23 | core: optimize search of options in configuration sections | Sébastien Helleu |
2019-10-12 | core: add reverse of string for screen in evaluation of expressions with "rev... | Sébastien Helleu |
2019-10-06 | core: ensure completion_item is not NULL before using it | Sébastien Helleu |
2019-10-06 | core: fix crash in completion of filenames | Sébastien Helleu |
2019-10-06 | core: add optional default path (evaluated) in completion "filename" (issue #60) | Sébastien Helleu |
2019-10-06 | core: add support of modifiers in evaluation of expressions with "modifier:na... | Sébastien Helleu |
2019-09-24 | core: add power operator "**" in calc expressions (issue #997) | Sébastien Helleu |
2019-09-24 | core: fix wrong results with the unary minus in calc expressions | Sébastien Helleu |
2019-09-21 | core: ignore color codes in ${length:xxx} and ${lengthscr:xxx} | Sébastien Helleu |
2019-09-21 | core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions | Sébastien Helleu |
2019-09-20 | core: add calculation of expression in evaluation of expressions with "calc:.... | Sébastien Helleu |
2019-09-19 | core: remove extra spaces in arguments of /help uptime and /help version | Sébastien Helleu |
2019-09-17 | Fixed segfault during excessive evaluation. | Tobias Stoeckmann |
2019-09-16 | core: mention possible background color in /help weechat.look.nick_color_force | Sébastien Helleu |
2019-08-31 | core: fix compilation with autotools on FreeBSD 12.0 | Sébastien Helleu |
2019-08-20 | core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (... | Sébastien Helleu |
2019-08-19 | core: use fixed-width integer for computing hashtable DJB2 key hash (closes #... | Sébastien Helleu |
2019-08-10 | core: create or update option weechat.notify.xxx when function buffer_set is ... | Sébastien Helleu |
2019-08-10 | api: add function list_user_data (issue #666) | Andrew Potter |
2019-08-04 | core: return NULL immediately if string is NULL in function hook_modifier_exec | Sébastien Helleu |
2019-07-29 | core: add some missing default keys in /help cursor | Sébastien Helleu |
2019-06-24 | core: auto disable upgrade process (command line option "--upgrade") if the f... | Sébastien Helleu |
2019-06-17 | core: add option "close" in command /window (closes #853) | Sébastien Helleu |
2019-06-16 | core: add Curl options for versions 7.53.0 to 7.63.0 | Sébastien Helleu |
2019-06-16 | core: replace newlines by spaces in argument "completion" of function hook_co... | Sébastien Helleu |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu |
2019-06-15 | core: check that string pointer is not NULL in function "string_shared_get" | Sébastien Helleu |
2019-04-14 | core: use getopt to parse command line arguments | 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-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu |
2019-04-01 | tests: add tests on function util_signal_search | Sébastien Helleu |
2019-03-31 | core: add documentation on command line debug options (in --help and man pages) | Sébastien Helleu |
2019-03-29 | core: don't execute command scheduled by /repeat if the buffer does not exist... | Sébastien Helleu |
2019-03-29 | core: don't execute command scheduled by /wait if the buffer does not exist a... | Sébastien Helleu |
2019-03-29 | core: use seconds by default in /repeat interval, allow unit for the interval | Sébastien Helleu |
2019-03-29 | core: move parsing of /wait delay in a separate function, with unit tests | Sébastien Helleu |
2019-03-29 | core: allow text in addition to a command in command /repeat | Sébastien Helleu |