aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-12Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira1-0/+9
* Added PostGreSQL support * Added MySQL/MySQLXGroupData.cs * PostgreSQL data access implementation * PostgreSQL dll binarie and RegionStore.migrations * Migrations Scripts from MSSQL to POSTGRES * Postgres SQL Type fixes * Postgres SQL Connection string * Data type issues * more fixes * tests and +tests * UUID x string - FIGHT! * Fixed PG types to internal csharp types * More data type fix (PostgreSQL fields are case sensitive) :( * more field case sensitive fixes * changed the migration files to be case sensitive for fields. * fixed fields case * finished converting, now search for hidden bugs. * some more fixes * bool type fixed * more case fixes; * creatorID case fixed * case fields fixed * fixed default now() for TMStamp fields with don't allow nulls. * fix case sensitve for Region name and Estate name * fixed case for names for search * fix class name Error * Bug fixed on select and migrations * Un-Reverting my change due to Postgres issue with the ILIKE function * Fixed some issued for Diva Distro * Fixes for integration with Diva Distro * Added System.Core to prebuild.xml for PG project * Configured to make DIff for Push to OpenSim Project * Diffs only to PostgreSQL mods.
2013-09-05minor: add doc about DefaultHGRegion and some of the other GridService ↵Justin Clark-Casey (justincc)1-1/+16
region settings (though not all as of yet)
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵Justin Clark-Casey (justincc)1-5/+6
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-06-13Add Option: ClassifiedFeeBlueWall1-0/+3
Add option to set minimum fee for publishing classifieds. Many viewers have a hard coded minimum of 50, which makes publishing classifieds fail where grids have no economy. This allows the grid to set the minimum fee to a suitable value for their operation. The option is located in the [LoginService] section and defaults to 0. The value is sent as "classified_fee" in the login response.
2013-06-11Revert "Add option to set minimum fee for classified ads"BlueWall1-7/+1
This reverts commit 90097de6c3cf58989698b37c89baa8268895fc86.
2013-06-11Add option to set minimum fee for classified adsBlueWall1-1/+7
Upcoming phoenix-firestorm (4.4.1) adds a configurable option for setting the minimum price for publishing a classified ad. http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/43415d69b048
2013-05-30UserProfilesBlueWall1-1/+11
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2013-05-09Application support:BlueWall1-0/+6
Adding some viwer supported url settings for destination guide and avatar picker apps. URL for the destinations should be: "secondlife:///app/teleport/slurl"
2013-05-01Make default config directory "."BlueWall1-1/+1
2013-05-01Add information about creating a PID file for robust to the Robust.ini and ↵Justin Clark-Casey (justincc)1-12/+15
Robust.HG.ini example files
2013-03-07One more comment inconsistency fixed.Diva Canto1-1/+1
2013-03-07Fixed inconsistency in comments. Thanks Ai Austin.Diva Canto1-8/+8
2013-03-04GridUserService was missing from [Gatekeeper]Diva Canto1-0/+1
2013-02-28Robust.HG.ini.example updated to get an [Hypergrid] section too.Diva Canto1-14/+15
2013-02-27Do not have the Freeswitch connector on by default in Robust ini example files.Justin Clark-Casey (justincc)1-1/+2
This is not widely used (may even be currently broken), only allows very poor quality voice (not the fault of FreeSwitch) and requires a complicated Freeswitch setup. Having it on but not configured results in spurious warnings in the logs
2013-02-25Missing var in [LoginService] for HG Robust.Diva Canto1-0/+1
2013-02-21Err.. wrong dll name for groups in Robust.HG.ini.exampleDiva Canto1-1/+1
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵Diva Canto1-20/+43
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
2013-02-19Previous build failed. Checking in a dummy change to see if the fail persists.Diva Canto1-3/+3
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto1-0/+10
rest to Addons.Groups.dll.
2013-02-19Offline IM: moved the Data and MySQL bits to the corresponding places in ↵Diva Canto1-1/+0
core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
2013-02-18Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dllDiva Canto1-11/+5
2012-12-12Move setting to correct locations in iniBlueWall1-13/+12
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-88/+2
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵Diva Canto1-1/+8
THESE.
2012-10-11Updated Robust.HG.ini.example. Thanks Austin Tate.Diva Canto1-1/+32
2012-10-06Added parts to manage repositories and plugin managementBlueWall1-0/+8
This is working - more testing to follow, then soem documentation
2012-10-03Add modular configuration for Robust connectorsBlueWall1-0/+4
We can provide modular ini for connectors... look for our configuration in the following places... 1) in the default ini/-inifile 2) in the named file (ConfigName) located in the configured directory (see Robust[.HG].ini [Start] section for ConfigDirectory) 3) in the repository named in the connector (ConfigURL) In this case, the file will be written into the configured directory with the specified See example connector/service @ https://github.com/BlueWall/SlipStream for testing.
2012-09-22HG 2.0: User Agent Service now can also control where the local users can ↵Diva Canto1-0/+18
go. Domain-name and user-level based. \o/
2012-09-21More HG 2.0: access control at the Gatekeeper. \o/Diva Canto1-0/+12
2012-09-21HG 2.0: added asset import/export policies at the sim too.Diva Canto1-1/+1
2012-09-20Improvement over last commit: refactor the asset permissions code, so that ↵Diva Canto1-4/+6
it can be used by both the HG Asset Service and the simulator. Also renamed the config vars to something more intuitive
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset ↵Diva Canto1-0/+10
types. The policies are given in the config. This is only half of the story. The other half, pertaining to exports/imports made by the sim, will be done next.
2012-09-07Moved the new vars in Robust.HG.ini to the proper section.Diva Canto1-5/+6
2012-09-06Added missing configs, and deleted the [Profile] part on the Hypergrind config.Diva Canto1-0/+5
2012-06-16Oops! putting back the entry for map urlsBlueWall1-0/+3
2012-06-16Adjust Robust*.ini.examples V3 webprofile entriesBlueWall1-5/+9
2012-06-11Set CreateDefaultAvatarEntries = true in Robust.HG.ini.example to match ↵Justin Clark-Casey (justincc)1-1/+1
Robust.HG.ini Thanks to Ai Austin for the spot.
2012-05-04Calculate the Daylight Savings Time information sent to the viewer based on ↵Justin Clark-Casey (justincc)1-0/+12
US Pacific Standard Time rather than whatever timezone the login server is set to. This is because the viewer doesn't receive a timezone from the server but bases its displays on Pacific Standard Time. However, it still expects to receive notification from the server as to whether or not Daylight Savings Time for PST is in operation. This commit introduces a new DSTZone setting in the [LoginService] config setting that accepts a list of timezone names valid across different platforms to calculate Pacific DST. If you need the old behaviour of calculating DST based on the local timezone of the server running the login service, then please override DSTZone with "local". A mailing list announcement will be made later. Thanks to Olivier Van Helden and Gudule Lapointe for determining this behaviour and providing this patch. From http://opensimulator.org/mantis/view.php?id=5972
2012-04-27Amend to last commit: account for the existence of proxies.Diva Canto1-0/+3
2012-04-27MapImageService: added an additional security check for OSGrid and other ↵Diva Canto1-0/+4
grids like it.
2012-04-10minor: convert tabs to spaces in config example files from recent 7c534e5Justin Clark-Casey (justincc)1-6/+6
2012-04-07Added gatekeeper and uas addresses to grid info, so that viewers can take ↵Diva Canto1-0/+8
advantage of that info.
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group ↵Snoopy Pfeffer1-0/+3
creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
2012-03-20HG Friends config for Robust.HG.ini.exampleDiva Canto1-2/+6
2012-03-19Fix configuration problems where XAssetDatabasePlugin was picked up ↵Justin Clark-Casey (justincc)1-1/+0
accidentally. The asset data plugin now implements IXAssetData rather than IAssetData so the ordinary AssetService should no longer pick it up. This replaces the changes in 92b1ade. There is no longer any need to adjust your StandaloneCommon.ini/Robust.ini/Robust.HG.ini files. This may explain very recent issues in the last few weeks where textures have been disappearing or turning white (as they were going to different places). Unfortunately, you will need to rollback to an earlier database backup or reupload the textures.
2012-03-17BAD JUSTIN!Diva Canto1-0/+1
People using standalone in master, please update your StandaloneCommon.ini according to this change. People using robust in master, please update your Robust.HG.ini.example[.HG].ini according to this change.
2012-03-04Add WebProfiles config to other config exampleBlueWall1-0/+3
2012-01-28Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in ↵Justin Clark-Casey (justincc)1-1/+1
GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example As per http://opensimulator.org/mantis/view.php?id=5852, confirmed by diva via aiaustin
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto1-2/+2
location of the user's UAS. This corrects an earlier design which had some cases pointing to the profile server. WARNING: CONFIGURATION CHANGES in both the sims (*Common.ini) and the Robust configs (Robust.HG.ini). Please check diff of the example files, but basically all vars that were pointing to profile should point to the UAS instead and should be called HomeURI.