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