OpenSimMirror/OpenSim/Data/MySQL
Justin Clark-Casey (justincc) 8b7bcc8346 Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators.
This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified
then existing configured defaults will still work.
Immediate use is for conference where we need to be able to specify different defaults
However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another.
2013-09-04 00:46:26 +01:00
..
Properties
Resources Cleanup old hg sessions (older than 2 days) 2013-07-14 15:47:54 -07:00
MySQLAssetData.cs minor: Make exceptions thrown by MySQLAssetData more consistent. 2013-04-10 00:03:37 +01:00
MySQLAuthenticationData.cs
MySQLAvatarData.cs
MySQLEstateData.cs
MySQLFramework.cs
MySQLFriendsData.cs
MySQLGenericTableHandler.cs
MySQLGridUserData.cs Fix SQL statement 2013-07-02 16:10:09 -07:00
MySQLGroupsData.cs This makes group search work (Groups V2). 2013-07-28 09:00:28 -07:00
MySQLHGTravelData.cs Cleanup old hg sessions (older than 2 days) 2013-07-14 15:47:54 -07:00
MySQLInventoryData.cs
MySQLMigrations.cs
MySQLOfflineIMData.cs Fix wrong sql statement in offline im. 2013-04-28 09:03:09 -07:00
MySQLPresenceData.cs
MySQLRegionData.cs Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins. 2013-09-04 00:46:26 +01:00
MySQLSimulationData.cs Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
MySQLUserAccountData.cs
MySQLUserProfilesData.cs Adding standard OpenSim header to source files 2013-05-31 22:03:27 -04:00
MySQLXAssetData.cs In XAssetService, on a delete asset request also delete the asset in any chained service. 2013-06-28 19:11:44 +01:00
MySQLXInventoryData.cs