UbitUmarov
|
47648557c1
fix some nunit tests
|
7 lat temu |
UbitUmarov
|
254b26a7d5
fix merge
|
7 lat temu |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 lat temu |
UbitUmarov
|
86cc02f33e
Merge branch 'master' into httptests
|
8 lat temu |
Melanie Thielker
|
90be8d78c3
Remove obsolete config option "EventQueue". It's been always on for ages!
|
8 lat temu |
UbitUmarov
|
806e75eefb
remove not needed sslport parameter
|
8 lat temu |
UbitUmarov
|
b51739e23e
recover regions main http server ssl suport. Using a PKCS12 cert file, and not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
|
8 lat temu |
UbitUmarov
|
bbfeca4b0c
work around some 'tests' errors: a new event queue has a few null events
|
9 lat temu |
Justin Clark-Casey (justincc)
|
fc878a33ed
refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
|
10 lat temu |
Justin Clark-Casey (justincc)
|
e10012a7a6
If a caller tries to queue a CAPs message to a scene presence that has no event queue (e.g. an NPC), only warn if event queue debugging is greater than zero.
|
10 lat temu |
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 lat temu |
Justin Clark-Casey (justincc)
|
857f24a5e2
Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion.
|
11 lat temu |
Justin Clark-Casey (justincc)
|
b1c26a56b3
Fix an issue where under teleport v2 protocol, teleporting from regions in an line from A->B->C would not close region A when reaching C
|
11 lat temu |
Justin Clark-Casey (justincc)
|
e898a5fec5
minor: Remove mono compiler warnings in EventQueueTests
|
11 lat temu |
Justin Clark-Casey (justincc)
|
22d4c52ffc
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
|
12 lat temu |
Justin Clark-Casey (justincc)
|
bcbd450fe4
Add --force flag to "kick user" console command to allow bypassing of recent race condition checks.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
257b1b517d
Add main instance to internal MainServer.m_Servers list to simplify internal logic.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
07e62df558
Add regression test for teleporting an agent between separated regions on the same simulator.
|
12 lat temu |
Justin Clark-Casey (justincc)
|
8a0a78cbcc
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
13 lat temu |
Justin Clark-Casey (justincc)
|
9ec672c70b
Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollServerHTTPHandler() that stopped existing code in ClientClosed() from actually tearing down the poll handler
|
13 lat temu |
Justin Clark-Casey (justincc)
|
79d5bc9beb
separate out future common setup code from EventQueueTests.AddForClient()
|
13 lat temu |
Justin Clark-Casey (justincc)
|
e28e2d24c7
Add new EventQueueTests with basic test to check that adding a client registers an http poll
|
13 lat temu |