aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some nunit testsUbitUmarov2017-08-281-2/+3
|
* mergeUbitUmarov2017-07-201-1/+1
|\
| * typo fixUbitUmarov2017-07-131-1/+1
| |
| * replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no ↵UbitUmarov2017-07-131-1/+1
| | | | | | | | User modifiable Culture.FormatProvider, and also for internal coerence. We do use the libomv on other code paths, so that must be fixed
* | Merge branch 'master' into httptestsUbitUmarov2017-06-161-0/+5
|\ \ | |/
| * fix llsd DeserialiseOSDMap cast from boolean to int, this seems to fix ↵UbitUmarov2017-06-141-0/+5
| | | | | | | | alchemy beta 5.0 scripts upload, but this viewer seems to be of no use for opensim, sice it does crash.. insists lbsa is at second life etc
* | Merge branch 'master' into httptestsUbitUmarov2017-05-312-20/+3
|\ \ | |/
| * oops..UbitUmarov2017-05-311-1/+1
| |
| * remove the option to store baked textures on assets service, thats suicide ↵UbitUmarov2017-05-312-20/+3
| | | | | | | | use xbakes
* | fix mergeUbitUmarov2017-05-072-11/+0
|\ \ | |/
| * dispose some MemoryStreamsUbitUmarov2017-05-062-11/+0
| |
* | fix mergeUbitUmarov2017-01-0517-93/+93
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-0517-94/+94
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-281-0/+2
|\ \ | |/
| * robust textures add missing returns or redir caseUbitUmarov2016-12-261-0/+2
| |
* | some cleanupUbitUmarov2016-12-271-39/+2
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-062-23/+7
|\ \ | |/
| * jenkins likes null httplistenersUbitUmarov2016-12-061-1/+1
| |
| * remove redundante check for ssl listenerUbitUmarov2016-12-062-23/+7
| |
* | save a few lists scaningUbitUmarov2016-12-061-58/+80
| |
* | merge conflitsUbitUmarov2016-11-191-0/+5
|\ \ | |/
| * a few more changes on potencial mem issuesUbitUmarov2016-11-181-0/+5
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-09-033-33/+43
|\ \ | |/
| * potencial null refUbitUmarov2016-08-241-0/+3
| |
| * workaround potencial memory leakUbitUmarov2016-08-222-33/+40
| |
* | merge issueUbitUmarov2016-08-192-34/+26
|\ \ | |/
| * add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵UbitUmarov2016-08-172-34/+26
| | | | | | | | use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
* | let FS get a answer to folder uuid.zero, (still seems a no op); sendUbitUmarov2016-07-191-35/+14
| | | | | | | | Library folders list"
* | fix a typoUbitUmarov2016-07-191-1/+1
| |
* | some cleanup on FetchInvDescHandlerUbitUmarov2016-07-191-148/+22
| |
* | don't loose inventory items when there are bad foldersUbitUmarov2016-07-171-55/+43
|/
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-042-26/+8
| | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* Fix a dumb mistakeMelanie Thielker2016-06-211-1/+1
|
* Make some more modules inheritableMelanie Thielker2016-06-211-3/+3
|
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-0/+4
| | | | Make inventory items reflect coorect permissions immediately unstead of after relog
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* remove some compile warnings increasing total number by 2UbitUmarov2015-11-211-5/+1
|
* work around some 'tests' error: contents of link folders are no longer sentUbitUmarov2015-11-161-1/+2
|
* On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* Fixed Robust-bound GetTexture handler that had been knocked off with the new ↵Diva Canto2015-10-142-3/+434
| | | | sim-bound handler that uses a Poll service. Rather than hammering both handlers into one single class, I'm splitting them into 2 classes, because they are considerably different.
* dont send of the contents of LinkFolders also on Multiple folder fetch. ↵UbitUmarov2015-10-061-3/+3
| | | | Outfits changes still seem to work, except FS that doesnt delete the links to previus outfits, as singularity does
* dont send of the contents of LinkFoldersUbitUmarov2015-10-061-0/+5
|
* send DisplayNames dates in UTC and not region local time. send a next ↵UbitUmarov2015-10-051-2/+5
| | | | update date that can be parsed and make it also in future so name edition is blocked since we don't suport them. (singu fails to display date, and seems to fail converting utc to local time
* try to better merge avn and os fetchinventory and fetchinvdescendentsUbitUmarov2015-09-123-445/+92
|
* inventory mess return to the state before divas cache issueUbitUmarov2015-09-116-87/+1343
|
* change to avn fecthinventory and webfecth.. codeUbitUmarov2015-09-116-1343/+87
|
* comment a large debug messageUbitUmarov2015-09-041-1/+1
|
* seems to compile ( tests comented out)UbitUmarov2015-09-024-178/+61
|
* bad merge?UbitUmarov2015-09-0112-150/+797
|\
| * turn off KeepAliveUbitUmarov2015-08-242-8/+8
| |