aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
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-32/+15
Sorry about the lack of details.
2017-02-15Include some more .ini files.David Walter Seikel1-27/+54
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
2012-12-07Added missing config var in grided sims.Diva Canto1-0/+5
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
2010-10-04Formatting cleanup.Jeff Ames1-6/+6
2010-09-15Make AuthorizationService optional and disabled by default. It depends onMelanie1-0/+3
external PHP and the default configuration makes it throw for not having a URL to this PHP
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+21
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
2010-06-18eliminate SimianGrid [Groups] section from GridCommon.ini.example as per NebadonJustin Clark-Casey (justincc)1-8/+0
this is only used by SimianGrid and is now in SimianGrid.ini
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-0/+6
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-04-04Updates to config files for groupsunknown1-0/+6
Signed-off-by: Melanie <melanie@t-data.com>
2010-02-26* Friends out connector completed. Grid login retrieves friends correctly.Diva Canto1-0/+7
* Added friends configs to grid .inis
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-0/+1
2010-01-13Updated configs.Diva Canto1-0/+6
2010-01-03Successfully logged into a grid.Diva Canto1-0/+18
2009-10-21Really make module port selection work. Implement port setting inMelanie1-0/+4
LLProxyLoginModule.
2009-10-05change default ports for inventory and grid connectors in example .ini files ↵Justin Clark-Casey (justincc)1-2/+2
to 8003 to match the ROBUST default altered wiki page to reflect this
2009-10-03MOre streams closed. Corrected word in GridCommon.ini.exampleDiva Canto1-1/+1
2009-09-26Corrected the port number to 8001 in the test client and grid ini.Diva Canto1-1/+1
2009-09-26Finished spec-ing the .inis for the new grid service modules.Diva Canto1-0/+5
2009-07-10* minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey1-2/+3
asset where appropriate * Send debug level notice to console if a user fails authentication
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-40/+18
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-23/+30
Fixes Mantis #3784