OpenSimMirror/OpenSim/Services
Freaky Tech 0ea6977013 solving HG IM, HGFriends issues based on falsified GridUser data
it does not consider GridUser as a viable source for residents' data.
it does not consider Friends, Inventory Creators to be trusted at all. There are lots of broken entries in existence.

There are lots of broken creator data fields in assets.

The following issues arise from the broken data in the old User Management Module:

failing HG IM
failing HGFriends Requests

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2015-03-05 16:17:12 -05:00
..
AssetService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
AuthenticationService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
AuthorizationService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
AvatarService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Base Bug fix in LoadPLugin so that it can take paths to dlls that look like this "C:\foo\MyDll.dll:MyType" -- the split on : was messing things up. 2015-01-02 09:16:39 -08:00
Connectors corrected handling when XML parsing in Presence Connector fails 2015-03-03 15:35:16 -05:00
EstateService 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. 2015-01-06 21:24:44 -08:00
FreeswitchService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Friends Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
GridService On the GridService, the central simulator features: ensure that the map tile url ends with '/' because the viewer is dumb and just appends to it. 2015-01-22 10:45:07 -08:00
HypergridService When processing incoming attachments via HG, if a request for uuid gathering or final asset import takes too long remove remaining requests from same user to prevent hold up of other user's incoming attachments. 2014-11-25 23:23:11 +00:00
Interfaces solving HG IM, HGFriends issues based on falsified GridUser data 2015-03-05 16:17:12 -05:00
InventoryService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
LLLoginService Minor: Update LLLoginService to handle explicitly set login locations that include decimal precision. Fractions might be introduced if setting the initial login location from a viewer splash screen with data from the DataSnapshot service. At present the fractions cause regex to fail when matching the login string causing an exception. 2014-11-19 18:44:45 +00:00
MapImageService Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-25 23:23:10 +00:00
PresenceService Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
SimulationService 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. 2015-01-06 21:24:44 -08:00
UserAccountService Adding command to reset user's email address 2014-12-16 12:20:56 -05:00
UserProfilesService Fix OfflineIMEmail value overwriting every time its called. The request was receiving a blank user prefs object to populate but then was checking for an email address. When this failed the email address was pulled from the User Account service and the empty prefs now including the email was saved before being loaded again to be returned. This was overwriting all other settings in the prefs. This fix returns the existing prefs first before checking the email address is set, and only updates email if missing. 2015-01-21 00:57:06 +00:00