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
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
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-03-01
relay: call function string_hash_binary in relay_websocket_build_handshake to...
Sébastien Helleu
2020-01-12
relay: update buffers synchronization when buffers are renamed (closes #1428)
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-21
relay: reject client with weechat protocol if password or totp is received in...
Sébastien Helleu
2019-10-23
plugins: sort options added in configuration sections
Sébastien Helleu
2019-10-01
core: fix style in CMake files
Sébastien Helleu
2019-06-24
core: auto disable upgrade process (command line option "--upgrade") if the f...
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-04
relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ...
Sébastien Helleu
2019-06-04
relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ...
Sébastien Helleu
2019-06-04
relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)
Sébastien Helleu
2019-06-04
relay: add UNIX domain socket completion for command /relay add (issue #733)
Sébastien Helleu
2019-06-04
relay: fix crash when deleting a relay (issue #733)
Sébastien Helleu
2019-06-04
relay: fix truncated path when the unix socket path is longer than the author...
Sébastien Helleu
2019-05-13
relay: remove useless condition
Sébastien Helleu
2019-05-13
relay: set address to "local" if not known
Sébastien Helleu
2019-05-13
core: update translations
Sébastien Helleu
2019-05-13
relay: rename variables in function relay_config_check_path_length
Sébastien Helleu
2019-05-12
relay: fix comment
Sébastien Helleu
2019-05-12
relay: set mode 700 on the unix socket file (only the owner can use it)
Sébastien Helleu
2019-05-12
relay: do not overwrite a file if it's not a socket, display an error when th...
Sébastien Helleu
2019-05-12
relay: evaluate path of unix socket relay
Sébastien Helleu
2019-05-12
relay: rename function relay_config_check_path_len to relay_config_check_path...
Sébastien Helleu
2019-05-12
relay: fix update of port/path variables in relay server when options relay.p...
Sébastien Helleu
[next]