This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-22 06:15:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd12ecd44e5044abd85f0f53ab64135f02caaa3a
opensim
/
OpenSim
/
Services
/
HypergridService
History
Diva Canto
c74cef0f42
Major change in the way inventory is downloaded: added a method throughout IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is.
2015-05-07 19:24:08 -07:00
..
Properties
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
2015-04-29 18:47:17 -07: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
Refactored some code that is used in two different dlls related to SOP rewriting. Also added some unit tests that relate to mantis
#7514
2015-05-05 20:59:09 -07: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
Major change in the way inventory is downloaded: added a method throughout IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is.
2015-05-07 19:24:08 -07: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