Diva Canto
|
dc897b2288
Merged with origin, and resolved one conflict in LoginServiceTests.cs
|
15 лет назад |
Arthur Valadares
|
18aa2ea0c5
* Improves SceneSetupHelper to allow the tester to choose a real or mock, inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality.
|
15 лет назад |
Diva Canto
|
cdcbc48534
Added two new methods to IIventoryService -- GetFolderForType and GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
|
15 лет назад |
Diva Canto
|
0c47f8e7ab
Changed RequestRootFolder to GetRootFolder
|
15 лет назад |
Justin Clark-Casey
|
190bdc8a2e
* Remove some mono compiler warnings
|
15 лет назад |
diva
|
2afd733229
Fixes mantis #3803. Thanks jhurliman.
|
15 лет назад |
diva
|
156604e28e
InterServiceInventoryService references *almost* completely removed from the simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :)
|
15 лет назад |
Arthur Valadares
|
eb330f71be
* Making silent logoff of old hung sessions for new connections default for
|
15 лет назад |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 лет назад |
Adam Frisby
|
70f6a2852e
* Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv6 address if no non-loopback IPv4 address can be found.
|
15 лет назад |
Adam Frisby
|
31baeef469
* Pipes requestors IP address through all XmlRpcRequest delegates. This is needed to be able to 'NAT-wrap' the login sequence.
|
15 лет назад |
Sean Dague
|
ce0a84cbc0
instrument most of the tests with a new InMethod function that may help us figure
|
15 лет назад |
Dr Scofield
|
e0a06f6416
- moving banned check and public/private check to
|
15 лет назад |
Justin Clarke Casey
|
0d51c22620
* Allow interested user data plugins to store temporary user profiles
|
15 лет назад |
Justin Clarke Casey
|
ef9d140022
* Add user data plugin to store temporary profiles (which are distinct from cached)
|
15 лет назад |
Homer Horwitz
|
2a321746fd
Fix a test-breakage introduced in r9144
|
15 лет назад |
diva
|
f7eac63e01
Another bit of refactoring to try to make sense of OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
|
15 лет назад |
Sean Dague
|
a2ff2e9000
* Added TXXX in front of unit tests to make sure they are running in the correct order. Although it might not make a difference here, this pattern should be followed to avoid further issues.
|
15 лет назад |
Mike Mazur
|
5bee29e036
Refactor login test class.
|
15 лет назад |
Mike Mazur
|
66120f5a40
Fix tests broken in r8732.
|
15 лет назад |
MW
|
84d6b02475
Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved it from OpenSim.Client.Linden to OpenSim.Framework.
|
15 лет назад |
MW
|
171015f65f
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server)
|
15 лет назад |
lbsa71
|
801da4346a
* optimized usings.
|
16 лет назад |
Justin Clarke Casey
|
1baa921463
* minor: remove some mono compiler warnings
|
16 лет назад |
Sean Dague
|
d770bea291
Enhanced LoginServiceTests to test for authentication and response
|
16 лет назад |
Justin Clarke Casey
|
e7ac639f3a
* Centralize references to the well known blank texture 5748decc-f629-461c-9a36-a35a221fe21f to a constant in OpenSim.Framework.Util
|
16 лет назад |
Justin Clarke Casey
|
9d62dee531
* Add prereqs and usings required by the Windows compiler
|
16 лет назад |
Justin Clarke Casey
|
fcab408cc4
* Add seed cap check to login test
|
16 лет назад |
Justin Clarke Casey
|
0b07c9762b
* Simplify test code by always setting up mock 'in memory' user and inventory data plugins for every TestCommunicationsManager
|
16 лет назад |
Justin Clarke Casey
|
04ffcce7ea
* Extend stub to test the successful login of a user on the local login service
|
16 лет назад |