aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/IPBan (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-09One more more converted: IPBanModule.Diva Canto1-6/+18
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-28/+12
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-12/+28
Signed-off-by: Melanie <melanie@t-data.com>
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-05-22cleaning out warnings.Dr Scofield1-3/+3
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-22dropping sex from SceneBanner...Dr Scofield1-1/+1
2009-05-20Thank you, StrawberryFride, for a patch to fix SceneBan behavior.Melanie Thielker1-19/+23
Applied with changes (commented the logging entirely, since Linux defaults to debug level) Fixes Mantis #3689
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames2-6/+60
2009-05-17Update svn properties.Jeff Ames2-133/+133
2009-05-12fixing SocketException when IP address cannot be resolvedDr Scofield1-8/+15
2009-05-11* Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2-0/+126
* 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