OpenSimMirror/OpenSim/Services/HypergridService
Justin Clark-Casey (justincc) aeae34505f When processing incoming attachments via HG, if a request for uuid gathering or final asset import takes too long remove remaining requests from same user to prevent hold up of other user's incoming attachments.
This improves upon the earlier naive simply queueing immplementation.
Threshold is 30 seconds.  If this happens to a user they can relog and fetch will be reattempted.
2014-11-25 23:23:11 +00:00
..
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
GatekeeperService.cs When logging reigon information returned by GateKeeperService.GetHyperlinkRegion, log the return server URL returned. 2014-11-21 20:40:59 +00:00
HGAssetService.cs When processing incoming attachments via HG, if a request for uuid gathering or final asset import takes too long remove remaining requests from same user to prevent hold up of other user's incoming attachments. 2014-11-25 23:23:11 +00:00
HGFriendsService.cs Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-25 23:23:10 +00:00
HGInstantMessageService.cs If calls to UserAgentServiceConnector fail then throw an exception. This lets the caller decide whether to discard the error or not. 2014-02-14 00:01:12 +00:00
HGInventoryService.cs Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete. 2014-04-23 14:38:33 +01:00
HGSuitcaseInventoryService.cs When creating a new user, create the folders "Current Outfit", "Favorites", and the standard subfolders of "Calling Cards". 2014-05-25 15:34:49 +01:00
UserAccountCache.cs Allow invalidating the users cache 2014-04-08 08:11:29 +01:00
UserAgentService.cs Changed GetUserInfo so that the exposure of user account details is ruled by a configuration variable. It's on by default. 2014-07-06 16:02:04 -07:00
UserAgentServiceBase.cs HG UAS: Moved hg-session data from memory to DB storage. This makes it so that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only. 2013-07-14 14:31:20 -07:00