mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 04:43:13 +02:00
Merge branch 'unreal34' of github.com:unrealircd/unrealircd into unreal34
This commit is contained in:
@@ -18,6 +18,14 @@ src/modules/Makefile
|
||||
unrealircd
|
||||
include/setup.h
|
||||
|
||||
# Ignore tags file
|
||||
tags
|
||||
|
||||
# Ignore SSL Stuff
|
||||
server.cert.pem
|
||||
server.key.pem
|
||||
server.req.pem
|
||||
ssl.rnd
|
||||
|
||||
# Ignores for platform stuff
|
||||
.DS_Store
|
||||
|
||||
@@ -302,6 +302,10 @@ OperPermission OperClass_evaluateACLPath(char* path, aClient *sptr, aClient *vic
|
||||
OperClassACLPath *operPath;
|
||||
OperClassACL *acl;
|
||||
|
||||
// Trust U:Line or remote users
|
||||
if (IsULine(sptr) || !MyClient(sptr))
|
||||
return OPER_ALLOW;
|
||||
|
||||
if (!IsOper(sptr))
|
||||
return OPER_DENY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user