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
Age
Commit message (
Expand
)
Author
2017-04-08
core: fix typo in /help buffer
arza
2017-04-07
Merge pull request #944 from arza-zara/duplicate_sigquit
Sébastien Helleu
2017-04-07
irc: fix double decoding of IRC colors in messages sent/displayed by commands...
Sébastien Helleu
2017-04-07
core: remove duplicate util_catch_signal for SIGQUIT
arza
2017-04-06
core: add Curl options for versions 7.50.0 to 7.52.0
Sébastien Helleu
2017-04-04
buflist: move set of "nick_prefix" in hashtable
Sébastien Helleu
2017-04-02
api: fix memory leak in function string_dyn_free()
Sébastien Helleu
2017-04-02
buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty
Sébastien Helleu
2017-04-01
aspell: add options to control delimiters in suggestions (closes #940)
Sébastien Helleu
2017-04-01
api: return pointer to string in function string_dyn_free() if argument "free...
Sébastien Helleu
2017-03-31
script: move default mouse keys for script plugin from core to script-mouse.c
Sébastien Helleu
2017-03-31
buflist: add key "__quiet" in hashtable for function key_bind
Sébastien Helleu
2017-03-31
api: add special key "__quiet" in function key_bind
Sébastien Helleu
2017-03-30
core: add ${re:#} to get the index of last group captured in evaluation of ex...
Sébastien Helleu
2017-03-30
buflist: add mouse support
Sébastien Helleu
2017-03-30
core: make "callback_cmp" optional in call to function arraylist_new()
Sébastien Helleu
2017-03-29
buflist: add option buflist.format.number
Sébastien Helleu
2017-03-28
core: fix cut of chars in "cutscr" of evaluated strings
Sébastien Helleu
2017-03-27
core: add cut of string with max chars displayed in evaluation of expressions
Sébastien Helleu
2017-03-26
Merge pull request #938 from arza-zara/buffer_get_localvar
Sébastien Helleu
2017-03-26
relay: check buffer pointer received in "sync" and "desync" commands (weechat...
Sébastien Helleu
2017-03-26
relay: remove buffer from synchronized buffers when it is closed (fix memory ...
Sébastien Helleu
2017-03-26
core: support local variables in /buffer get
arza
2017-03-25
buflist: add option buflist.look.display_conditions
Sébastien Helleu
2017-03-25
buflist: add option buflist.look.signals_refresh
Sébastien Helleu
2017-03-25
core: update translations
Sébastien Helleu
2017-03-25
buflist: add command /buflist
Sébastien Helleu
2017-03-25
buflist: add formats for hotlist
Sébastien Helleu
2017-03-25
irc: fix type of values for hashtable extra_vars in irc_server_get_default_msg
Sébastien Helleu
2017-03-25
core: fix type of values for hashtables extra_vars and options in gui_bar_che...
Sébastien Helleu
2017-03-25
buflist: add option "buflist.format.lag" and variable "format_lag" for buffer...
Sébastien Helleu
2017-03-25
core: prevent infinite loop in evaluation of expression with extra_vars_eval
Sébastien Helleu
2017-03-25
irc: send signal "irc_server_lag_changed", store lag in server buffer
Sébastien Helleu
2017-03-25
core: add cut of string in evaluation of expressions
Sébastien Helleu
2017-03-25
buflist: use hotlist pointer in buffer hdata
Sébastien Helleu
2017-03-25
core: add hotlist pointer in buffer structure
Sébastien Helleu
2017-03-25
buflist: add option buflist.look.sort
Sébastien Helleu
2017-03-25
api: add arraylist functions
Sébastien Helleu
2017-03-25
buflist: add hotlist format options (for color according to hotlist priority)
Sébastien Helleu
2017-03-25
buflist: load plugin after some other plugins by shifting plugins priority
Sébastien Helleu
2017-03-25
buflist: new plugin "buflist" (bar with list of buffers)
Sébastien Helleu
2017-03-25
core: add ternary operator (condition) in evaluation of expressions
Sébastien Helleu
2017-03-25
api: add dynamic string functions (string_dyn_*)
Sébastien Helleu
2017-03-25
trigger: check that regex pointers are not NULL in function "trigger_regex_free"
Sébastien Helleu
2017-03-25
script: check that script pointer is not NULL in function "script_repo_free"
Sébastien Helleu
2017-03-25
relay: check that pointers received in arguments are not NULL in "free" funct...
Sébastien Helleu
2017-03-25
logger: check that logger buffer pointer is not NULL in function "logger_buff...
Sébastien Helleu
2017-03-25
irc: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
2017-03-25
alias: check that alias pointer is not NULL in function "alias_free"
Sébastien Helleu
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
[next]