OpenSimMirror/OpenSim/Services
Diva Canto 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.
Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
2015-01-06 21:24:44 -08: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 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
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 minor: Just have one message that displays successful registration of a region with its parameters rather than 2 2014-12-03 21:40:39 +00: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 refactor: Use simpler auto-implemented property for HttpPort in GridRegion 2014-11-25 23:18:39 +00: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 Re-work handling of email notifications settings. 2014-11-24 11:00:47 -05:00