UbitUmarov
|
2285ced73a
merge LocalGridServicesConnector and LemoteGridServicesConnector into just RegionGridServicesConnector, with more clear code path and less useless modules loading. runprebuild and note the need changes in config-include files
|
3 yıl önce |
UbitUmarov
|
e4a922012a
change region asset connectors again. The new ini files must be used (should update automaticly). All region modes back, but testing needed, as usual. Left out automatic grid store retry, that needs better consideration (like on payed uploads). runprebuild, clearaot etc needed
|
4 yıl önce |
UbitUmarov
|
03a8fdd4e6
change WorldMap module cache, also don't load 2 on HG
|
4 yıl önce |
UbitUmarov
|
fc562cbb40
dont load 2 EntityTransfer modules on HG
|
4 yıl önce |
UbitUmarov
|
7f49364d65
remove some tabs added to config files
|
6 yıl önce |
UbitUmarov
|
2811e5cef3
update configuration files and examples for mutes
|
6 yıl önce |
Kevin Cozens
|
e9b7971929
Remove profile from basic configuration
|
7 yıl önce |
UbitUmarov
|
e5991124dd
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
|
7 yıl önce |
UbitUmarov
|
3c4d908cda
remove obsolete config setting
|
8 yıl önce |
Cinder
|
0fa94f222d
Refactor AgentPreferences so that database operations happen centrally. the opensim way.
|
9 yıl önce |
Justin Clark-Casey (justincc)
|
d9bfc710c0
Replace the tabs that have crept into isolated places in config and config example files with spaces
|
9 yıl önce |
Diva Canto
|
8e562f04d1
Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
|
9 yıl önce |
Justin Clark-Casey (justincc)
|
e85291329b
Add suppression of grid-side "show regions" command in simulator console for Hypergrid setups as well as normal grid.
|
10 yıl önce |
Diva Canto
|
fe779128b0
Added simulation version compatibility check so that agents coming from 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer.
|
10 yıl önce |
Michael Cerquoni
|
e3c4936dea
remove RefreshTime = 0 from [MapImageService] in Standalone.ini, StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
|
10 yıl önce |
Michael Cerquoni
|
12f2648a57
set RefreshTime = 0 in [MapImageService] in Grid.ini and GridHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
10 yıl önce |
Justin Clark-Casey (justincc)
|
997700c4aa
minor: Make config-include .ini files more consistent
|
11 yıl önce |
Justin Clark-Casey (justincc)
|
ac0a527976
Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini
|
11 yıl önce |
Diva Canto
|
7b0b5c9d97
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.
|
11 yıl önce |
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.
|
12 yıl önce |
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 yıl önce |
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.
|
13 yıl önce |
Melanie
|
4b7b9e81f7
Make it possible to disable the HG linker. On non-HG systems it spits yellow
|
13 yıl önce |
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 yıl önce |
Diva Canto
|
46cdd442a8
[Profiles] --> [Profile]
|
13 yıl önce |
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 yıl önce |
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.
|
13 yıl önce |
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 yıl önce |
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.
|
14 yıl önce |
Marck
|
9a24c0b41c
Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.
|
14 yıl önce |