aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/EstateBan.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-18Patch #9151Melanie Thielker1-7/+3
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares1-0/+27
2008-06-21* Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares1-0/+20
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.