aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-16Disable Flotsam cache.onefang1-2/+2
Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste.
2020-09-10Some ini files that got skipped coz .gitignore vasn't clean.onefang1-26/+34
2020-09-09Gatekeeper -> GatekeeperURIroot1-2/+2
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
2020-09-08Major clean up of config and ini files.onefang1-14/+14
2020-09-08Move various paths out of the bin directory.onefang1-1/+1
2019-08-27mantis 8470: add constant PrivURL. Thanks Ai AustinUbitUmarov1-13/+13
2019-07-25Gatekeeper -> GatekeeperURIonefang1-3/+3
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
2019-05-19Major clean up of .ini files.onefang1-1/+4
Sorry about the lack of details.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-8/+12
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-0/+0
Log configs are still in the bin directory.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-43/+101
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder1-0/+6
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-01-21Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)1-12/+12
example files with spaces
2015-01-07Fix name of EstateDataRemoteConnector in the comment.Diva Canto1-1/+1
2015-01-06Donation of robust network connectors for estate service, as promised. This ↵Diva Canto1-0/+10
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.
2014-11-30A little bit of cleanup behind commit r5f88ceab2269BlueWall1-2/+2
2014-11-30Set configuration files to use key expansion for widely used common settings.BlueWall1-24/+24
2014-05-04Makes it possible to support grids in which all the simulators share all ↵Diva Canto1-2/+10
central services of a Robust server EXCEPT assets. In other words, grids where the simulators' assets are kept in one DB and the users' inventory assets are kept on another. When users rez items from inventory or take objects from world, an HG-like asset copy takes place between the 2 servers, the world asset server and the user's asset server. This makes the simulators independent of the central asset server. Note that this an advanced configuration and requires some security strengthening coming up.
2013-10-12Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira1-0/+6
* 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-18minor: Make config-include .ini files more consistentJustin Clark-Casey (justincc)1-42/+41
Chiefly tabs to spaces. No actual setting changes
2013-07-31Add the Simian service config to the GridCommon exampleMic Bowman1-0/+9
2013-02-27Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto1-0/+20
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
2012-12-07Added missing config var in grided sims.Diva Canto1-0/+5
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-20/+0
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-09-21HG 2.0: added asset import/export policies at the sim too.Diva Canto1-0/+20
2012-04-11HGFriendsModule: Added optional user level based restriction to send ↵Snoopy Pfeffer1-0/+4
friendship invitations to foreign users.
2012-03-17Region access control! Region operators can now specify things like ↵Diva Canto1-0/+10
DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector.
2012-02-07Add warning about only uncommenting EstateConnectionString if you know what ↵Justin Clark-Casey (justincc)1-0/+2
you're doing to GridCommon.ini.example (was already in StandaloneCommon.ini.example)
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-17Update osGetGrid**** functionsBlueWall1-0/+6
The osGetGrid**** functions will now get the grid settings from the GridInfoService. Set the GridInfoURI in your ./bin/config-include/GridCommon.ini [GridInfo] section.
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto1-1/+1
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.
2011-10-22Rename some of the example commented out server names to mygridserver.com ↵Justin Clark-Casey (justincc)1-23/+21
like all the others. This is to make it easier to change all these names at once, where all grids services are running from the same location. Also rearranges some lines in [Modules] so that StandaloneCommon.ini.example and GridCommon.ini.exmaple are consistent.
2011-10-22Make config comments about choosing assetcache modules clearer.Justin Clark-Casey (justincc)1-0/+2
OpenSim needs an asset cache. Running without one will cause problems. Thanks to Ai Austin for the suggestions in http://opensimulator.org/mantis/view.php?id=4850
2011-08-16Change the default standalone asset cache to be the Flotsam asset cache ↵Justin Clark-Casey (justincc)1-0/+1
(with memory caching not enabled). This matches the GridCommon setting and is the best tested setting. It appears to work fine on standalone. Also, add information that the flotsam asset cache is the recommended cache, since it is most used and actively maintained.
2011-07-12Add a warning to URI config in GridCommon.ini.example not to add a slash to ↵Justin Clark-Casey (justincc)1-18/+18
the end. Tidy up GridCommon.ini.example
2011-06-13V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto1-0/+3
variables added in order for this to work. See .ini.example changes
2011-06-10Added missing "Old Guids=true" to ConnectionStringMakopoppo1-2/+2
2011-06-03.ini.example's updated for HG LandmarksDiva Canto1-1/+2
2011-05-30Adding MSSQL connectionString exampleMakopoppo1-0/+8
2011-05-27Fixed one comment in a config file.Diva Canto1-0/+1
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto1-0/+6
WARNING: additional configuration for HG inis -- see *Common.ini.example
2011-05-26Last commit before pushing. WARNING: (a) DB migration on the friends table; ↵Diva Canto1-1/+1
and (b) several config additions related to HG. See Robust.HG.ini.example, GridCommon.ini.example and/or StandaloneCommon.ini.example.
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto1-0/+6
looked back in source user's User Agent service.
2011-04-07Remove the SQLite legacy adaptor. This is no longer needed now that the ↵Justin Clark-Casey (justincc)1-5/+0
main adaptor works on Mac OS X. The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
2011-03-28Fix mantis #5413. WARNING: new config variable in section [GridService] of ↵Diva Canto1-0/+6
the simulators called Gatekeeper -- intended to have the URL of the grid's Gatekeeper service (so that it can be checked against). See ini.examples.
2011-02-16Changed default directory for storing map tile images from remote regions.Marck1-1/+1
2011-02-04Added a config var to HGInventoryAccessModule called OutboundPermission that ↵Diva Canto1-0/+4
controls whether the sim lets asset POSTs happen to foreign grids or not. It's True by default. If ppl want to allow foreign visitors but don't want to allow any assets out of their grid, they should set this to False. This is the beginning of policies for these things...
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck1-0/+3
Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
2010-12-09Make configs consistent, as per mantos #5258Diva Canto1-1/+1
2010-11-26Creator information preserved upon HG transfers.Diva Canto1-0/+8