summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-25spell: skip IRC color codes when checking words in input (closes #1547)Sébastien Helleu
2020-08-24spell: use dynamic string functions to return modified stringSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-08-22spell: properly skip WeeChat color codes when checking words in input (closes...Sébastien Helleu
2020-08-22api: add function string_color_code_size (issue #1547)Sébastien Helleu
2020-08-20fset: fix refresh of option values in fset buffer (issue #1553)Sébastien Helleu
2020-08-17irc: replace calls to malloc by callocSébastien Helleu
2020-08-17core: replace calls to malloc by callocSébastien Helleu
2020-08-16core: set notify_level to 3 if highlight is forced in gui_line_hook_update (o...Sébastien Helleu
2020-08-16core: set notify_level to 3 in case of highlight in gui_line_hook_update only...Sébastien Helleu
2020-08-16core: set notify_level to 3 in case of highlight only if tag "notify_none" is...Sébastien Helleu
2020-08-15core: set "notify_level" to 3 if there is a highlight in the line (closes #1529)Sébastien Helleu
2020-08-09fset: add option fset.look.auto_refresh (closes #1553)Sébastien Helleu
2020-08-05irc: send all channels in a single JOIN command when reconnecting to the serv...Sébastien Helleu
2020-08-04core: check that line is not NULL in functions gui_line_is_displayed and gui_...Sébastien Helleu
2020-08-04core: check that line_data is not NULL in functions gui_line_tags_alloc and g...Sébastien Helleu
2020-08-04core: rename functions to allocate/free linesSébastien Helleu
2020-07-31trigger: fix recursive calls to triggers using regex (closes #1546)Sébastien Helleu
2020-07-21irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ...Simmo Saan
2020-07-20irc: allow to send text on buffers with commands /allchan, /allpv and /allservSébastien Helleu
2020-07-20irc: evaluate command executed by commands /allchan, /allpv and /allserv (clo...Sébastien Helleu
2020-07-20trigger: check that tag "notify_none" is not present in message to run comman...Sébastien Helleu
2020-07-20core: do not add line with highlight and tag "notify_none" to hotlist (closes...Sébastien Helleu
2020-07-07Add $weechat_sharedir/python for global python package importMarco Sirabella
2020-06-30api: add pointer "_bar_window" in hashtable sent to hook focus callback (clos...Sébastien Helleu
2020-06-26relay: add missing field "notify_level" in message "_buffer_line_added" (issu...Sébastien Helleu
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-06-21irc: check that the first nick char is not a prefix char or chantype in funct...Sébastien Helleu
2020-06-21irc: change default chantypes from "#&+!" to "#&"Sébastien Helleu
2020-06-20irc: add support of UTF8MAPPING, add support of optional server in info "irc_...Sébastien Helleu
2020-06-20irc: return NULL in info "irc_is_channel" if arguments is NULL or empty stringSébastien Helleu
2020-06-15irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)Sébastien Helleu
2020-06-15irc: skip semicolon before account name in ACCOUNT messageSébastien Helleu
2020-06-10buflist: add "window" pointer in bar item evaluation only if it's not NULL (i...Sébastien Helleu
2020-06-07guile: fix compiler warning (issue #1514)Sébastien Helleu
2020-06-07guile: fix memory leak in output portJoram Schrijver
2020-06-07guile: re-enable "/guile eval" (issue #1098)Joram Schrijver
2020-06-07guile: fix printing of output to buffer (issue #1098)Joram Schrijver
2020-06-07api: fix use of pointer after free in function key_unbindSébastien Helleu
2020-06-04irc: fix add of ignore with flags in regex, display full ignore mask in list ...Sébastien Helleu
2020-06-03irc: display account messages in buffersMax Teufel
2020-06-02Add Alacritty title escape sequence supportChristian Duerr
2020-05-21core: add base 16/32/64 encoding/decoding in evaluation of expressionsSébastien Helleu
2020-05-21core: move functions string_base_encode and string_base_decode from plugin-ap...Sébastien Helleu
2020-05-21core: return -1 in case of error in functions string_base16_decode and string...Sébastien Helleu
2020-05-20core: split function eval_replace_vars_cb into multiple functionsSébastien Helleu
2020-05-19irc: do not remove spaces at the end of users messages received (closes #1513)Sébastien Helleu
2020-05-17trigger: add (void) before calls to trigger_callback_execute when the returne...Sébastien Helleu
2020-05-17trigger: only return trigger's return code when condition evaluates to trueSimmo Saan
2020-05-16Fix /window scroll_beyond_end when buffer has fewer lines than terminal heightTrygve Aaberge