summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
2020-05-12relay: increase default limits for IRC backlog optionsSébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...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-28relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu
2020-04-26relay: fix error message for an invalid buffer received in a command (weechat...Sébastien Helleu
2020-04-20tests: add tests on functions relay_auth_password_hash_algo_search and relay_...Sé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-03-02relay: accept hash of password in init command with option "password_hash"Sébastien Helleu
2020-03-01relay: rename variable length_hash to hash_sizeSébastien Helleu
2020-03-01core: move crypto functions to wee-crypto.c, rename API function string_hash ...Sébastien Helleu
2020-03-01core: merge functions string_hash_binary and string_hash into a single functi...Sébastien Helleu
2020-03-01relay: call function string_hash_binary in relay_websocket_build_handshake to...Sébastien Helleu
2020-01-12relay: update buffers synchronization when buffers are renamed (closes #1428)Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-12-21relay: reject client with weechat protocol if password or totp is received in...Sébastien Helleu
2019-10-23plugins: sort options added in configuration sectionsSébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-04relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ...Sébastien Helleu
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ...Sébastien Helleu
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)Sébastien Helleu
2019-06-04relay: add UNIX domain socket completion for command /relay add (issue #733)Sébastien Helleu
2019-06-04relay: fix crash when deleting a relay (issue #733)Sébastien Helleu
2019-06-04relay: fix truncated path when the unix socket path is longer than the author...Sébastien Helleu
2019-05-13relay: remove useless conditionSébastien Helleu
2019-05-13relay: set address to "local" if not knownSébastien Helleu
2019-05-13core: update translationsSébastien Helleu
2019-05-13relay: rename variables in function relay_config_check_path_lengthSébastien Helleu
2019-05-12relay: fix commentSébastien Helleu
2019-05-12relay: set mode 700 on the unix socket file (only the owner can use it)Sébastien Helleu
2019-05-12relay: do not overwrite a file if it's not a socket, display an error when th...Sébastien Helleu
2019-05-12relay: evaluate path of unix socket relaySébastien Helleu
2019-05-12relay: rename function relay_config_check_path_len to relay_config_check_path...Sébastien Helleu
2019-05-12relay: fix update of port/path variables in relay server when options relay.p...Sébastien Helleu