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
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
2018-05-20
core: remove unneeded comment
Sébastien Helleu
2018-05-20
core: fix code style in function hashtable_add_from_infolist
Sébastien Helleu
2018-05-20
core: return an error if the infolist has no pointer to current item in funct...
Sébastien Helleu
2018-05-20
Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap
Sébastien Helleu
2018-05-19
core: remove unneeded test on variable argv
Sébastien Helleu
2018-04-17
core: fix infinite loop in evaluation of strings (closes #1183)
Sébastien Helleu
2018-04-17
core: add an eval context structure
Sébastien Helleu
2018-04-16
core: do not set terminal title by default (option weechat.look.window_title)...
Sébastien Helleu
2018-04-15
core: add example of secured data in /help eval
Sébastien Helleu
2018-04-11
core: initialize size to 0 when it is not used in the infolist variable
Sébastien Helleu
2018-03-31
core: fix help on option weechat.look.hotlist_count_max
Sébastien Helleu
2018-03-31
core: improve help on option weechat.look.hotlist_count_max
Sébastien Helleu
2018-03-25
core: add missing completion with buffer names for command /buffer merge (iss...
Sébastien Helleu
2018-03-19
core: improve help of option weechat.completion.partial_completion_alert
Sébastien Helleu
2018-03-19
core: merge buffer by name
Ruslan Bekenev
2018-03-16
core: quit WeeChat on ctrl-C (signal SIGINT) in headless mode
Sébastien Helleu
2018-03-11
Revert "core: remove colors from prefix/message only when needed in hook_prin...
Sébastien Helleu
[prev]
[next]