.. |
AgentPreferences
|
0fa94f222d
Refactor AgentPreferences so that database operations happen centrally. the opensim way.
|
9 lat temu |
Asset
|
99ac770abb
Close streams immediately when we finish using them
|
10 lat temu |
Authentication
|
c32ccfb520
minor: Comment out 2 error level debugging message in authentication code
|
10 lat temu |
Authorization
|
dd30a29ba0
Return more specific error messages if an attempt to enter a region fails due to permissions (in QueryAccess and IsAuthorizedForRegion)
|
10 lat temu |
Avatar
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 lat temu |
Estate
|
4211309ec7
Corrected typo in namespace
|
9 lat temu |
Freeswitch
|
7592a033df
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
|
13 lat temu |
Friends
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 lat temu |
Grid
|
10a8d2852e
OpenSimExtras
|
10 lat temu |
GridUser
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 lat temu |
Hypergrid
|
ed8d0fbea4
Don't allow a failure in create a request in HeloService.Connector.Helo() to propogate up the stack.
|
9 lat temu |
InstantMessage
|
69975763d2
Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes.
|
11 lat temu |
Inventory
|
96f0c6f074
More on mantis #7567. Two things:
|
9 lat temu |
Land
|
7aa00632b9
varregion: many replacements of in-place arithmetic with calls to
|
11 lat temu |
MapImage
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 lat temu |
Neighbour
|
6734b94761
Better error messages
|
10 lat temu |
Presence
|
6161817f72
corrected handling when XML parsing in Presence Connector fails
|
9 lat temu |
Properties
|
da32512ea4
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
|
9 lat temu |
SimianGrid
|
c4efeb0f7c
Upgraded the Simian inventory connector with an item cache, too, so that it doesn't get awfully out of sync with the improvements I'm making to the robust service connectors, which are being fully leveraged by the simulator. This Simian connector needs more love...
|
9 lat temu |
Simulation
|
8e562f04d1
Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
|
10 lat temu |
UserAccounts
|
923a57a91f
Added tests for UserAccountService in Robust. In the process fixed a couple 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.
|
9 lat temu |
BaseServiceConnector.cs
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 lat temu |