.. |
Properties
|
Deleted all AssemblyFileVersion directives
|
2013-02-19 17:14:55 -08:00 |
IAssetService.cs
|
Add method doc to IAssetService.Get(string, object, AssetRetrieved) outlining the situations in which AssetRetrieved may be called back with a null AssetBase.
|
2012-10-30 01:19:32 +00: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
|
Multiattach, part 2
|
2013-03-18 22:56:17 +00:00 |
IBansService.cs
|
Added an interface to an external ban service. With this commit, the interface is used only in Hypergrided worlds (Gatekeeper), although in those, it applies to both local and foreign users. The Ban service itself is not in core; it is to be provided externally.
|
2013-04-27 21:23:29 -07: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
|
Add simple login test with online friends. Add IFriendsModule.GrantRights() for granting rights via a module call.
|
2012-03-30 00:42:55 +01:00 |
IGridService.cs
|
minor: Add documentation to IGridService.GetRegionFlags()
|
2012-10-09 01:40:55 +01:00 |
IGridUserService.cs
|
On more virtual method
|
2012-10-01 15:55:24 -07:00 |
IHypergridServices.cs
|
Finally moved HG agent transfers to use agent fatpacks.
|
2013-06-21 20:52:46 -07: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 |
IOfflineIMService.cs
|
Improvement in HGInstantMessageService: account for the existence of an offline IM service.
|
2012-12-04 08:08:34 -08:00 |
IPresenceService.cs
|
Add method doc for IPresenceService
|
2012-10-20 02:26:08 +01:00 |
ISimulationService.cs
|
Removing unused handling of incoming create object by userID and itemID only.
|
2012-06-30 01:14:49 +01:00 |
IUserAccountService.cs
|
Default LocalToGrid to true. Fixes minor bug introduced yesterday where old robust UserAccount service would result is LocalToGrid at the sim being false.
|
2011-12-30 10:40:57 -08:00 |
IUserProfilesService.cs
|
Adding standard OpenSim header to source files
|
2013-05-31 22:03:27 -04:00 |