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 години |
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 години |
Kevin Cozens
|
6b24ff0bc9
Removed trailing whitespace
|
преди 6 години |
UbitUmarov
|
a95e286168
increase sample rate of WaitGetScenePresence()
|
преди 7 години |
UbitUmarov
|
e5991124dd
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
|
преди 7 години |
Diva Canto
|
7ab633461e
Fixed merge conflicts
|
преди 9 години |
Diva Canto
|
bcb8a7d7f9
A few bug fixes for Agent Preferences to actually work. Also added missing config for standalone.
|
преди 9 години |
Cinder
|
0fa94f222d
Refactor AgentPreferences so that database operations happen centrally. the opensim way.
|
преди 9 години |
Justin Clark-Casey (justincc)
|
d9bfc710c0
Replace the tabs that have crept into isolated places in config and config example files with spaces
|
преди 9 години |
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 години |
Roger Kirkman
|
36a1f1c70c
Add missing HGInventoryService responsible for creating My Suitcase to StandaloneHypergrid.ini
|
преди 10 години |
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 години |
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 години |
Michael Cerquoni
|
da990d01f2
set RefreshTime = 0 in [MapImageService] in Standalone.ini and StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
преди 10 години |
Justin Clark-Casey (justincc)
|
997700c4aa
minor: Make config-include .ini files more consistent
|
преди 11 години |
Justin Clark-Casey (justincc)
|
ac0a527976
Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini
|
преди 11 години |
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 години |
BlueWall
|
328883700a
UserProfiles
|
преди 11 години |
Diva Canto
|
6ddc39a676
Clean up unused config and config comments.
|
преди 11 години |
Diva Canto
|
7412795a0b
HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST THESE.
|
преди 12 години |
Diva Canto
|
3c77b8f463
Use GridUser properly for foreign users.
|
преди 12 години |
Diva Canto
|
de69a24574
More on HG2.0: added the possibility of controlling the appearance that avies use to visit other grids. Not as good as I wanted, but good enough. Unfortunately we can't switch the appearance from under the avie without getting into a lot of weirdnesses because appearance is viewer-controlled. So instead, when this control is on, I'm disallowing HG-TP unless the user is wearing an allowed HG appearance -- the user gets a warning and needs to switch appearance. WARNING: I'm still not committing the config vars because this is still not ready for ppl to test.
|
преди 12 години |
Diva Canto
|
9f914327c6
Added missing configs, and deleted the [Profile] part on the Hypergrind config.
|
преди 12 години |
Diva Canto
|
d08ad6459a
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "[email protected]:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
|
преди 12 години |
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 години |
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 години |
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 години |
Melanie
|
4b7b9e81f7
Make it possible to disable the HG linker. On non-HG systems it spits yellow
|
преди 13 години |
Diva Canto
|
fd57c91b4a
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
|
преди 13 години |
Diva Canto
|
f5d82350bb
This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
|
преди 13 години |