OpenSimMirror/OpenSim/Services/Interfaces
Melanie f1a76195ea Merge branch 'master' into careminster
Conflicts:
	OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
2012-02-23 01:49:14 +00:00
..
IAssetService.cs Don't need to try both AssetService.Get and GetCached in GetMesh since Get always calls GetCached and code paths were identical 2011-08-18 23:36:43 +01:00
IAttachmentsService.cs Remove some usings that stopped compilation 2010-04-24 16:53:47 +02:00
IAuthenticationService.cs Add optional getauthinfo and setauthinfo authentication service calls. 2011-10-24 21:40:36 +01:00
IAuthorizationService.cs Pass the first name and last name from the agent circuit data to the authorization service rather than from the account. 2011-07-23 03:48:53 +01:00
IAvatarService.cs In SetAttachment, if the existing attachment has no asset id then carry on rather than abort. 2011-09-06 01:59:21 +01:00
IBasicProfileService.cs Stub out the Profile and Presence services 2009-08-10 00:17:54 +01:00
IFreeswitchService.cs Implement a method to allow regions to query the gridwide Freeswitch 2010-11-21 22:17:25 +00:00
IFriendsService.cs More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. 2011-05-22 16:51:03 -07:00
IGridService.cs Merge branch 'master' into careminster 2012-01-30 21:26:47 +00:00
IGridUserService.cs Allow retrival of multiple user records in one operation, analog to presence 2012-01-16 23:09:24 +00:00
IHypergridServices.cs Profile Updates 2012-01-03 11:10:23 -05:00
IInventoryService.cs minor: add a bit more method doc to IInventoryService.GetItem() 2011-04-11 23:56:04 +01:00
ILandService.cs Implement Scope ID lookup on GetLandData. Stacked regions were not handled 2011-01-03 19:40:55 +00:00
ILibraryService.cs * Forgotten ILibraryService from yesterday 2010-01-02 09:54:46 -08:00
ILoginService.cs Added viewer's channel, mac, and id0 to agent circuit data. Also moved client ip address to agent circuit data, so that it's always there. 2010-10-03 20:01:59 -07:00
IMapImageService.cs First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD. 2011-06-12 15:37:42 -07:00
INeighbourService.cs Unpacking the mess with OtherRegionUp, so we can have a real cache of the neighbours in the grid service modules. 2009-09-27 10:14:10 -07:00
IPresenceService.cs More cleaning on presence. Friends online/offline works again. 2010-05-08 07:44:07 -07:00
ISimulationService.cs Merge branch 'master' into careminster 2012-02-23 01:49:14 +00:00
IUserAccountService.cs Merge branch 'master' into careminster 2012-01-02 21:41:36 +00:00