Replace s_auth/blacklist stuff with authd calls

This also does a lot of surgery on the conf system to reconfigure authd.

/!\ WARNING! ACHTUNG! ADVERTENCIA! ATTENTION! AVVERTIMENTO! /!\
This code has not been run-time tested yet (though it compiles)!
This commit is contained in:
Elizabeth Myers 2016-03-28 02:11:16 -05:00
parent bd7c2037bf
commit d3f6b80867
17 changed files with 502 additions and 1189 deletions

View file

@ -202,6 +202,7 @@ quote_identtimeout(struct Client *source_p, const char *arg, int newval)
"%s has changed IDENTTIMEOUT to %d",
get_oper_name(source_p), newval);
GlobalSetOptions.ident_timeout = newval;
set_authd_timeout("ident_timeout", newval);
}
else
sendto_one_notice(source_p, ":IDENTTIMEOUT is currently %d",