weechat/src/plugins/relay/irc
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
..
relay-irc.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-irc.h relay: actually use the client status "waiting_auth" in irc and weechat protocols (closes #1358) 2020-04-12 17:46:46 +02:00