ID:1104131
 
Applies to:
Status: Open

Issue hasn't been assigned a status value.
Request for a hub based whitelist. Need a way to prevent clients from downloading resources at connection level by just rejecting connection altogether directly from the HUB.
I think if you deny the connection at the time of IsBanned() it'll prevent a resource download.
For some reason, I can't get IsBanned() to be called.
I add this code and everything operates as normal, as in, IsBanned() is never called.

world
IsBanned(key, address)
while(1)
world.log << "checking"
sleep(world.tick_lag)


Edit: Just learned from this thread:http://www.byond.com/ forum/?post=778003&hl=IsBanned#comment2165451
that you can't really test it using localhost or 127.0.0.1

Whoops! Works.