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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user