aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Client/IClientIPEndpoint.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix IClientIPEndpoint broken by justin long ago.. but stop using itUbitUmarov2017-05-221-1/+1
| | | | | except on SceneBanner, later it my be also removed from there and everywhere
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-201-1/+28
|
* Update svn properties.Jeff Ames2009-05-171-12/+12
|
* * Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2009-05-111-0/+12
* User interface is ... primitive at best right now. * Loads bans from bans.txt and region ban DB on startup, bans.txt is in the format of one per line. The following explains how they are read; 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