aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-62/+12
|
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-1/+26
|
* Hyperlinking minimally tested and working.Diva Canto2010-01-171-1/+0
|
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-162-910/+43
| | | | yet.
* Merge branch 'presence-refactor' of ↵Diva Canto2010-01-153-10/+10
|\ | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * Merge branch 'master' into presence-refactorMelanie2010-01-163-10/+10
| |\ | | | | | | | | | | | | 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.
| | * Change the error messages on region region registration. This changes URMMelanie2010-01-133-8/+10
| | | | | | | | | | | | | | | and region. The non-error case should be compatible, so no version bump. Untested.
| | * Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-2/+0
| | |
* | | CommentDiva Canto2010-01-151-0/+1
| | |
* | | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵Diva Canto2010-01-151-3/+3
|/ / | | | | | | objects too.
* | * General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto2010-01-152-3/+18
| | | | | | | | | | | | | | 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
* | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵Diva Canto2010-01-143-3/+143
| | | | | | | | CenomeCache.
* | Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto2010-01-131-2/+2
| | | | | | | | m_SimulationService, because it may be null...
* | Several more buglets removed.Diva Canto2010-01-131-1/+1
| |
* | Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto2010-01-122-13/+5
| | | | | | | | Appearance is now being passed with AgentCircuitData, as it should be.
* | Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-5/+5
| |
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-114-4/+4
| |
* | CommunicationsManager deleted.Diva Canto2010-01-111-3/+0
| |
* | NetworkServersInfo removed from CommsManager.Diva Canto2010-01-102-15/+16
| |
* | All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto2010-01-103-1211/+0
| | | | | | | | deleted, including old LoginService.
* | * Starting to clean the house...Diva Canto2010-01-101-20/+21
| | | | | | | | * Fixed circular dependency
* | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-105-13/+30
| | | | | | | | * CommsManager.AvatarService rerouted
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-105-159/+160
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-0/+5
| | | | | | | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
* | Preliminary work on the new default region setting mechanismMelanie2010-01-092-0/+30
| |
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-083-3/+0
| |
* | * Finished SimulationServiceConnectorDiva Canto2010-01-074-18/+20
| | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run.
* | Successfully logged into a grid.Diva Canto2010-01-031-10/+14
| |
* | * Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2010-01-032-44/+441
| | | | | | | | | | | | | | 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.
* | * Avatar service connectors all in place, but untested.Diva Canto2010-01-023-3/+285
| | | | | | | | * Fixed a typo in RemoteUserAccountServiceConnector module.
* | Forgotten modules in prior commit.Diva Canto2010-01-012-0/+273
| |
* | Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto2009-12-311-0/+298
| | | | | | | | | | | | because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
* | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-301-8/+2
|\ \ | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-8/+2
| | | | | | | | | | | | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
* | | First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-301-6/+6
|/ / | | | | | | the existing code.
* | Merge branch 'master' into presence-refactorMelanie2009-12-302-8/+13
|\ \ | |/
| * Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-292-8/+13
| | | | | | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
* | Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-302-2/+115
| |
* | * Fixed names.Diva Canto2009-12-292-2/+2
| | | | | | | | | | * Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user
* | Renamed user account modules to be consistentDiva Canto2009-12-294-245/+0
| |
* | * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-294-0/+290
| | | | | | | | * Cleaned up a few things on presence connectors
* | Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-282-0/+10
| | | | | | | | (deleting all but one presence record) on logout so that they don't pile up.
* | Added some more log messages. This is beginning to work.Diva Canto2009-12-281-0/+5
| |
* | Database and presence changes. UntestedMelanie2009-12-282-6/+6
| |
* | * Added the new modules to Resources, making them active.Diva Canto2009-12-282-3/+3
| | | | | | | | * Added their configs to standalone for testing. This crashes, because the DB is still not ready.
* | * Deleted HGPresenceBroker, since it won't be neededDiva Canto2009-12-282-257/+2
| | | | | | | | * Linked the remote presence module to the corresponding remote connector
* | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-273-1/+414
| | | | | | | | just compiles.
* | Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-2/+2
| |
* | First pass at the local connector for presence. No cache yet. Just the ↵Diva Canto2009-12-272-0/+266
|/ | | | connector to the local service and a presence detector object.
* Bug fix: in standalone, HGInventoryBroker needs to get the local inventory ↵Diva Canto2009-12-211-2/+13
| | | | server URL from NetworkServersInfo.