summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
2023-01-08core: remove build with autotoolsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-08-07relay: fix refresh of relay buffer after /upgradeSébastien Helleu
2022-08-07relay: use enum type for websocket status in clientSébastien Helleu
2022-07-24relay: exit function relay_irc_recv if params can not be allocatedSébastien Helleu
2022-07-21relay: fix parsing of IRC messages received from clients (closes #1796)Sébastien Helleu
2022-06-18core: add trailing slashes in URLsSébastien Helleu
2022-03-30relay: fix save of channels when JOIN/PART are received from an IRC relay cli...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15relay: fix comparison of server nonce with UTF-8 chars (issue #1739)Sébastien Helleu
2021-12-25relay: improve help on option relay.network.compressionSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
2021-11-13relay: remove dead assignment in websocket decodingSébastien Helleu
2021-09-04relay: fix crash when decoding a malformed websocket frameSébastien Helleu
2021-07-08relay: remove dead assignmentSébastien Helleu
2021-05-25core: replace freenode by libera in command examplesSébastien Helleu
2021-05-25core, buflist, irc, relay: replace freenode by libera in commentsSébastien Helleu
2021-05-11relay: change default value of option relay.network.ssl_cert_key to "${weecha...Sébastien Helleu
2021-05-11relay: remove "%h" from help on UNIX socket path option (issue #1285)Sébastien Helleu
2021-05-11relay: remove "%h" from /help relay (issue #1285)Sébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11relay: evaluate option relay.network.ssl_cert_key (issue #1285)Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-06-26relay: add missing field "notify_level" in message "_buffer_line_added" (issu...Sébastien Helleu
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