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-03 23:58:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff892b5bcff640ddc27fe1003a7d90a475f00fb2
opensim
/
OpenSim
/
Services
/
HypergridService
History
Justin Clark-Casey (justincc)
5450b1b024
Change assembly versions to 0.8.1
2014-06-17 18:37:15 +01:00
..
Properties
Change assembly versions to 0.8.1
2014-06-17 18:37:15 +01:00
GatekeeperService.cs
In teleports, pass the source region to the destination (similar to an HTTP referrer)
2014-04-09 09:22:20 +01:00
HGAssetService.cs
HGAssetService searches for the "HomeURI" setting in several sections: Startup, Hypergrid, HGAssetService
2014-03-24 18:02:22 +01:00
HGFriendsService.cs
Improve efficiency of friends notification by only make one PresenceService call for all friends rather than one for each friend.
2012-10-20 02:02:13 +01: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
Removed an attempt to set a user's presence to "Region 0" when they HG teleport to another grid.
2014-04-21 16:56:14 +01: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