aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Library (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-8/+8
|
* Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-4/+4
| | | | | | When this switch is used, iar folders are merged with existing same-name user inventory folders. This makes it a little easier to back and restore entire individual user inventories, among other things Added unit test to check behaviour
* First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto2010-03-311-4/+21
| | | | | | issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
* Merge branch 'master' into presence-refactorMelanie2010-02-081-1/+8
|\ | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * minor: remove one mono compiler warningJustin Clark-Casey (justincc)2010-02-031-10/+8
| |
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-112-2/+2
| |
* | CommunicationsManager deleted.Diva Canto2010-01-111-1/+0
| |
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-5/+4
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-012-9/+28
|/ | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* No-op in this commit. Just increasing the tag number due to weirdnesses.Diva Canto2009-12-231-1/+1
|
* Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto2009-12-232-0/+482
placed under bin/Library. This works only for standalones.