aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz2014-01-111-1/+1
| * | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-041-1/+5
| |/
* | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-031-1/+5
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-6/+6
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-282-2/+2
* | Merge branch 'master' into varregionRobert Adams2013-11-041-8/+11
|\ \ | |/
| * Give the caller AddMapTile a valid reason response if this failed due to blan...Justin Clark-Casey (justincc)2013-10-291-8/+11
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-0/+10
* | Merge branch 'master' into varregionRobert Adams2013-10-071-1/+1
|\ \ | |/
| * Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-022-0/+57
* minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2013-08-172-9/+2
* minor: Make log messages consistent in NeighbourServicesConnectorJustin Clark-Casey (justincc)2013-08-171-6/+6
* Remove some debugging from simian connectors.Mic Bowman2013-08-052-3/+11
* Experimental comment to eneralize the handling of Linden caps when theMic Bowman2013-07-311-0/+179
* A pretty major restructuring of the simian method invocations in order toMic Bowman2013-07-3111-282/+578
* Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto2013-07-271-0/+1
* Minor typo in log messageDiva Canto2013-07-141-1/+1
* Guard against unauthorized agent deletes.Diva Canto2013-07-131-4/+3
* Deleted GET agent all around. Not used.Diva Canto2013-07-131-35/+0