summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-01-26core: do not automatically add a space when completing "nick:" at the beginni...Sébastien Helleu
2019-01-26core: fix compilation of empty regular expression (not allowed on FreeBSD)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-12-22core: add note about option sec.crypt.passphrase_file in /help secure (issue ...Sébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-17core: add command line option "-t" (or "--temp-dir") to create a temporary We...Sébastien Helleu
2018-11-17core: add missing include of time.h in wee-secure.hSébastien Helleu
2018-11-12core: improve help on option weechat.look.nick_color_stop_chars (closes #1268)Sébastien Helleu
2018-11-04core: replace ellipses by "etc." (in English) and "etc..." by "etc." in FrenchSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-02api: return integer in function string_encode_base16Sébastien Helleu
2018-11-02api: return integer in function string_encode_base64Sébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-10-27core: split wee-secure.c into 3 files (secured data functions, buffer and con...Sébastien Helleu
2018-10-09core: add repeat of string in evaluation of expressions with "repeat:count,st...Sébastien Helleu
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