index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
relay
Age
Commit message (
Expand
)
Author
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-08-07
core: add option `-save` in command `/upgrade` (closes #1630)
Sébastien Helleu
2022-08-07
relay: fix refresh of relay buffer after /upgrade
Sébastien Helleu
2022-08-07
relay: use enum type for websocket status in client
Sébastien Helleu
2022-07-24
relay: exit function relay_irc_recv if params can not be allocated
Sébastien Helleu
2022-07-21
relay: fix parsing of IRC messages received from clients (closes #1796)
Sébastien Helleu
2022-06-18
core: add trailing slashes in URLs
Sébastien Helleu
2022-03-30
relay: fix save of channels when JOIN/PART are received from an IRC relay cli...
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2022-01-15
relay: fix comparison of server nonce with UTF-8 chars (issue #1739)
Sébastien Helleu
2021-12-25
relay: improve help on option relay.network.compression
Sébastien Helleu
2021-12-24
relay: add zstd compression in weechat protocol
Sébastien Helleu
2021-11-13
relay: remove dead assignment in websocket decoding
Sébastien Helleu
2021-09-04
relay: fix crash when decoding a malformed websocket frame
Sébastien Helleu
2021-07-08
relay: remove dead assignment
Sébastien Helleu
2021-05-25
core: replace freenode by libera in command examples
Sébastien Helleu
2021-05-25
core, buflist, irc, relay: replace freenode by libera in comments
Sébastien Helleu
2021-05-11
relay: change default value of option relay.network.ssl_cert_key to "${weecha...
Sébastien Helleu
2021-05-11
relay: remove "%h" from help on UNIX socket path option (issue #1285)
Sébastien Helleu
2021-05-11
relay: remove "%h" from /help relay (issue #1285)
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-05-11
relay: evaluate option relay.network.ssl_cert_key (issue #1285)
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-06-26
relay: add missing field "notify_level" in message "_buffer_line_added" (issu...
Sébastien Helleu
2020-05-12
relay: increase default limits for IRC backlog options
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-05-02
relay: add "compression" in response to handshake command (weechat protocol)
Sébastien Helleu
2020-05-01
relay: fix slow send of data to clients when SSL is enabled
Sébastien Helleu
2020-04-28
relay: add command "completion" in weechat relay protocol (closes #1484)
Sébastien Helleu
2020-04-26
relay: fix error message for an invalid buffer received in a command (weechat...
Sébastien Helleu
2020-04-20
tests: add tests on functions relay_auth_password_hash_algo_search and relay_...
Sébastien Helleu
2020-04-18
core: make GnuTLS a required dependency
Sébastien Helleu
2020-04-18
relay: move variable nonce in relay client structure
Sébastien Helleu
2020-04-18
relay: allow only one handshake in weechat protocol
Sébastien Helleu
2020-04-18
relay: immediately close connection if the handshake failed (weechat protocol)
Sébastien Helleu
2020-04-17
relay: rename configuration options and keywords in handshake command (weecha...
Sébastien Helleu
2020-04-17
doc: replace "safest" by "most secure" (relay protocol)
Sébastien Helleu
2020-04-16
relay: fix "id" sent in response to handshake command (weechat protocol)
Sébastien Helleu
2020-04-15
relay: add missing gcrypt lib in CMake and autotools files
Sébastien Helleu
2020-04-14
relay: add command "handshake" in weechat relay protocol and nonce to prevent...
Sébastien Helleu
2020-04-12
relay: update message displayed when the client is connected/authenticated
Sébastien Helleu
2020-04-12
relay: add option relay.network.auth_timeout
Sébastien Helleu
2020-04-12
relay: add a function to send outqueue to the client
Sébastien Helleu
2020-04-12
relay: update default colors for client status
Sébastien Helleu
2020-04-12
relay: actually use the client status "waiting_auth" in irc and weechat proto...
Sébastien Helleu
2020-04-12
relay: add comments in truct t_relay_weechat_data
Sébastien Helleu
2020-03-02
relay: accept hash of password in init command with option "password_hash"
Sébastien Helleu
2020-03-01
relay: rename variable length_hash to hash_size
Sébastien Helleu
[next]