summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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-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-12relay: increase default limits for IRC backlog optionsSébastien Helleu
2020-05-09irc: fix realname delimiter color in WHO/WHOX responseSimmo Saan
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-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-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-04-26relay: fix error message for an invalid buffer received in a command (weechat...Sébastien Helleu
2020-04-24buflist: add default key alt-shift-B to toggle buflistSébastien Helleu
2020-04-24buflist: add options enable/disable/toggle in command /buflistSébastien Helleu
2020-04-20tests: add tests on functions relay_auth_password_hash_algo_search and relay_...Sébastien Helleu
2020-04-18trigger: do not hide values of options with /set command in cmd_pass triggerSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-04-18relay: move variable nonce in relay client structureSébastien Helleu
2020-04-18relay: allow only one handshake in weechat protocolSébastien Helleu
2020-04-18relay: immediately close connection if the handshake failed (weechat protocol)Sébastien Helleu
2020-04-17relay: rename configuration options and keywords in handshake command (weecha...Sébastien Helleu
2020-04-17doc: replace "safest" by "most secure" (relay protocol)Sébastien Helleu
2020-04-16relay: fix "id" sent in response to handshake command (weechat protocol)Sébastien Helleu
2020-04-15relay: add missing gcrypt lib in CMake and autotools filesSébastien Helleu
2020-04-14relay: add command "handshake" in weechat relay protocol and nonce to prevent...Sébastien Helleu
2020-04-12relay: update message displayed when the client is connected/authenticatedSébastien Helleu
2020-04-12relay: add option relay.network.auth_timeoutSébastien Helleu
2020-04-12relay: add a function to send outqueue to the clientSébastien Helleu
2020-04-12relay: update default colors for client statusSébastien Helleu
2020-04-12relay: actually use the client status "waiting_auth" in irc and weechat proto...Sébastien Helleu
2020-04-12relay: add comments in truct t_relay_weechat_dataSébastien Helleu
2020-04-12trigger: evaluate arguments of command when the trigger is created (closes #1...Sébastien Helleu
2020-04-06buflist: evaluate option buflist.look.sort (closes #1465)Sébastien Helleu
2020-04-04python: fix crash when invalid UTF-8 string is in a WeeChat hashtable convert...Sébastien Helleu
2020-04-02fset: fix help on options fset.format.option1 and fset.format.option2Sébastien Helleu
2020-03-30irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_...Sébastien Helleu
2020-03-28irc: move functions irc_protocol_get_message_tags and irc_protocol_parse_time...Sébastien Helleu
2020-03-28irc: remove empty linesSébastien Helleu
2020-03-27irc: fix typo in description of message 001Sébastien Helleu
2020-03-27irc: add examples of NOTICE and PRIVMSG messages to channel opsSébastien Helleu