teravus
|
e7ea053c4a
* Remove a test *cleanup*
|
11 years ago |
teravus
|
1df58d04b1
* Move the BasicDOSProtector.cs to OpenSim.Framework (all useful classes belong there.....)
|
11 years ago |
teravus
|
75fdd6054d
* Refactor
|
11 years ago |
teravus
|
f76cc6036e
* Added a Basic DOS protection container/base object for the most common HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler
|
11 years ago |
Robert Adams
|
86bf79aa2b
Merge branch 'master' into varregion
|
11 years ago |
Robert Adams
|
7416809077
varregion: plug in TerrainData class and modify TerrainModule and LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions).
|
11 years ago |
Robert Adams
|
25ae59b9eb
varregion: remove scattered use of Constants.RegionSize by having routines reference RegionInfo.RegionWorldLoc?.
|
11 years ago |
Robert Adams
|
9b150194f6
varregion: add new TerrainData and TerrainCompressor routines. TerrainCompressor needed to replace the one in libopenmetaverse that doesn't know about the larger terrain packets.
|
11 years ago |
teravus
|
31246ecd04
* Added a unique and interesting WebSocket grid login processor by hijacking the LLSD login code. This sends the data through the normal login channels and spits out a JSON object back that mimics the login response. Feel free to comment on the best way to set this up as a config option.
|
11 years ago |
teravus
|
85593d8d25
* Add an initial complete frame timeout to the WebSocket processor to make it easier to write WebSocket service code that is resistant to Denial of Service attacks.
|
11 years ago |
Diva Canto
|
083eb7679b
Added SimulatorFeatures/OpenSimExtras: say-range, whisper-range, shout-range, at the request of Singularity dev Liru-Dargon
|
11 years ago |
Justin Clark-Casey (justincc)
|
44580e2233
Update an AssmblyVersion property that I missed to 0.8.0
|
11 years ago |
Justin Clark-Casey (justincc)
|
42bdf44658
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
|
11 years ago |
Justin Clark-Casey (justincc)
|
970249a3c7
Add OnChatToNPC and OnInstantMessageToNPC messages to NPCAvatar to allow region modules to directly subscribe to chat and messages received by NPCs
|
11 years ago |
Robert Adams
|
8c432c7c9b
Merge branch 'varregion' of git://opensimulator.org/git/opensim into varregion
|
11 years ago |
Robert Adams
|
8c1d80fdfd
varregion: serious rework of TerrainChannel:
|
11 years ago |
Robert Adams
|
aea5d3a842
Remove time based terrain storage in SQLite so revision number can be used
|
11 years ago |
Robert Adams
|
fa1c688342
varregion: go back to using Constants.RegionSize so as not to break
|
11 years ago |
Robert Adams
|
139639d25e
VarRegion: add RegionSize[XYZ] to RegionInfo.cs.
|
11 years ago |
Robert Adams
|
317c04fe17
VarRegion: change RegionInfo storage of region coordinates from region
|
11 years ago |
Justin Clark-Casey (justincc)
|
8996ac1a9c
minor: Disable logging left active on regression test TestSameSimulatorIsolatedRegionsV2()
|
11 years ago |
Justin Clark-Casey (justincc)
|
2cd95fac73
refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent()
|
11 years ago |
Justin Clark-Casey (justincc)
|
b16bc7b01c
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly.
|
11 years ago |
dahlia
|
b704de9bf8
minor code formatting for the sake of consistency and readability
|
11 years ago |
Justin Clark-Casey (justincc)
|
585d0800dd
minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces)
|
11 years ago |
Justin Clark-Casey (justincc)
|
70b51f12cd
minor: Clean up tabbing and spacing issues in OpenSim.ini.example
|
11 years ago |
Justin Clark-Casey (justincc)
|
d6d82dbd3c
minor: correct attachment spelling mistake in log message in HGEntityTransferModule.OnIncomingSceneObject()
|
11 years ago |
Robert Adams
|
fbc9072a5c
varregion: serious rework of TerrainChannel:
|
11 years ago |
Robert Adams
|
7fa64cce7d
Remove time based terrain storage in SQLite so revision number can be used
|
11 years ago |
Robert Adams
|
ab1474b5de
varregion: go back to using Constants.RegionSize so as not to break
|
11 years ago |