summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-10-08core: fix evaluation of nested ternary operators (closes #1263)Sébastien Helleu
2018-10-06core: fix styleSébastien Helleu
2018-10-06Merge remote-tracking branch 'origin/pr/1259'Sébastien Helleu
2018-10-01core: fix format of variables in printf-like functions (from int to long and ...Sébastien Helleu
2018-10-01core: replace call to gmtime by gmtime_rSébastien Helleu
2018-10-01core: add missing argument in call to log_printfSébastien Helleu
2018-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-09-18core: allow multiple arguments in command /buffer closeSébastien Helleu
2018-09-09core: allow specifying buffer number/name for /buffer localvarSimmo Saan
2018-09-06core: allow multiple options "-r" ("--run-command") in command line arguments...Sébastien Helleu
2018-08-18core: fix evaluation of condition when the left operand is an empty stringSébastien Helleu
2018-08-17core: add option "-P" (or "--plugins") to customize the plugins to load at st...Sébastien Helleu
2018-08-16core: fix string evaluation with regex replacement when the string is emptySébastien Helleu
2018-08-15core: fix use of NULL pointer in command /buffer when the GUI is not yet init...Sébastien Helleu
2018-08-15api: fix memory leak in function string_splitSébastien Helleu
2018-08-15core: fix memory leak when removing a line hookSébastien Helleu
2018-08-14core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...Sébastien Helleu
2018-08-14core: split wee-hook.c into multiple sourcesSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
2018-07-27core: allow partial buffer name in command /buffer close (closes #1226)Sébastien Helleu
2018-07-15core: improve instructions to report the crashJos Ahrens
2018-06-14core: change default value of option weechat.look.hotlist_add_conditions (clo...Sébastien Helleu
2018-06-14core: add key alt+"-" in /help filterSébastien Helleu
2018-06-13Merge remote-tracking branch 'origin/pr/1196'Sébastien Helleu
2018-06-11fset: fix crash when applying filters after closing the fset buffer (closes #...Sébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ...Sébastien Helleu
2018-06-02core: count number of chars instead of bytes for suffix in function string_cutSébastien Helleu
2018-06-02core: return NULL in function string_cut if string is NULLSébastien Helleu
2018-05-22core: unhook TLS handshake fd before calling connect callbackSimon Arlott
2018-05-21core: use function string_split to split list itemsSébastien Helleu
2018-05-21core: uncomment CURL option PROXY_SSL_CIPHER_LISTSébastien Helleu
2018-05-21core: handle lists in hook_process_hashtable for urls (closes #219)Joseph Kichline
2018-05-20core: remove unneeded commentSébastien Helleu
2018-05-20core: fix code style in function hashtable_add_from_infolistSébastien Helleu
2018-05-20core: return an error if the infolist has no pointer to current item in funct...Sébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
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