aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)1-9/+9
Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-2/+2
2010-03-09Fixed caching of user accounts.Diva Canto3-32/+42
2010-03-09* Typo fixesJohn Hurliman5-5/+5
* Performance improvement in the expensive GenerateClientFlags()
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-12/+17
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name ↵Diva Canto1-16/+16
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)1-0/+139
this will initially store home location data instead of the presence service compiles but not enough to actually test yet
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)2-1/+18
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
2010-02-21Small bug fixes for making tests work.Diva Canto2-4/+4
2010-02-21* Added SQlite connector for AvatarData. Tested -- works.Diva Canto1-1/+1
* Small bug fix in debug message * Set default standalone configs to use SQLite across the board
2010-02-17minor: fix error inserting field in log messageJustin Clark-Casey (justincc)1-1/+1
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2-30/+43
This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
2010-02-06endline fix 2Teravus Ovares (Dan Olivares)1-6/+6
2010-02-01Bug fix for getting region flags.Diva Canto1-0/+8
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-1/+10
2010-01-30Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto2-69/+77
2010-01-30* HGScene is no more.Diva Canto1-1/+0
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
2010-01-29On the way to making HG inventory work. Inventory can now be accessed again. ↵Diva Canto1-110/+66
Assets are still broken.
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-257/+0
* 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.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-10/+10
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-5/+0
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto1-15/+15
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-62/+12
2010-01-23Updates all IRegionModules to the new style region modules.Revolution2-10/+10
Signed-off-by: Melanie <melanie@t-data.com>
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