aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-4/+4
2015-05-11Added tests for UserAccountService in Robust. In the process fixed a couple ↵Diva Canto2-177/+0
of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface.
2015-05-10Added simple test for IM in Robust too.Diva Canto1-75/+0
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests)
2015-05-10Deleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have ↵Diva Canto4-364/+0
been subsumed by the new testing framework.
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-4/+4
Util.cs routines to convert region coords to and from world coords or handles.
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-4/+4
with a passed region size. This time in the map code and grid services code.
2013-08-05Make test AssetsClient print out more information about any failure to set ↵Justin Clark-Casey (justincc)1-2/+12
thread numbers and immediate post config thread numbers
2013-07-11Added a few more thingies to the asset client test to poke the threadpool.Diva Canto1-2/+19
2013-07-11Added a test for the asset serviceDiva Canto1-0/+99
2012-03-21Updated the UserAccountsClient a little bit, plus some more sanity checks on ↵Diva Canto1-21/+45
the service connector.
2011-06-10Added missing "Old Guids=true" to ConnectionStringMakopoppo2-2/+2
2011-06-02HG IM bug fix: grid_instant_message was being placed in the default port ↵Diva Canto1-1/+1
instead of the specified one.
2011-06-02Added test IM client.Diva Canto1-0/+75
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-6/+6
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-16/+3
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-01-13Change the error messages on region region registration. This changes URMMelanie1-8/+9
and region. The non-error case should be compatible, so no version bump. Untested.
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+1
* CommsManager.AvatarService rerouted
2010-01-02Test client for remote user account connector and service. It seems to be ↵Diva Canto2-0/+153
working.
2010-01-02Test client for remote presence connector, and for the service itself. ↵Diva Canto2-0/+161
Connector seems to work well.
2009-12-15minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-1/+1
This reverts commit 832cc685138b2244529f10b54b373c34adb4a633.
2009-10-06* Change some more default ports to the robust default of 8003Justin Clark-Casey (justincc)1-1/+1
* Make these use existing constants rather than hardcoding * These will probably go away soon anyway once all services are under ROBUST
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-09-26Corrected the port number to 8001 in the test client and grid ini.Diva Canto1-1/+1
2009-09-25Added GridForm.html in Tests/Clients/Grid that shows how to interact with a ↵Diva Canto1-0/+11
grid server via regular Web forms. May be good for developing administrative tools.
2009-09-25Better guards on RegisterRegion in GridService.Diva Canto1-1/+4
Added serverPort to the fields that get stored (I think this is the UDP port).
2009-09-24Make the grid client deregister the test regions at the end, so that they ↵Diva Canto1-0/+20
don't stay in the DB.
2009-09-24GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto1-6/+58
getting parameters and replies over the wire.
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto1-0/+102
code.