1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-05-05 02:35:04 +01:00

authd: rework module ID system

Provider ID's are now assigned dynamically at load-time. To accomodate
this, there is now a lookup system for finding providers by name (all
providers have names as well).
This commit is contained in:
Elizabeth Myers 2016-04-05 04:31:22 -05:00
parent 376ae2e2a7
commit 731d128990
8 changed files with 232 additions and 206 deletions

View file

@ -467,7 +467,7 @@ register_local_user(struct Client *client_p, struct Client *source_p)
return CLIENT_EXITED;
}
break;
case 'O':
case 'O': /* OPM */
if(IsExemptKline(source_p) || IsConfExemptProxy(aconf))
{
sendto_one_notice(source_p, ":*** Your IP address %s has been detected as an open proxy (ip:port %s), but you are exempt",