aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-04Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2-0/+57
2013-08-17minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2-9/+2
2013-08-17minor: Make log messages consistent in NeighbourServicesConnectorJustin Clark-Casey (justincc)1-6/+6
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-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-0/+1
2013-07-14Minor typo in log messageDiva Canto1-1/+1
2013-07-13Guard against unauthorized agent deletes.Diva Canto1-4/+3
2013-07-13Deleted GET agent all around. Not used.Diva Canto1-35/+0
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
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-06-30Revert "More debug mantis #6625"Diva Canto1-1/+0
2013-06-29More debug mantis #6625Diva Canto1-0/+1
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+1
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-1/+1
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto3-173/+62
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ...Justin Clark-Casey (justincc)1-68/+56
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-1/+1
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-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)4-81/+83
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-09Fixed check for 0 results in GetUserAccounts()Oren Hurvitz1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-12-06Trying to prevent old route of sending attachments, simulator version unknown...Diva Canto1-1/+1
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)1-1/+0
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto7-7/+7
2012-11-07HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto1-1/+1
2012-10-20Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)1-2/+2
2012-10-16minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.Justin Clark-Casey (justincc)1-1/+1
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-2/+2
2012-10-04One more abstraction for GridUser so that it can be overridden in a sub-class.Diva Canto1-2/+7
2012-10-04Make the asset retrieval concurrency a config switch. The current valueMic Bowman1-3/+8
2012-09-30Allow setting max connections for an endpointMelanie1-3/+3
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto5-9/+1
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto5-1/+9
2012-09-084096 is used in various places as the maximum height of a region, refactoring...SignpostMarv1-2/+2
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie1-0/+14
2012-08-01Change exception log messages in XInventoryService connector to error rather ...Justin Clark-Casey (justincc)1-9/+8
2012-07-30If we're fetching active gestures via the XInventoryServiceConnector, then pr...Justin Clark-Casey (justincc)1-1/+1
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-2/+1
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-21/+7
2012-05-25Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)1-13/+20
2012-05-25In remote QueryAccess, also receive the actual status (true|false) instead of...Justin Clark-Casey (justincc)1-0/+4
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)1-1/+1