.. |
AssetService
|
462ad336dc
Move check to allow only deletion of maptiles up to AssetServerDeleteHandler from AssetService.
|
12 years ago |
AuthenticationService
|
d242d47e5c
OpenID auth needs hashing before authenticating
|
12 years ago |
AuthorizationService
|
504de8bc47
Pass the first name and last name from the agent circuit data to the authorization service rather than from the account.
|
13 years ago |
AvatarService
|
f24289c47f
Comment out AvatarService.SetAvatar debug log line for now
|
12 years ago |
Base
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
14 years ago |
Connectors
|
da2b23f18d
Improve efficiency of friends notification by only make one PresenceService call for all friends rather than one for each friend.
|
12 years ago |
FreeswitchService
|
6f4a2685cf
minor: remove mono compiler warning
|
13 years ago |
Friends
|
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 years ago |
GridService
|
73c9abf5f2
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
12 years ago |
HypergridService
|
783443705d
HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder with parentID=UUID.Zero
|
12 years ago |
Interfaces
|
9bc4dc6c5f
Add method doc to IAssetService.Get(string, object, AssetRetrieved) outlining the situations in which AssetRetrieved may be called back with a null AssetBase.
|
12 years ago |
InventoryService
|
7ea832d47c
Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders.
|
12 years ago |
LLLoginService
|
e81e19a3b4
string format arguments in wrong order
|
12 years ago |
MapImageService
|
d05d065d85
Improve some grid region log messages to express regions at co-ordinate (e.g. 1000, 1000) rather than meter positions (256000, 256000)
|
13 years ago |
PresenceService
|
59157d9d63
Add simple login test with online friends. Add IFriendsModule.GrantRights() for granting rights via a module call.
|
12 years ago |
UserAccountService
|
5b69872655
Made a method of GridUserService virtual so it can be overridden.
|
12 years ago |