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:
parent
376ae2e2a7
commit
731d128990
8 changed files with 232 additions and 206 deletions
ircd
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue