C# Класс OpenSim.Region.CoreModules.Agent.IPBan.IPBanModule

Наследование: IRegionModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Ban ( string host ) : void

Bans all users from the specified network from connecting. DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network

Close ( ) : void
Initialise ( Scene scene, IConfigSource source ) : void
PostInitialise ( ) : void

Описание методов

Ban() публичный Метод

Bans all users from the specified network from connecting. DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network
public Ban ( string host ) : void
host string See summary for explanation of parameter
Результат void

Close() публичный Метод

public Close ( ) : void
Результат void

Initialise() публичный Метод

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
Результат void

PostInitialise() публичный Метод

public PostInitialise ( ) : void
Результат void