aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2014-02-141-1/+1
| * If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2014-02-141-289/+94
* | Fix - Viewer crash during HG TeleportRoger Kirkman2014-02-061-2/+2
* | Update the SimianMaptile uploader to accommodate varregions.Mic Bowman2014-02-051-74/+59
* | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-2/+2
|\ \ | |/
| * Make sure Web streams are disposed after useOren Hurvitz2014-01-311-2/+2
* | varregion: pass region size in more HG services.Robert Adams2014-01-241-0/+12
* | Enable the simulator to handle region size information returned fromMic Bowman2014-01-231-0/+12
* | Merge branch 'master' into varregionRobert Adams2014-01-111-1/+1
|\ \
| * \ Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-111-1/+1
| |\ \ | | |/