OpenSimMirror/OpenSim/Services
John Hurliman 32e9fb2634 * Added HttpStreamHandler, a generic HTTP handler that does not require creating a new class for each request handler
* Added WebUtil.UrlEncode() that converts spaces to %20 instead of + (to match incoming HTTP request strings)
* Fixed a potential startup issue in SimianProfiles
* Added new handlers to SimianGrid for incoming messages
2010-05-04 13:58:21 -07:00
..
AssetService * Thanks cmickeyb, for a patch that sanity checks if the response from m_Database.GetAsset(assetID) is null in AssetService.cs 2010-04-27 17:13:54 -07:00
AuthenticationService Putting it back to protected; Melanie doesn't like it to be public. 2010-04-27 18:52:15 -07:00
AuthorizationService updated the IAuthorizationService interface so that a message is passed back and can be displayed at the client when an avatar is denied access to a region 2009-09-16 10:04:07 -07:00
AvatarService Fixed a couple of bugs with Appearance. Appearance is all good now. 2010-01-11 17:30:05 -08:00
Base Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
Connectors * Added HttpStreamHandler, a generic HTTP handler that does not require creating a new class for each request handler 2010-05-04 13:58:21 -07:00
FreeswitchService * Remove some mono compiler warnings 2009-08-05 17:33:23 +01:00
Friends Make the service loader pump out the error to the log (in red) and include the dll/interface/args that caused the problem 2010-03-03 18:28:30 +00:00
GridService Assorted bug fixes in hypergrid linking. 2010-05-03 09:50:55 -07:00
HypergridService Assorted bug fixes in hypergrid linking. 2010-05-03 09:50:55 -07:00
Interfaces Make the IUserAccountData properly unpack the god mode data, so grid gods 2010-05-02 23:36:00 +01:00
InventoryService Started redoing HGInventoryBroker for XInventory and with multi-protocol in mind. Unfinished. 2010-04-29 11:39:13 -07:00
LLLoginService Allow a client to pass a scope id to log into in the login XML / LLSD 2010-04-27 03:48:49 +01:00
PresenceService Bug fix: "last location" login. 2010-03-12 10:16:21 -08:00
UserAccountService Allow retrieval if admin users in scope mode 2010-04-30 21:13:03 +01:00