aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-0/+12
2019-11-14work on previus 2 patchsUbitUmarov1-2/+0
2019-11-14Attempt to fix the issue where, when logging into the grid, the user supplies...Terry1-0/+8
2019-08-15Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-0/+12
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang11-93/+124
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker1-12/+8
2017-01-30Make negative asset caching actually workMelanie Thielker1-4/+16
2017-01-05Massive tab and trailing space cleanupMelanie Thielker10-64/+64
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker1-2/+2
2016-12-12Rename charterMember to membershipType to show what it actually is.Melanie Thielker1-4/+4
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel13-437/+938
2016-08-13remove a parameter for detection of grid fail to suport getting multiple user...UbitUmarov1-2/+1
2016-08-13 add some wiring to have GetUserAccounts for multiple IDs on a single request...UbitUmarov1-0/+6
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-17/+12
2015-11-01More EntityTransferContext plumbingMelanie Thielker1-1/+2
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-1/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov2-80/+2
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-2/+4
2015-06-05Upgraded the Simian inventory connector with an item cache, too, so that it d...Diva Canto1-1/+17
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto1-0/+15
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-2/+14
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-4/+4
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2-3/+3
2014-08-06OpenSimExtrasBlueWall1-0/+7
2014-06-01Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto1-1/+1
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz1-31/+0
2014-04-08Allow invalidating the users cacheOren Hurvitz1-0/+5
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-0/+20
2014-02-05Update the SimianMaptile uploader to accommodate varregions.Mic Bowman1-74/+59
2014-01-04varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams1-1/+5
2014-01-03varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams1-1/+5
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-6/+6
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-0/+6
2013-08-17minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2-9/+2
2013-08-05Remove some debugging from simian connectors.Mic Bowman2-3/+11
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-0/+179
2013-07-31A pretty major restructuring of the simian method invocations in order toMic Bowman11-282/+578
2013-07-10Remove a null reference exception in SimianPresenceServiceConnector thatRobert Adams1-4/+8
2013-07-06Simina activity detector was too eager. Disabled it in case simian is not bei...Diva Canto1-1/+2
2013-04-07Optimize the number of Simian calls to get the initial presenceMic Bowman1-110/+83
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+3
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+3
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-22/+25