aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetDisplayNamesModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-144/+0
2016-12-04replace GetDisplaynames by a handler really usable as a client cap. Most capa...UbitUmarov1-143/+0
2016-11-16minor change to getdisplaynames cap urlUbitUmarov1-4/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-17/+16
2016-07-17fix drop on delayed events processingUbitUmarov1-31/+58
2016-07-17add a Drop method to PollService Event handlers, Drop requests on connections...UbitUmarov1-2/+4
2016-07-16simplify http textures and meshs ThrottlesUbitUmarov1-21/+9
2015-11-27 change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov1-16/+17
2015-11-27 change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov1-27/+22
2015-11-21 remove some compile warnings increasing total number by 2UbitUmarov1-4/+0
2015-11-14That didn't actually do anything for Simian, and it broke the locahostDiva Canto1-5/+6
2015-10-14Also restoring proper function for Simian external GetTexture functionality.Diva Canto1-6/+5
2015-09-02seems to compile ( tests comented out)UbitUmarov1-24/+9
2015-08-24 turn off KeepAliveUbitUmarov1-3/+3
2015-08-19add a Retry-After response header to the 503 sent when we are 2 busy to doUbitUmarov1-0/+5
2015-08-18do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov1-3/+3
2014-05-07Finished implementing redirects in GetTexture.Diva Canto1-3/+6
2013-09-07Add support for simple external CAPS texture servicesroot1-19/+31
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-1/+5
2013-04-25Send 503 when throttling texturesMelanie1-1/+33
2012-12-14Prevent a failed user relogi from throwing exceptions in poll servicesMelanie1-1/+1
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-09* Prep work switching the GetMeshModule over to a poll service.teravus1-60/+61
2012-11-05This implements the Caps throttler. After some testing, the system seemed ...teravus1-13/+106
2012-11-05Another step in the chain. Pipe the throttle update to the appropriate PollS...teravus1-12/+35
2012-11-04Pipe Throttle Update Event to EventManager, client --> ScenePresence --> Even...teravus1-0/+42
2012-10-14Make texture sedning use only two threads to make things less harsh on bandwidthMelanie1-2/+2
2012-09-26just remove the damm thingUbitUmarov1-1/+1
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov1-10/+2
2012-09-26 more changes to PollServiceUbitUmarov1-1/+6
2012-09-25missed changeUbitUmarov1-1/+2
2012-09-25 change GetTextureModule processingUbitUmarov1-29/+31
2012-09-23Protect the responses map with a lock. Also remove ugly "this." type ofMelanie1-6/+8
2012-09-17 add some locks to GetTextureModuleUbitUmarov1-10/+13
2012-09-14Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie1-44/+179
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-1/+3
2011-08-16minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+3
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)1-2/+2
2011-05-04Test m_Enabled on RemoveRegion.Diva Canto1-0/+3
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto1-0/+2
2011-05-02Works!Diva Canto1-5/+22
2011-05-01Start to drill down on GetTexture. Read the config and do different things.Diva Canto1-4/+12
2011-05-01Change GetTextureModule.cs to conform to the new IRegion module interface. NO...Diva Canto1-6/+21
2011-05-01Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto1-311/+4
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+3
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-1/+1
2011-02-02Comment out texture CAPS 'texture not found' message for nowJustin Clark-Casey (justincc)1-3/+1
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)1-2/+2
2010-12-08Fixed wrong commentDiva Canto1-1/+1
2010-12-08Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y...Diva Canto1-1/+1