summaryrefslogtreecommitdiff
path: root/src/plugins/relay
AgeCommit message (Expand)Author
2023-12-14core: fix styleSébastien Helleu
2023-11-04relay: close properly connection with the IRC client in case of server discon...Sébastien Helleu
2023-11-03relay: change default value of option relay.network.tls_priorities to `NORMAL`Sébastien Helleu
2023-11-01core, plugins: set error to NULL before calling strtol()Sébastien Helleu
2023-10-17relay: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-09-26core, relay: make inet_pton() return value checks more strictLuK1337
2023-09-05core: add note for translators on command arguments (issue #2005)Sébastien Helleu
2023-08-13relay: synchronize nick modes with IRC client upon connection (closes #1984)Sébastien Helleu
2023-08-08relay: fix display of IRC CTCP messages received from client (issue #1986)Sébastien Helleu
2023-07-01tests/relay: fix crash in tests on Alpine 3.18Sébastien Helleu
2023-06-15relay: add IPv6 example in /help relay.network.bind_addressSébastien Helleu
2023-06-11relay: fix crash on `/upgrade` when at least a client is connected with weech...Sébastien Helleu
2023-06-03relay: add handshake option "escape_commands" in weechat protocolSébastien Helleu
2023-06-03relay: add support of capability "echo-message" (closes #1949)Sébastien Helleu
2023-06-02tests: add tests on relay "irc" protocolSébastien Helleu
2023-06-02relay: fix connection with IRC clients sending "CAP REQ :" (without capabilit...Sébastien Helleu
2023-06-02relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "rela...Sébastien Helleu
2023-05-20relay: create buffers with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-18relay: rename variable "ptr_option" to "ptr_path"Sébastien Helleu
2023-05-18relay: make TLS certificate/key loading error handling more verbose (closes #...Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-04-12relay: rename "ssl" options and protocol to "tls" (issue #1903)Sébastien Helleu
2023-04-01core, plugins: set options to NULL by default, refactor config init functionsSébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-02-04fix: various code commentsrj1
2023-01-28relay: make relay compression case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu
2023-01-28core, plugins: check that string parameters are not NULL in search functions ...Sébastien Helleu
2023-01-28core, plugins: make input actions in buffers case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...Sébastien Helleu
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
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