weechat/src/plugins/relay
Sébastien Helleu 7ddc815726 relay: actually use the client status "waiting_auth" in irc and weechat protocols (closes #1358)
Now the status "waiting_auth" is used and displayed in the relay buffer.

When a client connects, there are now 2 messages (except for irc protocol if
there's no password required):

relay: new client on port 9000: 1/weechat/1.2.3.4 (waiting auth)
relay: client 1/weechat/1.2.3.4 authenticated

If the authentication fails, the messages are:

relay: new client on port 9000: 1/weechat/1.2.3.4 (waiting auth)
=!= relay: authentication failed with client 1/weechat/1.2.3.4
2020-04-12 17:46:46 +02:00
..
irc relay: actually use the client status "waiting_auth" in irc and weechat protocols (closes #1358) 2020-04-12 17:46:46 +02:00
weechat relay: actually use the client status "waiting_auth" in irc and weechat protocols (closes #1358) 2020-04-12 17:46:46 +02:00
CMakeLists.txt relay: call function string_hash_binary in relay_websocket_build_handshake to compute SHA1 hash 2020-03-01 09:03:49 +01:00
Makefile.am relay: call function string_hash_binary in relay_websocket_build_handshake to compute SHA1 hash 2020-03-01 09:03:49 +01:00
relay-buffer.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-buffer.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-client.c relay: actually use the client status "waiting_auth" in irc and weechat protocols (closes #1358) 2020-04-12 17:46:46 +02:00
relay-client.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-command.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-command.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-completion.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-completion.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-config.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-config.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-info.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-info.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-network.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-network.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-raw.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-raw.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-server.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-server.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-upgrade.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-upgrade.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay-websocket.c relay: rename variable length_hash to hash_size 2020-03-01 23:14:55 +01:00
relay-websocket.h core: update copyright dates 2020-01-04 10:41:26 +01:00
relay.c core: update copyright dates 2020-01-04 10:41:26 +01:00
relay.h core: update copyright dates 2020-01-04 10:41:26 +01:00