teravus
|
75f63ecfcd
* Add a session concurrency option per key. Allows developer/config to specify number of concurrent requests on a service.
|
11 years ago |
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 |
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 |
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 |
Justin Clark-Casey (justincc)
|
e24edada24
minor: Comment out windlight log message about sending scene data for now.
|
11 years ago |
Justin Clark-Casey (justincc)
|
253f8de8cd
minor: Add scene name to baked textures in cache log message
|
11 years ago |
Justin Clark-Casey (justincc)
|
babfbe8d6d
minor: log MaxOutgoingTransferVersion at EntityTransferModule startup
|
11 years ago |
Justin Clark-Casey (justincc)
|
4664090b34
minor: correct spelling of Initialized in LSC connector version message
|
11 years ago |
Justin Clark-Casey (justincc)
|
b22c92368f
Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's also called by HGUserManagementModule
|
11 years ago |
Justin Clark-Casey (justincc)
|
32ddfc2740
Reinsert client.SceneAgent checks into LLUDPServer.HandleCompleteMovementIntoRegion() to fix race condition regression in commit 7dbc93c (Wed Sep 18 21:41:51 2013 +0100)
|
11 years ago |
Justin Clark-Casey (justincc)
|
732554be04
Reinsert 200ms sleep accidentally removed in commit 7dbc93c (Wed Sep 18 21:41:51 2013 +0100)
|
11 years ago |
Justin Clark-Casey (justincc)
|
f384a6291e
Instead of swallowing any socket begin/end receive exceptions, log them for debugging purposes.
|
11 years ago |
teravus
|
8de5c29e2c
* The last two are the the patch that Aleric wanted pulled from his repo. * Added GregC to CONTRIBUTORS.txt, Aleric was already in there. * There's some controversy, Some people have suggested that this could be stored in dynamic attributes instead of the database.. Melanie was wanting to pull from the avination repo but was asked to wait on committing anything new until the release. The cherry-pick doesn't answer those questions.
|
11 years ago |
Aleric Inglewood
|
7889e7757a
Don't use 'Indented' formatting for RpcXml responses.
|
11 years ago |
Aleric Inglewood
|
2dc92e7de1
Preserve attachment point & position when attachment is rezzed in world
|
11 years ago |
Justin Clark-Casey (justincc)
|
a37c59b43e
minor: Recomment out log message uncommented in previous cbdfe969
|
11 years ago |