aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/relay/weechat (follow)
Commit message (Expand)AuthorAgeFilesLines
* core, buflist, irc, relay: replace freenode by libera in commentsSébastien Helleu2021-05-251-6/+6
* core: update copyright datesSébastien Helleu2021-01-028-8/+8
* relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)Sébastien Helleu2020-06-261-2/+3
* relay: add "compression" in response to handshake command (weechat protocol)Sébastien Helleu2020-05-022-0/+6
* relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu2020-04-281-0/+173
* relay: fix error message for an invalid buffer received in a command (weechat protocol)Sébastien Helleu2020-04-261-4/+2
* relay: move variable nonce in relay client structureSébastien Helleu2020-04-181-10/+10
* relay: allow only one handshake in weechat protocolSébastien Helleu2020-04-183-4/+27
* relay: immediately close connection if the handshake failed (weechat protocol)Sébastien Helleu2020-04-181-0/+4
* relay: rename configuration options and keywords in handshake command (weechat protocol)Sébastien Helleu2020-04-171-17/+17
* relay: fix "id" sent in response to handshake command (weechat protocol)Sébastien Helleu2020-04-161-3/+3
* relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks (closes #1474)Sébastien Helleu2020-04-143-128/+133
* relay: actually use the client status "waiting_auth" in irc and weechat protocols (closes #1358)Sébastien Helleu2020-04-123-0/+18
* relay: add comments in truct t_relay_weechat_dataSébastien Helleu2020-04-121-0/+3
* relay: accept hash of password in init command with option "password_hash"Sébastien Helleu2020-03-021-0/+168
* relay: update buffers synchronization when buffers are renamed (closes #1428)Sébastien Helleu2020-01-121-0/+23
* core: update copyright datesSébastien Helleu2020-01-048-8/+8
* relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (closes #1435)Sébastien Helleu2019-12-212-54/+55
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-152-10/+17
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-3/+6
* relay: use option "delay" in call to command_options (closes #1327)Sébastien Helleu2019-03-281-83/+37
* relay: use empty value by default for option relay.weechat.commands (issue #928)Sébastien Helleu2019-03-111-11/+22
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-102-11/+48
* core: use bitwise shift operator to define flag constantsSébastien Helleu2019-03-021-4/+4
* relay: add option relay.weechat.commands (closes #928)Sébastien Helleu2019-02-281-1/+16
* core: update copyright datesSébastien Helleu2019-01-018-8/+8
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-298-8/+8
* relay: add support of Time-based One-Time Password (TOTP) as second authentication factor in weechat protocolSébastien Helleu2018-11-043-15/+63
* core: replace "long unsigned int" by "unsigned long"Sébastien Helleu2018-10-012-15/+15
* core: fix some stylesSébastien Helleu2018-01-071-6/+6
* core: update copyright datesSébastien Helleu2018-01-058-8/+8
* core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu2017-08-121-1/+1
* core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-104-12/+12
* relay: remove callback unused after d2ff46fa69ddfd999ce7a405e336221e6197738dSimmo Saan2017-06-031-5/+0
* relay: remove local variables used only for sizeofSimmo Saan2017-06-031-4/+2
* relay: check buffer pointer received in "sync" and "desync" commands (weechat protocol) (closes #936)Sébastien Helleu2017-03-261-37/+35
* relay: remove buffer from synchronized buffers when it is closed (fix memory leak)Sébastien Helleu2017-03-261-2/+8
* relay: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu2017-03-253-0/+12
* tests: fix compilation of tests on FreeBSD 11Sébastien Helleu2017-01-131-0/+2
* core: update copyright datesSébastien Helleu2017-01-018-8/+8
* relay: set status to AUTH_FAILED in case of auth failure in weechat protocol (closes #825)Sébastien Helleu2016-10-211-1/+4
* relay: return an empty hdata when the requested hdata or pointer is not found (closes #767)Sébastien Helleu2016-07-291-3/+7
* relay: allow escape of comma in command "init" (weechat protocol) (issue #730)Sébastien Helleu2016-05-131-4/+4
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-214-34/+52
* relay: fix websocket frame decoding, answer a PONG to PING (closes #675)Sébastien Helleu2016-02-061-2/+4
* relay: fix command "input" received from clients (weechat protocol) (closes #663)Sébastien Helleu2016-01-231-3/+3
* core: update copyright datesSébastien Helleu2016-01-018-8/+8
* core: update copyright datesSébastien Helleu2015-01-018-8/+8
* relay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with sync "buffers" (closes #191)Sébastien Helleu2014-11-161-8/+10
* api: use microseconds instead of milliseconds in functions util_timeval_diff and util_timeval_addSébastien Helleu2014-08-291-3/+3