.. |
IAssetService.cs
|
3146f4bae0
Don't need to try both AssetService.Get and GetCached in GetMesh since Get always calls GetCached and code paths were identical
|
13 lat temu |
IAuthenticationService.cs
|
96ecdcf9c5
* Added SetPassword to IAuthenticationService.
|
15 lat temu |
IAuthorizationService.cs
|
504de8bc47
Pass the first name and last name from the agent circuit data to the authorization service rather than from the account.
|
13 lat temu |
IAvatarService.cs
|
b903d2ca96
In SetAttachment, if the existing attachment has no asset id then carry on rather than abort.
|
13 lat temu |
IBasicProfileService.cs
|
239a14265e
Stub out the Profile and Presence services
|
15 lat temu |
IFreeswitchService.cs
|
2b0ef9ad1d
Implement a method to allow regions to query the gridwide Freeswitch
|
14 lat temu |
IFriendsService.cs
|
336665e035
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.
|
13 lat temu |
IGridService.cs
|
17e9d61f43
Change GridService.GetRegionByName() to only return info if there is an exact region name match, unlike GetRegionsByName()
|
13 lat temu |
IGridUserService.cs
|
b6e0563ad7
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
|
14 lat temu |
IHypergridServices.cs
|
3307db5d4a
This hopefully fixes all issues with online/offline notifications across grids. http://opensimulator.org/mantis/view.php?id=5528
|
13 lat temu |
IInventoryService.cs
|
621d5b58e1
minor: add a bit more method doc to IInventoryService.GetItem()
|
13 lat temu |
ILandService.cs
|
9971766256
Implement Scope ID lookup on GetLandData. Stacked regions were not handled
|
14 lat temu |
ILibraryService.cs
|
dbb16bf2db
* Forgotten ILibraryService from yesterday
|
15 lat temu |
ILoginService.cs
|
0772e19af2
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.
|
14 lat temu |
IMapImageService.cs
|
fd57c91b4a
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
|
13 lat temu |
INeighbourService.cs
|
5d09c53a1a
Unpacking the mess with OtherRegionUp, so we can have a real cache of the neighbours in the grid service modules.
|
15 lat temu |
IPresenceService.cs
|
d72769930a
More cleaning on presence. Friends online/offline works again.
|
14 lat temu |
ISimulationService.cs
|
9892e115cc
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
|
13 lat temu |
IUserAccountService.cs
|
3053f5ba7d
minor: remove some compiler warnings
|
14 lat temu |