index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
Caps
/
AvatarPickerSearchModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
minor: remove mono compiler warnings in AvatarPickerSearchModule and UploadBa...
Justin Clark-Casey (justincc)
1
-5
/
+2
2013-08-14
minor: Comment out AvatarPicketSearch caps log message for now, which is occu...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-05-10
Delete debug message
Diva Canto
1
-1
/
+0
2013-05-07
Added AvatarPickerSearch capability handler.
Diva Canto
1
-19
/
+14
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
2010-12-08
Added ability for GetTexture to serve multiple formats. The format may come a...
Diva Canto
1
-42
/
+202
2010-10-09
Fix a typo in previouis commit: start must not pass the end of the file
Latif Khalifa
1
-2
/
+2
2010-10-09
weird line endings fix commit
Teravus Ovares (Dan Olivares)
1
-7
/
+7
2010-10-09
Return error code instead of the last byte of the file if range is not satisf...
Latif Khalifa
1
-1
/
+9
2010-10-09
In case when 1 single byte is requested (yes viewer does this)
Latif Khalifa
1
-2
/
+2
2010-09-13
* Fixing length calculations for HTTP texture downloads (the end byte is incl...
John Hurliman
1
-4
/
+6
2010-06-30
minor: comment out high volume texture serving module debug message
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-06-30
minor: comment out high volume texture serving module debug message
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-06-22
Security fix: Allow only textures to be fetched using HTTP texture cap
Melanie Thielker
1
-0
/
+12
2010-06-22
Security fix: Allow only textures to be fetched using HTTP texture cap
Melanie Thielker
1
-0
/
+12
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-0
/
+2
2010-04-08
Changed the GetTextureModule backport to work with the 0.6.9 codebase
John Hurliman
1
-2
/
+11
2010-04-08
Backported GetTextureModule and IAssetService.GetCached()
John Hurliman
1
-0
/
+220
2010-04-08
* Adds IAssetService.GetCached() to allow asset fetching from the local cache...
John Hurliman
1
-0
/
+220