summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2020-05-16core: update translations (closes #1245, closes #1257)Sébastien Helleu
2020-05-16core: rename info_hashtable "gui_focus_info" to "focus_info" (issue #1257)Sébastien Helleu
2020-05-16core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...Sébastien Helleu
2020-05-16gui: make key optional in gui_focus_to_hashtableSimmo Saan
2020-05-16gui: add gui_focus_info hashtable info (#1245)Simmo Saan
2020-05-16core: add color in /buffer output for notification level, update translations...Sébastien Helleu
2020-05-16core: Allow displaying notify level with /buffer notifyTrygve Aaberge
2020-05-16core: add bar items with nicklist groups and nicks/groups (closes #1506)Sébastien Helleu
2020-05-14core: force buffer property "time_for_each_line" to 0 for buffers with free c...Sébastien Helleu
2020-05-12relay: increase default limits for IRC backlog optionsSébastien Helleu
2020-05-10core: set default size for input bar to 0 (automatic) (issue #1498)Sébastien Helleu
2020-05-10core: add default key alt-enter to insert a newline (issue #1498)Sébastien Helleu
2020-05-10core: don't collapse consecutive newlines in lines displayed before the first...Sébastien Helleu
2020-05-10core: Don't remove consecutive newlines when pastingTrygve Aaberge
2020-05-10core: Don't collapse consecutive newlines in bar contentTrygve Aaberge
2020-05-10core: properly display newlines in input for all buffersTrygve Aaberge
2020-05-09irc: fix realname delimiter color in WHO/WHOX responseSimmo Saan
2020-05-09core: properly display newlines in input when multiline is enabled in buffer ...Sébastien Helleu
2020-05-09core: add an option for multiline input in a buffer (closes #984)Trygve Aaberge
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print mod...Sébastien Helleu
2020-05-08irc: reuse a buffer with wrong type "channel" when a private message is recei...Sébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-05-07trigger: fix truncated trigger command with commands /trigger input|output|re...Sébastien Helleu
2020-05-05core: add include comparison operators in evaluation of expressionsSébastien Helleu
2020-05-03exec: return NULL immediately if the task id is invalidSébastien Helleu
2020-05-03exec: fix use of same task id for different tasks (closes #1491)Sébastien Helleu
2020-05-02relay: add "compression" in response to handshake command (weechat protocol)Sébastien Helleu
2020-05-01relay: fix slow send of data to clients when SSL is enabledSébastien Helleu
2020-04-28fifo: Open the fifo for writing tooQuentin Glidic
2020-04-28relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu
2020-04-28core: remove obsolete commentSébastien Helleu