1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 10:43:12 +02:00

allow::options::sasl has been removed. Use the new and more flexible

require sasl { } block instead.
This commit is contained in:
Bram Matthys
2018-09-09 09:49:03 +02:00
parent 3f0d349e2b
commit 2935385bf2
4 changed files with 12 additions and 6 deletions
-2
View File
@@ -1704,8 +1704,6 @@ int AllowClient(aClient *cptr, struct hostent *hp, char *sockhost, char *usernam
continue;
if (aconf->flags.ssl && !IsSecure(cptr))
continue;
if (aconf->flags.sasl && (!*cptr->user->svid || isdigit(*cptr->user->svid)))
continue;
if (hp && hp->h_name)
{
hname = hp->h_name;