diff options
author | Adam Frisby | 2009-05-11 19:23:51 +0000 |
---|---|---|
committer | Adam Frisby | 2009-05-11 19:23:51 +0000 |
commit | 6dcafec22d560c50625c8a391701606a1a0bb363 (patch) | |
tree | 6e0199901946f9a0b7a9797bbc85a30c2b094288 /OpenSim/Grid/UserServer/UserServerCommsManager.cs | |
parent | Add selling for $0 back to the sample economy module. This is disabled by (diff) | |
download | opensim-SC_OLD-6dcafec22d560c50625c8a391701606a1a0bb363.zip opensim-SC_OLD-6dcafec22d560c50625c8a391701606a1a0bb363.tar.gz opensim-SC_OLD-6dcafec22d560c50625c8a391701606a1a0bb363.tar.bz2 opensim-SC_OLD-6dcafec22d560c50625c8a391701606a1a0bb363.tar.xz |
* Implements IP and DNS based ban facilities to OpenSim.
* 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
Diffstat (limited to 'OpenSim/Grid/UserServer/UserServerCommsManager.cs')
0 files changed, 0 insertions, 0 deletions