Commit History

Author SHA1 Message Date
  Snoopy Pfeffer 1f4d3d3582 HGFriendsModule: Added optional user level based restriction to send friendship invitations to foreign users. 12 years ago
  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 years ago
  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 years ago
  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 years ago
  BlueWall 9ed9720861 Update osGetGrid**** functions 12 years ago
  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. 12 years ago
  Justin Clark-Casey (justincc) 655aee44c4 Rename some of the example commented out server names to mygridserver.com like all the others. 12 years ago
  Justin Clark-Casey (justincc) 229ca09b79 Make config comments about choosing assetcache modules clearer. 12 years ago
  Justin Clark-Casey (justincc) 96ee87e39b Change the default standalone asset cache to be the Flotsam asset cache (with memory caching not enabled). 13 years ago
  Justin Clark-Casey (justincc) bf1b8397bb Add a warning to URI config in GridCommon.ini.example not to add a slash to the end. 13 years ago
  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 years ago
  Makopoppo c7bdb66a1f Added missing "Old Guids=true" to ConnectionString 13 years ago
  Diva Canto 7772640ae8 .ini.example's updated for HG Landmarks 13 years ago
  Makopoppo 7ea6dfecd9 Adding MSSQL connectionString example 13 years ago
  Diva Canto 44d5821c4e Fixed one comment in a config file. 13 years ago
  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 years ago
  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 years ago
  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 years ago
  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 years ago
  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 years ago
  Marck 5c15c5e0ff Changed default directory for storing map tile images from remote regions. 13 years ago
  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 years ago
  Marck 9a24c0b41c Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. 13 years ago
  Diva Canto 3675bb2981 Make configs consistent, as per mantos #5258 13 years ago
  Diva Canto 3292a22558 Creator information preserved upon HG transfers. 13 years ago
  Jeff Ames eeca0ee009 Formatting cleanup. 13 years ago
  Melanie 0d034712ba Make AuthorizationService optional and disabled by default. It depends on 14 years ago
  John Hurliman 0db1ed0b5a * Added ISimulationDataService and IEstateDataService 14 years ago
  Justin Clark-Casey (justincc) de84da9e7b eliminate SimianGrid [Groups] section from GridCommon.ini.example as per Nebadon 14 years ago
  Diva Canto a58859a0d4 GridUserService in place. Replaces the contrived concept of storing user's 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. 14 years ago