Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup | UbitUmarov | 2018-07-14 | 1 | -30/+26 |
| | |||||
* | drop compatibility with old robust that did not suport ↵ | UbitUmarov | 2018-07-14 | 1 | -9/+0 |
| | | | | inventoryService.GetMultipleItems | ||||
* | Merge branch 'master' into httptests | UbitUmarov | 2018-03-10 | 1 | -68/+31 |
|\ | |||||
| * | mantis 7885: robust asset services have no cache and only accept a asset ID ↵ | UbitUmarov | 2018-03-10 | 1 | -68/+31 |
| | | | | | | | | that is a uuid, so regions hack to cache several image formats is not possible. Robut GetTexture is very heavy unless image format is the default (j2k mime type x-j2k), since with no cache image convertions is performed on every request. Adicionally it does expose all textures if the tcp port is public. Avoid using it. | ||||
* | | remove cap FetchLib2 suport code | UbitUmarov | 2018-01-31 | 1 | -104/+0 |
| | | |||||
* | | add missing folders version | UbitUmarov | 2018-01-30 | 1 | -0/+1 |
| | | |||||
* | | a few more changes on inventory library and inv fetch | UbitUmarov | 2018-01-30 | 2 | -79/+8 |
| | | |||||
* | | a few more changes on inventory library and inv fetch | UbitUmarov | 2018-01-27 | 1 | -48/+56 |
| | | |||||
* | | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵ | UbitUmarov | 2018-01-27 | 1 | -0/+141 |
| | | | | | | | | as it possible should, but this needs more work, and issue with HG older grids/regions | ||||
* | | cleanup a bit more | UbitUmarov | 2018-01-24 | 1 | -57/+47 |
| | | |||||
* | | avoid some large unnecessary strings | UbitUmarov | 2018-01-24 | 1 | -30/+25 |
| | | |||||
* | | some cleanup | UbitUmarov | 2018-01-20 | 2 | -8/+0 |
| | | |||||
* | | improve LLSDHelpers DeserialiseOSDMap | UbitUmarov | 2018-01-20 | 1 | -16/+1 |
| | | |||||
* | | fix some nunit tests | UbitUmarov | 2017-08-28 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-05-31 | 2 | -20/+3 |
|\ \ | |/ | |||||
| * | oops.. | UbitUmarov | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | remove the option to store baked textures on assets service, thats suicide ↵ | UbitUmarov | 2017-05-31 | 2 | -20/+3 |
| | | | | | | | | use xbakes | ||||
* | | fix merge | UbitUmarov | 2017-05-07 | 2 | -11/+0 |
|\ \ | |/ | |||||
| * | dispose some MemoryStreams | UbitUmarov | 2017-05-06 | 2 | -11/+0 |
| | | |||||
* | | fix merge | UbitUmarov | 2017-01-05 | 11 | -77/+77 |
|\ \ | |/ | |||||
| * | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 11 | -78/+78 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-12-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | robust textures add missing returns or redir case | UbitUmarov | 2016-12-26 | 1 | -0/+2 |
| | | |||||
* | | some cleanup | UbitUmarov | 2016-12-27 | 1 | -39/+2 |
| | | |||||
* | | save a few lists scaning | UbitUmarov | 2016-12-06 | 1 | -58/+80 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-09-03 | 2 | -33/+40 |
|\ \ | |/ | |||||
| * | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 2 | -33/+40 |
| | | |||||
* | | merge issue | UbitUmarov | 2016-08-19 | 2 | -34/+26 |
|\ \ | |/ | |||||
| * | add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵ | UbitUmarov | 2016-08-17 | 2 | -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); send | UbitUmarov | 2016-07-19 | 1 | -35/+14 |
| | | | | | | | | Library folders list" | ||||
* | | fix a typo | UbitUmarov | 2016-07-19 | 1 | -1/+1 |
| | | |||||
* | | some cleanup on FetchInvDescHandler | UbitUmarov | 2016-07-19 | 1 | -148/+22 |
| | | |||||
* | | don't loose inventory items when there are bad folders | UbitUmarov | 2016-07-17 | 1 | -55/+43 |
|/ | |||||
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 2 | -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 mistake | Melanie Thielker | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Make some more modules inheritable | Melanie Thielker | 2016-06-21 | 1 | -3/+3 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | remove some compile warnings increasing total number by 2 | UbitUmarov | 2015-11-21 | 1 | -5/+1 |
| | |||||
* | work around some 'tests' error: contents of link folders are no longer sent | UbitUmarov | 2015-11-16 | 1 | -1/+2 |
| | |||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | Fixed Robust-bound GetTexture handler that had been knocked off with the new ↵ | Diva Canto | 2015-10-14 | 2 | -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. ↵ | UbitUmarov | 2015-10-06 | 1 | -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 LinkFolders | UbitUmarov | 2015-10-06 | 1 | -0/+5 |
| | |||||
* | send DisplayNames dates in UTC and not region local time. send a next ↵ | UbitUmarov | 2015-10-05 | 1 | -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 fetchinvdescendents | UbitUmarov | 2015-09-12 | 3 | -445/+92 |
| | |||||
* | inventory mess return to the state before divas cache issue | UbitUmarov | 2015-09-11 | 6 | -87/+1343 |
| | |||||
* | change to avn fecthinventory and webfecth.. code | UbitUmarov | 2015-09-11 | 6 | -1343/+87 |
| | |||||
* | comment a large debug message | UbitUmarov | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 4 | -178/+61 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 7 | -148/+733 |
|\ |