aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-21Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)1-47/+47
example files with spaces
2015-01-06Donation of robust network connectors for estate service, as promised. This ↵Diva Canto1-0/+4
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-04Removing the Wifi config example from Robust.HG.ini.example, because it is ↵Diva Canto1-3/+0
not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin.
2015-01-02Changed the dll name that comes in Robust.HG.ini.example for Wifi.Diva Canto1-1/+2
2014-12-04minor: Add doc about [InventoryService] AllowDelete setting to robust ini ↵Justin Clark-Casey (justincc)1-0/+4
example files.
2014-11-30A little more cleaning of config files.BlueWall1-3/+3
2014-11-30A little bit of cleanup behind commit r5f88ceab2269BlueWall1-5/+5
2014-11-30Set configuration files to use key expansion for widely used common settings.BlueWall1-64/+87
2014-11-28minor: Make Robust.ini.example and Robust.HG.ini.example files consistent ↵Justin Clark-Casey (justincc)1-126/+150
within themselves and OpenSim.ini.example by changing tabs to spaces, indenting, spacing.
2014-09-23Add persistent command history in consoleJak Daniels1-0/+10
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2014-09-03Cleanup some unused code and configuration entriesBlueWall1-10/+0
2014-08-25Add back URL endings in examplesBlueWall1-2/+2
2014-08-06OpenSimExtrasBlueWall1-33/+7
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
2014-07-30Add Chat module extra feature settings to GridExtraFeatures serviceBlueWall1-0/+9
2014-07-30Simulator Extra Features ServiceBlueWall1-0/+24
Provide a means for regions to fetch extra features supported by modern viewers from a central location .
2014-07-21Changed the default XBakes directory to a local path: "./bakes".Oren Hurvitz1-3/+2
Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063
2014-07-06Changed GetUserInfo so that the exposure of user account details is ruled by ↵Diva Canto1-0/+6
a configuration variable. It's on by default.
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-0/+15
2014-05-07Add GridUserService service config to [UserAccountService] in ↵Justin Clark-Casey (justincc)1-0/+1
Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set. Code already exists to do this but forgot to put entry into config files a long time ago. Thanks to AliciaRaven for the spot. Relates to http://opensimulator.org/mantis/view.php?id=7155
2014-05-07Remove duplicate HypergridLinker entry from [GridService] in ↵Justin Clark-Casey (justincc)1-2/+0
Robust.HG.ini.example
2014-03-24Moved the linkage between LoginService and HGInventoryService to the config fileOren Hurvitz1-0/+4
2014-03-23Added missing quotes in Robust.HG.ini.exampleOren Hurvitz1-1/+1
2014-03-09fix missing quote for xBakes connector in Robust example ini filesMichael Cerquoni1-1/+1
2014-03-09minor spelling mistake fix.Michael Cerquoni1-1/+1
2014-03-08add XBakes connector to Robust.HG.ini.exampleMichael Cerquoni1-0/+2
2014-03-08add [BakedTextureService] section to Robust.HG.ini.example file same as ↵Michael Cerquoni1-1/+6
Robust.ini.example.
2013-11-08minor: Make PID file example in Robust.HG.ini more meaningful as is now the ↵Justin Clark-Casey (justincc)1-1/+1
case in OpenSim and vanilla ROBUST config files
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