OpenSimMirror/OpenSim/Services
Justin Clark-Casey (justincc) 75c880a6f3 Update parent inventory folder version numbers when folders are moved/created/deleted to match version numbers cached by viewers.
This is done in the way that one would expect (e.g. moving a folder increments version number on both source and destination parent folders).
This should hopefully improve viewer reuse of its cached inventory information.
Currently MySQL only but will be implement for SQLite/MSSQL if there are no issues.
2012-11-09 01:13:19 +00:00
..
AssetService Move check to allow only deletion of maptiles up to AssetServerDeleteHandler from AssetService. 2012-11-02 00:02:10 +00:00
AuthenticationService OpenID auth needs hashing before authenticating 2012-03-02 15:05:06 -05:00
AuthorizationService 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
AvatarService Comment out AvatarService.SetAvatar debug log line for now 2012-04-25 01:09:23 +01:00
Base Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
Connectors HG: Hopefully this fixes the issues with port 80 once and for all. 2012-11-07 19:59:54 -08: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 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. 2012-10-09 01:35:27 +01:00
HypergridService HG: Hopefully this fixes the issues with port 80 once and for all. 2012-11-07 19:59:54 -08:00
Interfaces 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
InventoryService Update parent inventory folder version numbers when folders are moved/created/deleted to match version numbers cached by viewers. 2012-11-09 01:13:19 +00:00
LLLoginService string format arguments in wrong order 2012-10-02 22:11:40 +01:00
MapImageService Improve some grid region log messages to express regions at co-ordinate (e.g. 1000, 1000) rather than meter positions (256000, 256000) 2011-11-19 00:29:52 +00:00
PresenceService 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
UserAccountService Made a method of GridUserService virtual so it can be overridden. 2012-09-30 06:51:49 -07:00