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
2014-03-21
core: fix typo in /help command
Sebastien Helleu
2014-03-20
api: add support of nested variables in function string_eval_expression and c...
Sebastien Helleu
2014-03-19
core: fix use of reserved C identifiers in headers (closes #31)
Sebastien Helleu
2014-03-19
core: add key alt-j,alt-f to jump to first buffer, change command for jump to...
Sebastien Helleu
2014-03-18
core: update the message displayed on crash
Sebastien Helleu
2014-03-18
core: check validity of buffer pointer when data is sent to a buffer
Sebastien Helleu
2014-03-18
core: fix crash when buffer is closed during execution of multiple commands (...
Sebastien Helleu
2014-03-18
core: remove trailing space in log message when writing a configuration file
Sebastien Helleu
2014-03-16
core: fix compilation on SmartOS (bug #40981, closes #23)
Sebastien Helleu
2014-03-16
core: fix some compilation problems on SmartOS
Sebastien Helleu
2014-03-15
Merge branch 'exec'
Sebastien Helleu
2014-03-14
core: add options "term2rgb" and "rgb2term" in command /color
Sebastien Helleu
2014-03-13
core: fix highlight problem with "(?-i)" and upper case letters in option wee...
Sebastien Helleu
2014-03-13
api: add callback in function string_replace_regex
Sebastien Helleu
2014-03-11
core: add missing \0 at the end of stderr buffer in hook_process
Sebastien Helleu
2014-03-11
api: add option "detached" in function hook_process_hashtable
Sebastien Helleu
2014-03-11
api: add option "signal" in function hook_set to send a signal to the child p...
Sebastien Helleu
2014-03-11
core: fix detection of terminated process in hook_process
Sebastien Helleu
2014-03-07
core: set option weechat.look.buffer_search_where to prefix_message by default
Sebastien Helleu
2014-03-06
core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...
Sebastien Helleu
2014-03-06
core: fix recursive calls to function eval_expression
Sebastien Helleu
2014-03-04
core: mute all buffers by default in command /mute (replace option -all by -c...
Sebastien Helleu
2014-03-04
core: save and restore mute state in command /mute (bug #41748)
Sebastien Helleu
2014-03-02
core: fix memory in execution of commands
Sebastien Helleu
2014-03-02
core: fix memory leak when removing a hdata
Sebastien Helleu
2014-03-02
core: fix memory leak in evaluation of sub-conditions
Sebastien Helleu
2014-02-28
irc: evaluate content of server options "username" and "realname"
Sebastien Helleu
2014-02-28
core: fix output of /eval -n when there is a tab in output
Sebastien Helleu
2014-02-28
api: add support of escaped strings in function string_eval_expression and co...
Sebastien Helleu
2014-02-26
core: fix size used in some snprintf
Sebastien Helleu
2014-02-25
core: fix malloc size when building filename of upgrade file
Sebastien Helleu
2014-02-24
core: fix size used in snprintf when reading a configuration file
Sebastien Helleu
2014-02-22
core: fix uninitialized value in functions secure_{encrypt|decrypt}_data (in ...
Sebastien Helleu
2014-02-22
core: fix possible zero bytes allocation in /help command
Sebastien Helleu
2014-02-22
core: fix potential dereference of NULL pointer in function command_set_displ...
Sebastien Helleu
2014-02-22
core: comment unneeded assignment in function string_split_shell (make C stat...
Sebastien Helleu
2014-02-22
core: fix uninitialized value in function string_decode_base64
Sebastien Helleu
2014-02-22
core: fix memory leak and use of invalid pointer in split of string (in case ...
Sebastien Helleu
2014-02-21
Merge branch 'trigger'
Sebastien Helleu
2014-02-21
core: use same return code and message in all commands when arguments are wro...
Sebastien Helleu
2014-02-20
core: add option "-beep" in command /print
Sebastien Helleu
2014-02-19
core: add missing option "rename" in /help filter and in command completion
Sebastien Helleu
2014-02-17
core: allow empty arguments for command /print
Sebastien Helleu
2014-02-16
core: add bare display mode (for easy text selection and click on URLs)
Sebastien Helleu
2014-02-15
core: move function string_replace before string_replace_regex
Sebastien Helleu
2014-02-14
core: fix completion template used in command completion when first argument ...
Sebastien Helleu
2014-02-14
doc: add function string_split_shell in plugin API reference
Sebastien Helleu
2014-02-14
core: change text in comment of function string_replace_regex
Sebastien Helleu
2014-02-11
core: ignore return value of 'write' in function hook_set (fix compiler warning)
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
[next]