| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Creator name properly shown on the viewer as first.last @authority.
New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars.
Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
BTW, the Meshing files want to be committed too -- EOFs.
|
| |
|
|
|
|
| |
* Removed a few buglets and added better exception handling.
|
|
|
|
| |
testing.
|
| |
|
| |
|
|
|
|
| |
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
|
|
|
|
| |
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
This merge was very conflicted. I think I got them all, but I can't be sure.
I had to merge to master or risk divergence to the point of unmergeability.
|
| |
| |
| |
| | |
logins disabled until enabled from the console. Add the AccessModule (WIP)
|
| |
| |
| |
| |
| |
| |
| | |
the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic.
* HGSceneCommunicationService has been deleted
* SceneCommunicationService will likely be deleted soon too
|
| | |
|
| |
| |
| |
| | |
* CommsManager.AvatarService rerouted
|
| |
| |
| |
| |
| |
| |
| | |
a regionHandle.
* Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now.
* Completed SimulationServiceConnector and corresponding handlers.
|
| |
| |
| |
| | |
* Fixed a typo in RemoteUserAccountServiceConnector module.
|
| |
| |
| |
| | |
missing from response, namely Library and Friends. Appearance service is also missing.
|
| |
| |
| |
| |
| |
| | |
because the data migration is missing. Will fix it next year...
* HAPPY NEW YEAR!
|
| |
| |
| |
| |
| | |
* Added configs for Standalone
* Changed UserSericeBase to use useraccounts instead of user
|
| |
| |
| |
| | |
* Cleaned up a few things on presence connectors
|
| |
| |
| |
| | |
* Added their configs to standalone for testing. This crashes, because the DB is still not ready.
|
|/
|
|
| |
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
|
|
|
|
| |
placed under bin/Library. This works only for standalones.
|
|
|
|
| |
* Moves the mono_metadata_token_from_dor message to a different module on loading.
|
|
|
|
| |
commands work.
|
|
|
|
| |
always grant access to an avatar entering the region if requested.
|
|
|
|
|
| |
up method names in LandManagementModule (was a bit of a
mess). suppressing warnings re Constants.RegionSize.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
module interface. This fixes an issue where region references were being added but weren't being deleted,
causing those "unnotified circuit" messages.
* Also fixes tests accordingly
- Fixes Mantis #3452
- Fixes Mantis #3388
- Fixes Mantis #3871
- Related to Mantis #3493
|
|
|
|
| |
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
|
| |
|
|
|
|
| |
are now in CoreModules/ServiceConnectorsIn, where they belong.
|
|
|
|
| |
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
|
|
|
|
| |
Region/CoreModules/ServiceConnectorsOut. No functional changes.
|
|
|
|
| |
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
|
|
|
|
|
|
|
| |
Several improvements in the connectors themselves.
Several improvements in configurations.
Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
|
|
|
|
|
|
|
|
| |
(Mantis #3759)
See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
|