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
2015-04-19
core: add default keys of cursor mode in /help cursor
Sébastien Helleu
2015-04-19
core: sort config options by name in sources
Sébastien Helleu
2015-04-17
core: add a welcome message on first WeeChat run (closes #318)
Sébastien Helleu
2015-04-11
core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...
Sébastien Helleu
2015-03-30
core: display a warning on startup if the locale can not be set (closes #373)
Sébastien Helleu
2015-03-24
core: add an example with a more complex regex in /help filter
Sébastien Helleu
2015-03-21
core: allow "*" as plugin name in command /plugin reload to reload all plugin...
Sébastien Helleu
2015-02-12
core: add missing info in function weelist_print_log
Sébastien Helleu
2015-02-10
core: add missing initialization of pointer in list allocation
Sébastien Helleu
2015-01-30
core: split expression before evaluating it in command "/eval -s"
Sébastien Helleu
2015-01-30
core: add option "-s" in command /eval to split commands (no more split by de...
Sébastien Helleu
2015-01-29
core: add note about alias /v in /help version
Sébastien Helleu
2015-01-21
core: add gnutls version in #if compiler directives
Sébastien Helleu
2015-01-19
core: check that filename is not NULL in function util_file_get_content
Sébastien Helleu
2015-01-15
core: add priority in plugins to initialize them in order
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-12-28
core: check bar conditions in root bars and on each update of a bar item
Sébastien Helleu
2014-12-13
core: use https for WeeChat URLs
Sébastien Helleu
2014-11-23
core: fix regex replace in eval_expression when regex or regex_replace is empty
Sébastien Helleu
2014-11-22
api: fix truncated process output in hook_process() (closes #266)
Sébastien Helleu
2014-11-22
api: return value in function command(), remove WeeChat error after command c...
Sébastien Helleu
2014-11-15
core: add constant for libcurl >= 7.38.0
Sébastien Helleu
2014-11-15
core: regroup libcurl constants/options by version
Sébastien Helleu
2014-11-15
core: add debug message in hook_process when core debug >= 1
Sébastien Helleu
2014-11-09
core: add option weechat.completion.command_inline (task #12491)
Sébastien Helleu
2014-11-06
core: update translations
Sébastien Helleu
2014-11-06
core: add bar item "mouse_status", new options weechat.look.item_mouse_status...
Nils Görs
2014-11-01
core: send mouse code only one time after delay with command /mouse enable|di...
Sébastien Helleu
2014-11-01
core: send mouse code only one time to terminal with command /mouse enable|di...
Sébastien Helleu
2014-10-26
core: add note about option weechat.look.color_nick_offline in help of color ...
Sébastien Helleu
2014-10-23
api: fix crash when reading config options with NULL value (closes #238)
Sébastien Helleu
2014-10-22
api: add regex replace feature in function string_eval_expression
Sébastien Helleu
2014-10-17
core: call "callback_free" in functions arraylist_{remove|clear|free}
Sébastien Helleu
2014-10-16
core: add hide of chars in string in evaluation of expressions
Sébastien Helleu
2014-10-12
core: move default prefix/suffix for evaluation in wee-eval.h
Sébastien Helleu
2014-10-12
core: remove extra spaces in a comment
Sébastien Helleu
2014-10-11
core: fix search/insert of elements in sorted arraylist with duplicates
Sébastien Helleu
2014-10-05
Merge branch 'arraylist'
Sébastien Helleu
2014-09-29
core: remove sort on configuration files and sections
Sébastien Helleu
2014-09-28
core: check that data is not NULL in function string_iconv_fprintf
Sébastien Helleu
2014-09-01
core: optimize completion by using arraylists
Sébastien Helleu
2014-09-01
core: add comment about argument "index" of function arraylist_search
Sébastien Helleu
2014-09-01
core: reset data contents in function arraylist_clear if size_alloc_min > 0
Sébastien Helleu
2014-09-01
core: add extra check on arraylist pointer in arraylist functions
Sébastien Helleu
2014-09-01
core: add functions to manage array lists
Sébastien Helleu
2014-08-30
core: add debug functions to measure time spent in code/functions
Sébastien Helleu
2014-08-29
core: fix window/buffer pointers used in command /eval
Sébastien Helleu
2014-08-29
core: add another example of buffer name in /help filter
Sébastien Helleu
2014-08-29
api: use microseconds instead of milliseconds in functions util_timeval_diff ...
Sébastien Helleu
2014-08-27
api: fix bug in function hdata_move when absolute value of count is greater t...
Sébastien Helleu
[next]