aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-62/+12
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+26
2010-01-17Hyperlinking minimally tested and working.Diva Canto1-1/+0
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2-910/+43
yet.
2010-01-15CommentDiva Canto1-0/+1
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵Diva Canto1-3/+3
objects too.
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto2-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
2010-01-14Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵Diva Canto3-3/+143
CenomeCache.
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto1-2/+2
m_SimulationService, because it may be null...
2010-01-13Several more buglets removed.Diva Canto1-1/+1
2010-01-13Change the error messages on region region registration. This changes URMMelanie3-8/+10
and region. The non-error case should be compatible, so no version bump. Untested.
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto2-13/+5
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-5/+5
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto4-4/+4
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+0
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto2-15/+16
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto3-1211/+0
deleted, including old LoginService.
2010-01-10* Starting to clean the house...Diva Canto1-20/+21
* Fixed circular dependency
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto5-13/+30
* CommsManager.AvatarService rerouted
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto5-159/+160
* HG is seriously broken here * Compiles. Untested.
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-2/+0
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto1-0/+5
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2010-01-09Preliminary work on the new default region setting mechanismMelanie2-0/+30
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto3-3/+0
2010-01-07* Finished SimulationServiceConnectorDiva Canto4-18/+20
* Started rerouting calls to UserService. * Compiles. May run.
2010-01-03Successfully logged into a grid.Diva Canto1-10/+14
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2-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.
2010-01-02* Avatar service connectors all in place, but untested.Diva Canto3-3/+285
* Fixed a typo in RemoteUserAccountServiceConnector module.
2010-01-01Forgotten modules in prior commit.Diva Canto2-0/+273
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto1-0/+298
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto1-6/+6
the existing code.
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-8/+2
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2-2/+115
2009-12-29* Fixed names.Diva Canto2-2/+2
* Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user
2009-12-29Renamed user account modules to be consistentDiva Canto4-245/+0
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto4-0/+290
* Cleaned up a few things on presence connectors
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2-8/+13
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie2-0/+10
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Added some more log messages. This is beginning to work.Diva Canto1-0/+5
2009-12-28Database and presence changes. UntestedMelanie2-6/+6
2009-12-28* Added the new modules to Resources, making them active.Diva Canto2-3/+3
* Added their configs to standalone for testing. This crashes, because the DB is still not ready.
2009-12-28* Deleted HGPresenceBroker, since it won't be neededDiva Canto2-257/+2
* Linked the remote presence module to the corresponding remote connector
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto3-1/+414
just compiles.
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-2/+2
2009-12-27First pass at the local connector for presence. No cache yet. Just the ↵Diva Canto2-0/+266
connector to the local service and a presence detector object.
2009-12-21Bug fix: in standalone, HGInventoryBroker needs to get the local inventory ↵Diva Canto1-2/+13
server URL from NetworkServersInfo.
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2-3/+14
* Removed unnecessary debug messages.
2009-12-11Attempt at fixing mantis #4411.Diva Canto1-1/+1
2009-12-07Same for the remote auth connectorMelanie1-1/+1
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie2-9/+6
pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work.