Diva Canto
|
7dfa0309c6
More on HG access control. This commit splits the UserManagementModule into the Basic one and the HG one, so that we can do everything that needs to be done for HG ACLs to work without interfering with the vanilla opensim. For the moment, it finds foreign users who have left a trace in the region, e.g. an object. This makes it possible to ban/IM/etc these users using the regular avatar picker. TODO: contact the UAS directly given a name of the form First.Last @foo.com.
|
vor 12 Jahren |
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.
|
vor 12 Jahren |
Diva Canto
|
5d8ed077bc
Bring back the Hyperlinker to the Robust console. Moved the config to [GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
|
vor 13 Jahren |
Melanie
|
4b7b9e81f7
Make it possible to disable the HG linker. On non-HG systems it spits yellow
|
vor 13 Jahren |
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
|
vor 13 Jahren |
Diva Canto
|
46cdd442a8
[Profiles] --> [Profile]
|
vor 13 Jahren |
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
|
vor 13 Jahren |
Diva Canto
|
36f9d55c36
Added a BasicProfilemodule so that the profile-based actions (like give inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
|
vor 13 Jahren |
Diva Canto
|
0c58a9e680
HG IM in grid mode working fairly well. Unknown target user references looked back in source user's User Agent service.
|
vor 13 Jahren |
Diva Canto
|
f801d50a8a
WARNING: simulator config var change! This affects only system-facing configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini.
|
vor 14 Jahren |
Marck
|
9a24c0b41c
Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.
|
vor 14 Jahren |
Melanie
|
58f7a083f9
Add LandServices to make landmarks work right in grids
|
vor 14 Jahren |
Melanie
|
0d034712ba
Make AuthorizationService optional and disabled by default. It depends on
|
vor 14 Jahren |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
vor 14 Jahren |
Diva Canto
|
cd19e6fe32
Fixes mantis #4842
|
vor 14 Jahren |
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.
|
vor 14 Jahren |
Diva Canto
|
53594e599e
* Fixes Library bugs in grid mode. Partly a missing check and partly a missing configuration.
|
vor 14 Jahren |
Diva Canto
|
bd49985afa
Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory.
|
vor 14 Jahren |
Diva Canto
|
cc05bdf6ab
* Friends out connector completed. Grid login retrieves friends correctly.
|
vor 14 Jahren |
Diva Canto
|
c745df007d
Added server-side Friends in connector. Untested.
|
vor 14 Jahren |
Diva Canto
|
041594ed07
Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs.
|
vor 15 Jahren |
Diva Canto
|
a2096f58ce
Updated gridhypergrid config.
|
vor 15 Jahren |
Diva Canto
|
5001f61c08
* HGGridConnector is no longer necessary.
|
vor 15 Jahren |
Diva Canto
|
0c81966c0a
Works for grid login.
|
vor 15 Jahren |
Diva Canto
|
9fbcceb1db
* Towards enabling hyperlinks at grid-level.
|
vor 15 Jahren |
Diva Canto
|
bd6d1a2444
Moved prim crossing to EntityTransferModule. Not complete yet.
|
vor 15 Jahren |
Diva Canto
|
f1c30784ac
* General cleanup of Teleports, Crossings and Child agents. They are now in the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic.
|
vor 15 Jahren |
Diva Canto
|
f5fb14ff52
* Added the missing AvatarServices module.
|
vor 15 Jahren |
Diva Canto
|
daa9866a9a
Omit AuthorizationService from the default configurations, because the service doesn't exist in the distribution.
|
vor 15 Jahren |
Diva Canto
|
fa272e7521
Updated configs.
|
vor 15 Jahren |