OpenSimMirror/OpenSim/Services
Justin Clark-Casey (justincc) be9b4ad23a For default everyone permissions on library items, make notecards and scripts non-modifiable (but still copyable, etc).
Users should not be given the impression that they can modify these items.
This still does not solve the issue where library items cannot be dragged into prims or user inventory any time after they are initially seen.
Curiously, manually copying and pasting still appears to work.
On the surface, this seems to have something to do with library item caching on the client, since deleting the cache allows drag to work again once
Not sure what the exact problem is.
2011-07-23 02:18:23 +01:00
..
AssetService When loading library asset set, only store an asset if it's different from an existing one with the same id. 2011-07-08 22:53:19 +01:00
AuthenticationService Rename some member fields to standard m_ OpenSim code convention 2011-03-26 02:44:46 +00:00
AuthorizationService updated the IAuthorizationService interface so that a message is passed back and can be displayed at the client when an avatar is denied access to a region 2009-09-16 10:04:07 -07:00
AvatarService This commit fixes all the appearance related null refs. Still can't log in, 2010-10-30 02:25:25 +01:00
Base Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
Connectors When an uncached asset is requested multiple times concurrently, only load it once 2011-07-21 20:52:56 +01:00
FreeswitchService minor: remove mono compiler warning 2011-05-27 23:43:31 +01:00
Friends 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
GridService Tell hypergridders when their teleports fail because of the 4096 limit rather than just saying "destination not found" 2011-06-24 19:49:05 +01:00
HypergridService refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest() 2011-07-13 00:48:36 +01:00
Interfaces 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
InventoryService For default everyone permissions on library items, make notecards and scripts non-modifiable (but still copyable, etc). 2011-07-23 02:18:23 +01:00
LLLoginService People are bound to forget the '/' at the end of MapTileURL, so let's correct that from the inside. 2011-06-12 22:10:16 -07:00
MapImageService V2 map now working in grids too. WARNING: A few visible configuration variables added in order for this to work. See .ini.example changes 2011-06-13 09:13:44 -07:00
PresenceService Delete existing presences for a user ID when they log in again. 2010-11-05 13:31:45 +00:00
UserAccountService Fix bug in reset user password where entering an invalid name would cause an exception. Also, convert this commands log output to console output. 2011-06-25 00:08:14 +01:00