aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2009-06-06Added Flotsam's cache config vars to configuration. Made it the default in ↵diva1-11/+26
grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user.
2009-06-04Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.diva1-7/+9
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-0/+8
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble1-9/+0
2009-06-02Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-0/+9
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
2009-05-27Adding the GlynnTucker cache module as the default choice in .ini's.diva1-2/+3
Minor log message change in the module itself.
2009-05-25Update svn properties.Jeff Ames1-17/+17
2009-05-23Changing extension of two of the config files to .example because they need ↵diva1-0/+0
to be copied and customized.
2009-05-22Added a few pre-packaged configurations to make it easier for people to ↵diva1-0/+17
configure their sims.