Fernando Oliveira
|
ff8a768258
Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
997700c4aa
minor: Make config-include .ini files more consistent
|
11 年之前 |
Mic Bowman
|
d82126b651
Add the Simian service config to the GridCommon example
|
11 年之前 |
Diva Canto
|
f1010d7b15
Moved the HG default variables out of [Startup] and into their own section [Hypergrid] in *Common.ini.example. Backwards compatible for now.
|
11 年之前 |
Diva Canto
|
16d18afe21
Added missing config var in grided sims.
|
12 年之前 |
Diva Canto
|
b542622b3a
HG 2.0: added asset import/export policies at the sim too.
|
12 年之前 |
Snoopy Pfeffer
|
1f4d3d3582
HGFriendsModule: Added optional user level based restriction to send friendship invitations to foreign users.
|
12 年之前 |
Diva Canto
|
33c14cb107
Region access control! Region operators can now specify things like 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.
|
12 年之前 |
Justin Clark-Casey (justincc)
|
773994723a
Add warning about only uncommenting EstateConnectionString if you know what you're doing to GridCommon.ini.example (was already in StandaloneCommon.ini.example)
|
12 年之前 |
Justin Clark-Casey (justincc)
|
088f1213b4
Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example
|
12 年之前 |
BlueWall
|
9ed9720861
Update osGetGrid**** functions
|
13 年之前 |
Diva Canto
|
8bdd80abfa
HG: normalize all externalized user ULRs to be the Home URL, i.e. the 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.
|
13 年之前 |
Justin Clark-Casey (justincc)
|
655aee44c4
Rename some of the example commented out server names to mygridserver.com like all the others.
|
13 年之前 |
Justin Clark-Casey (justincc)
|
229ca09b79
Make config comments about choosing assetcache modules clearer.
|
13 年之前 |
Justin Clark-Casey (justincc)
|
96ee87e39b
Change the default standalone asset cache to be the Flotsam asset cache (with memory caching not enabled).
|
13 年之前 |
Justin Clark-Casey (justincc)
|
bf1b8397bb
Add a warning to URI config in GridCommon.ini.example not to add a slash to the end.
|
13 年之前 |
Diva Canto
|
ecb28ae130
V2 map now working in grids too. WARNING: A few visible configuration variables added in order for this to work. See .ini.example changes
|
13 年之前 |
Makopoppo
|
c7bdb66a1f
Added missing "Old Guids=true" to ConnectionString
|
13 年之前 |
Diva Canto
|
7772640ae8
.ini.example's updated for HG Landmarks
|
13 年之前 |
Makopoppo
|
7ea6dfecd9
Adding MSSQL connectionString example
|
13 年之前 |
Diva Canto
|
44d5821c4e
Fixed one comment in a config file.
|
13 年之前 |
Diva Canto
|
76525be7b2
HG lures working! Friends can offer friends HG teleports via the profile. WARNING: additional configuration for HG inis -- see *Common.ini.example
|
13 年之前 |
Diva Canto
|
07acb4d321
Last commit before pushing. WARNING: (a) DB migration on the friends table; and (b) several config additions related to HG. See Robust.HG.ini.example, GridCommon.ini.example and/or StandaloneCommon.ini.example.
|
13 年之前 |
Diva Canto
|
0c58a9e680
HG IM in grid mode working fairly well. Unknown target user references looked back in source user's User Agent service.
|
13 年之前 |
Justin Clark-Casey (justincc)
|
9d40c0dcc7
Remove the SQLite legacy adaptor. This is no longer needed now that the main adaptor works on Mac OS X.
|
13 年之前 |
Diva Canto
|
2d209d3844
Fix mantis #5413. WARNING: new config variable in section [GridService] of 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.
|
13 年之前 |
Marck
|
5c15c5e0ff
Changed default directory for storing map tile images from remote regions.
|
13 年之前 |
Diva Canto
|
f5a3eb9fd5
Added a config var to HGInventoryAccessModule called OutboundPermission that 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...
|
13 年之前 |
Marck
|
9a24c0b41c
Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.
|
14 年之前 |
Diva Canto
|
3675bb2981
Make configs consistent, as per mantos #5258
|
14 年之前 |