aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added inventory tests to Robust.Tests.Diva Canto2015-05-111-1/+5
* Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto2015-05-082-0/+52
* I shouldn't write code this early in the morning... Fixing a 'duh' on previou...Diva Canto2015-05-081-1/+1
* Additional debug message to help diagnose a warning message and exception rel...Diva Canto2015-05-081-0/+1
* Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-072-3/+94
* Corrected typo in namespaceDiva Canto2015-05-021-1/+1
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* corrected handling when XML parsing in Presence Connector failsFreaky Tech2015-03-031-0/+1
* minor: Remove mono compiler warnings from EstateDataConnectorJustin Clark-Casey (justincc)2015-02-281-2/+0
* Don't allow a failure in create a request in HeloService.Connector.Helo() to ...Justin Clark-Casey (justincc)2015-01-211-5/+5
* Donation of robust network connectors for estate service, as promised. This a...Diva Canto2015-01-063-331/+340
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-291-1/+1
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-252-3/+3
* Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)2014-08-091-7/+4
* OpenSimExtrasBlueWall2014-08-062-0/+46
* Add inventory.<url>.RequestsMade stat.Justin Clark-Casey (justincc)2014-07-261-0/+21
* Add undocumented RemoteRequestTimeout seconds parameter to xinventory requestsJustin Clark-Casey (justincc)2014-07-251-4/+14
* Close streams immediately when we finish using themOren Hurvitz2014-07-211-15/+17
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-061-1/+2
* Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto2014-06-011-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-311-1/+1
|\
| * minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)2014-05-271-1/+1
* | Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-05-301-2/+2
|/
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-2311-59/+130
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-191-1/+2
* Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz2014-05-191-1/+1
* Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)2014-05-141-10/+14
* Improved HTTP loggingOren Hurvitz2014-04-291-1/+6
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-5/+5
* Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2014-04-232-71/+1
* Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre...Oren Hurvitz2014-04-231-0/+7
* Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2014-04-201-12/+11
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-092-47/+26
* Allow invalidating the users cacheOren Hurvitz2014-04-082-0/+9
* Better (amend to previous commit)Diva Canto2014-04-071-12/+19
* Avoid calling HELO service on malformed URLs. This is in response to an excep...Diva Canto2014-04-071-0/+6
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-071-4/+4
* When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz2014-04-061-1/+7
* When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz2014-04-031-1/+12
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-023-38/+107
* Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp...Justin Clark-Casey (justincc)2014-03-261-0/+12
* If prim region crossing fails then don't delete the prim from the original re...Oren Hurvitz2014-03-241-1/+8
* When logging in UserAgentServiceConnector, always log the original server URL...Oren Hurvitz2014-03-241-20/+22
* Better error messagesOren Hurvitz2014-03-241-15/+15
* Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-0/+60
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-02-141-301/+94
|\