index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2019-01-26
core: do not automatically add a space when completing "nick:" at the beginni...
Sébastien Helleu
2019-01-26
core: fix compilation of empty regular expression (not allowed on FreeBSD)
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-12-22
core: add note about option sec.crypt.passphrase_file in /help secure (issue ...
Sébastien Helleu
2018-11-29
core: use https for all links where secured http is supported
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-18
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
Sébastien Helleu
2018-11-17
core: add command line option "-t" (or "--temp-dir") to create a temporary We...
Sébastien Helleu
2018-11-17
core: add missing include of time.h in wee-secure.h
Sébastien Helleu
2018-11-12
core: improve help on option weechat.look.nick_color_stop_chars (closes #1268)
Sébastien Helleu
2018-11-04
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base16
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-11-02
core: add support of TOTP generation/validation (Time-based One-Time Password)
Sébastien Helleu
2018-10-27
core: split wee-secure.c into 3 files (secured data functions, buffer and con...
Sébastien Helleu
2018-10-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-10-08
core: fix evaluation of nested ternary operators (closes #1263)
Sébastien Helleu
2018-10-06
core: fix style
Sébastien Helleu
2018-10-06
Merge remote-tracking branch 'origin/pr/1259'
Sébastien Helleu
2018-10-01
core: fix format of variables in printf-like functions (from int to long and ...
Sébastien Helleu
2018-10-01
core: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: add missing argument in call to log_printf
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-09-18
core: allow multiple arguments in command /buffer close
Sébastien Helleu
2018-09-09
core: allow specifying buffer number/name for /buffer localvar
Simmo Saan
2018-09-06
core: allow multiple options "-r" ("--run-command") in command line arguments...
Sébastien Helleu
2018-08-18
core: fix evaluation of condition when the left operand is an empty string
Sébastien Helleu
2018-08-17
core: add option "-P" (or "--plugins") to customize the plugins to load at st...
Sébastien Helleu
2018-08-16
core: fix string evaluation with regex replacement when the string is empty
Sébastien Helleu
2018-08-15
core: fix use of NULL pointer in command /buffer when the GUI is not yet init...
Sébastien Helleu
2018-08-15
api: fix memory leak in function string_split
Sébastien Helleu
2018-08-15
core: fix memory leak when removing a line hook
Sébastien Helleu
2018-08-14
core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...
Sébastien Helleu
2018-08-14
core: split wee-hook.c into multiple sources
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-08-12
core: fix check of tags in lines
Sébastien Helleu
2018-07-27
core: allow partial buffer name in command /buffer close (closes #1226)
Sébastien Helleu
2018-07-15
core: improve instructions to report the crash
Jos Ahrens
2018-06-14
core: change default value of option weechat.look.hotlist_add_conditions (clo...
Sébastien Helleu
2018-06-14
core: add key alt+"-" in /help filter
Sébastien Helleu
2018-06-13
Merge remote-tracking branch 'origin/pr/1196'
Sébastien Helleu
2018-06-11
fset: fix crash when applying filters after closing the fset buffer (closes #...
Sébastien Helleu
2018-06-02
core: add reverse of string in evaluation of expressions with "rev:" (closes ...
Sébastien Helleu
2018-06-02
core: count number of chars instead of bytes for suffix in function string_cut
Sébastien Helleu
2018-06-02
core: return NULL in function string_cut if string is NULL
Sébastien Helleu
2018-05-22
core: unhook TLS handshake fd before calling connect callback
Simon Arlott
2018-05-21
core: use function string_split to split list items
Sébastien Helleu
2018-05-21
core: uncomment CURL option PROXY_SSL_CIPHER_LIST
Sébastien Helleu
2018-05-21
core: handle lists in hook_process_hashtable for urls (closes #219)
Joseph Kichline
[next]