Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-03-28 | Start on Bulk inventory update via CAPS. Not functional yet. HG v2 | Melanie | 1 | -0/+2 | |
2012-03-28 | Add a corresponding method for items. HG v2 | Melanie | 1 | -0/+1 | |
2012-03-28 | Add SendRemoveInventoryFolders which allows to remove one or more | Melanie | 1 | -5/+3 | |
folders from the viewer's inventory view. For HG v2.0. More to come | |||||
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-05-17 | Update svn properties. | Jeff Ames | 1 | -12/+12 | |
2009-05-11 | * Implements IP and DNS based ban facilities to OpenSim. | Adam Frisby | 1 | -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 |