aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenSim found a new way for archiving to be spammy.onefang2019-07-311-8/+8
| | | | | The few resources that I have checked are actually missing from the database. All the ones I tried in world are not missing anything.
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-55/+67
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-35/+49
|
* Fix bug where loading an OAR with a deeded parcel would always set the ↵Justin Clark-Casey (justincc)2012-11-241-8/+3
| | | | | | | | | parcel owner ID to the estate owner even if the group UUID was present. Aims to address http://opensimulator.org/mantis/view.php?id=6355 As part of this work, an incomplete IXGroupsData was added which currently only allows store/fetch/delete of group records (i.e. no membership data etc) This is subject to change and currently only an in-memory storage implementation exists for regression test purposes.
* Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ↵Justin Clark-Casey (justincc)2012-09-141-0/+634
multi-OAR patch there is now only one class that handles this operation. Adapation of 0004-Renamed-ArchiveWriteRequestPreparation-to-ArchiveWri.patch in http://opensimulator.org/mantis/view.php?id=6105 since that did not directly apply