aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-151-2/+28
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1911-69/+409
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-0311-267/+738
* Improvement in HGInstantMessageService: account for the existence of an offli...Diva Canto2012-12-041-10/+25
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
* HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto2012-11-071-1/+22
* HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder w...Diva Canto2012-11-031-0/+9
* HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto2012-11-021-5/+5
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-202-2/+2
* Use GridUser properly for foreign users.Diva Canto2012-09-261-4/+27
* HG 2.0: User Agent Service now can also control where the local users can go....Diva Canto2012-09-221-3/+100
* More HG 2.0: access control at the Gatekeeper. \o/Diva Canto2012-09-211-8/+54
* Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto2012-09-211-1/+1
* Improvement over last commit: refactor the asset permissions code, so that it...Diva Canto2012-09-201-58/+5
* More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto2012-09-201-3/+76
* More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2012-09-151-0/+1
* Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto2012-09-131-4/+56
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-303-17/+15
* A few more minor improvements on Suitcase inventory service.Diva Canto2012-04-071-7/+6
* Better Suitcase Inventory Service.Diva Canto2012-04-061-48/+55
* Deleted the unused and commented code from 2 commits ago.Diva Canto2012-04-061-594/+0
* WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto2012-04-061-36/+712
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-061-0/+6
* Finish up the SuitcaseInventory service.Diva Canto2012-03-291-120/+218
* HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto2012-03-281-0/+368
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-03-272-2/+25
|\
| * User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-272-2/+25
* | Amend to previous commit regarding the config name. Bugs bite.Diva Canto2012-03-271-2/+0
|/
* Send the config section name up to the service classes themselves (XInventory...Diva Canto2012-03-272-36/+8
* HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2012-03-212-0/+109
* HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-0/+301
* Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto2012-03-171-0/+10
* Fixes mantis #5923Diva Canto2012-03-081-2/+3
* Propagate our teleport flags on loginsBlueWall2012-02-181-2/+6
* HG Inventoty: Guard against items not found.Diva Canto2012-01-261-6/+7
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-122-7/+13
* Profile UpdatesBlueWall2012-01-031-0/+25
* HG: Verify that the user is localDiva Canto2011-12-211-0/+8
* HG: Renamed one methodDiva Canto2011-12-042-2/+2
* Dont' bother with a userAgentService != null check right after we've construc...Justin Clark-Casey (justincc)2011-11-151-11/+10
* Guard HGAssetService against uninitialized variables and null arguments.Diva Canto2011-10-151-0/+3
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-171-1/+1
* Do proper locking of m_localScenes list in SceneManagerJustin Clark-Casey (justincc)2011-08-061-4/+3
* refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)2011-07-131-5/+3
* Removing special casing on failures. This may also fix reports of this issue:Diva Canto2011-06-081-2/+4
* Deleted wrong debug message.Diva Canto2011-06-081-1/+0
* Added error message to help understand http://opensimulator.org/mantis/view.p...Diva Canto2011-06-071-0/+5
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-7/+21
* Remove scary error messageDiva Canto2011-06-071-6/+0
* This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto2011-06-072-17/+13