aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-25change threads confusing namesUbitUmarov1-1/+1
2019-01-01replace my hack by others hackUbitUmarov1-1/+6
2018-12-31lost in updatesUbitUmarov1-1/+1
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov2-2/+5
2018-12-16avoid sending garbage...UbitUmarov1-0/+7
2018-12-16several changes to last patchUbitUmarov1-73/+35
2018-12-16Enables the buildin Caps ServerReleaseNotesfly-man-1-0/+165
~ Dedicated to Quill Littlefeather ~ Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-12-08mantis 8416: testUbitUmarov1-1/+1
2018-12-07remove a warningUbitUmarov1-2/+2
2018-12-07disable GetAsset (ViewerAsset) cap. Current viewers implementation is not ↵UbitUmarov1-1/+6
compatible with opensim
2018-12-06GetAssets: only throttle mesh and textureUbitUmarov1-2/+8
2018-12-04GetAssets: we still need to service avatars that did left regionUbitUmarov2-1/+4
2018-12-01replace GetMeshModule and GetTextureModuleUbitUmarov3-491/+147
2018-12-01clean a bitUbitUmarov1-90/+5
2018-11-30recover GetMesh2 capUbitUmarov1-32/+36
2018-11-29fix CopyInventoryFromNotecard error handlingUbitUmarov1-16/+18
2018-11-29mantis 8414: add cap CreateInventoryCategory handlerUbitUmarov1-1/+70
2018-11-14simplify a bit some caps pathsUbitUmarov3-8/+9
2018-11-12fix a http error responseUbitUmarov1-2/+2
2018-11-07change region gettexture response if presence not foundUbitUmarov1-27/+12
2018-10-25let the syntax file include its id againUbitUmarov1-3/+12
2018-10-21update script syntaxUbitUmarov1-3/+1
2018-10-20add a few more things to SrcriptSyntaxUbitUmarov1-1/+1
2018-10-19autogen LSLSyntax version uuidUbitUmarov1-30/+32
2018-10-19cap LSLSyntax was enabled by mistakeUbitUmarov1-1/+1
2018-10-19fix typosUbitUmarov1-20/+20
2018-10-19 add initial test support for cap LSLSyntax. This does not seem to work for ↵UbitUmarov1-6/+73
Opensimulator on viewers, In particular with FireStorm seems impossible to replace its own definitions, viwers do note revert to defaults on tp to a region that does not suport this cap, etc. So possible just a dead end. Disabled by default
2018-10-08change caps get mesh and texture throttleUbitUmarov2-168/+38
2018-07-14http reusecontext is obsoleteUbitUmarov2-5/+0
2018-07-14typosUbitUmarov1-2/+2
2018-07-14a few changes about test mesh uploadsUbitUmarov1-26/+27
2018-07-14send data as bin not string to http lower levelUbitUmarov1-3/+8
2018-04-19use seconds version of gettimestampUbitUmarov2-42/+14
2018-01-31remove cap FetchLib2 suport codeUbitUmarov1-35/+0
2018-01-30keepalive is defaultUbitUmarov2-4/+0
2018-01-30a few more changes on inventory library and inv fetchUbitUmarov1-1/+5
2018-01-27add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2-5/+36
as it possible should, but this needs more work, and issue with HG older grids/regions
2018-01-25got tired of creating stringbuildersUbitUmarov1-27/+26
2018-01-25a few changes to encoder and a few more usesUbitUmarov1-55/+75
2018-01-25add a low level LLSDxml encoder for cases where it makes no sense to use ↵UbitUmarov1-34/+33
more heavy things like OSD, and use it on displaynames
2018-01-22missing files..UbitUmarov2-2/+0
2018-01-22give BlockingCollection more chancesUbitUmarov1-0/+1
2018-01-22give BlockingCollection more chancesUbitUmarov1-22/+23
2018-01-22give BlockingCollection more chancesUbitUmarov2-72/+83
2018-01-21cosmetics (or not)UbitUmarov1-9/+9
2018-01-17pesty warningsUbitUmarov1-1/+0
2017-08-28fix some nunit testsUbitUmarov1-2/+6
2017-07-30Corrected index number in ErrorFormat based Exception messageKevin Cozens1-1/+1
2017-07-20fix merge issuesUbitUmarov1-30/+5
2017-06-19 revert EnvironmentTick back to orignal clock, since change may cause issues ↵UbitUmarov2-80/+46
on some code paths. Clean a bit get mesh and get texture throttle