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-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
2014-08-24
core: sort linked lists with configuration files and sections by name
Sébastien Helleu
2014-08-23
core: add missing return code in comment of function hook_command_exec
Sébastien Helleu
2014-08-23
core: fix error message in case of ambiguous incomplete command
Sébastien Helleu
2014-08-23
core: fix typo: too much calls -> too many calls
Sébastien Helleu
2014-08-23
core: fix typo: unambigous -> unambiguous
Sébastien Helleu
2014-08-23
core: allow incomplete commands if unambiguous (task #5419)
Sébastien Helleu
2014-08-16
core: fix translation of message displayed after /upgrade
Sébastien Helleu
2014-08-13
core: make argument "errors" optional in function string_replace_with_callback
Sébastien Helleu
2014-08-11
core: callback_free_key shouldn't point to already free'd value
Andrew Potter
2014-08-11
core: check that callback is not NULL in function string_replace_with_callback
Sébastien Helleu
2014-08-10
core: fix potential crash in case of malloc error when resetting config option
Sébastien Helleu
2014-08-10
core: remove dead assignment in function hook_process_child
Sébastien Helleu
2014-08-10
core: remove dead assignment in function hook_command_exec
Sébastien Helleu
2014-08-10
core: fix zero-length malloc of an hashtable item with type "buffer"
Sébastien Helleu
2014-08-10
core: fix memory leak on /upgrade when file signature in upgrade file is invalid
Sébastien Helleu
2014-08-09
core: fix memory leak in completion of config options values
Sébastien Helleu
2014-08-09
core: fix bug with several arguments for command /buffer clear|hide|unhide
Sébastien Helleu
2014-08-08
core: check that regex is not NULL in function string_replace_regex
Sébastien Helleu
2014-08-07
core: fix example in comment of function string_replace_regex
Sébastien Helleu
2014-08-03
core: display warning on $TERM only if it doesn't start with "screen" (under ...
Sébastien Helleu
2014-08-02
core: fix result of hash function (in hashtables) on 32-bit systems
Sébastien Helleu
2014-08-02
api: fix function string_decode_base64
Sébastien Helleu
2014-08-02
api: fix function string_format_size on 32-bit systems
Sébastien Helleu
2014-07-30
core: check that from/to arguments are not NULL in base16/64 functions
Sébastien Helleu
2014-07-29
tests: add tests of function string_is_word_char
Sébastien Helleu
[prev]
[next]