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-07-27 19:35:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29798cefcc8d79f7495473c7ca275b58596fdc3d
opensim
/
OpenSim
/
Services
/
HypergridService
History
UbitUmarov
24472c3b67
fix merge issues
2015-11-01 03:25:36 +00:00
..
Properties
On to 0.8.3!
2015-10-18 21:51:49 -07:00
GatekeeperService.cs
fix merge issues
2015-11-01 03:25:36 +00:00
HGAssetService.cs
Mantis
#7657
and
#7514
. This should alleviate the problem of bad object assets being passed around via HG and archives. No guarantees that all the leaks have been found, but at least it detects and fixes these bad assets upon:
2015-08-01 18:58:05 -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
HGFSAssetService.cs
Add HGFSAssetService to the HypergridService to provide HG support for FSAssets.
2015-08-02 20:02:36 +01:00
HGInstantMessageService.cs
Knocked off a few compiler warnings regarding unused variables.
2015-05-10 21:54:24 -07:00
HGInventoryService.cs
WARNING: massive refactor to follow libomv's latest changes regarding inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum.
2015-08-08 12:12:50 -07:00
HGSuitcaseInventoryService.cs
Convert the enum to int before casting it to string for DB query
2015-08-08 13:47:42 -07:00
UserAccountCache.cs
bad merge?
2015-09-01 14:54:35 +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