| Commit message (Expand) | Author | Files | Lines |
2014-04-29 | Improved HTTP logging | Oren Hurvitz | 1 | -1/+6 |
2014-04-24 | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 1 | -5/+5 |
2014-04-23 | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2 | -71/+1 |
2014-04-23 | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre... | Oren Hurvitz | 1 | -0/+7 |
2014-04-20 | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 1 | -12/+11 |
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2 | -47/+26 |
2014-04-08 | Allow invalidating the users cache | Oren Hurvitz | 2 | -0/+9 |
2014-04-07 | Better (amend to previous commit) | Diva Canto | 1 | -12/+19 |
2014-04-07 | Avoid calling HELO service on malformed URLs. This is in response to an excep... | Diva Canto | 1 | -0/+6 |
2014-04-07 | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 1 | -4/+4 |
2014-04-06 | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 1 | -1/+7 |
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 1 | -1/+12 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 3 | -38/+107 |
2014-03-26 | Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp... | Justin Clark-Casey (justincc) | 1 | -0/+12 |
2014-03-24 | If prim region crossing fails then don't delete the prim from the original re... | Oren Hurvitz | 1 | -1/+8 |
2014-03-24 | When logging in UserAgentServiceConnector, always log the original server URL... | Oren Hurvitz | 1 | -20/+22 |
2014-03-24 | Better error messages | Oren Hurvitz | 1 | -15/+15 |
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+60 |
2014-02-14 | Change warns associated with UserAgentServiceConnector to debugs, as this is ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-02-14 | If calls to UserAgentServiceConnector fail then throw an exception. This lets... | Justin Clark-Casey (justincc) | 1 | -289/+94 |
2014-02-06 | Fix - Viewer crash during HG Teleport | Roger Kirkman | 1 | -2/+2 |
2014-02-05 | Update the SimianMaptile uploader to accommodate varregions. | Mic Bowman | 1 | -74/+59 |
2014-01-31 | Make sure Web streams are disposed after use | Oren Hurvitz | 1 | -2/+2 |
2014-01-24 | varregion: pass region size in more HG services. | Robert Adams | 1 | -0/+12 |
2014-01-23 | Enable the simulator to handle region size information returned from | Mic Bowman | 1 | -0/+12 |
2014-01-11 | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 1 | -1/+1 |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -1/+5 |
2014-01-03 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -1/+5 |
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 1 | -6/+6 |
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -2/+2 |
2013-11-28 | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 2 | -2/+2 |
2013-11-01 | varregion: push TerrainData implementation up and down the database storage s... | Robert Adams | 1 | -0/+10 |
2013-10-29 | Give the caller AddMapTile a valid reason response if this failed due to blan... | Justin Clark-Casey (justincc) | 1 | -8/+11 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -2/+2 |
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -2/+2 |
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 2 | -0/+57 |
2013-08-17 | minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGrid | Justin Clark-Casey (justincc) | 2 | -9/+2 |
2013-08-17 | minor: Make log messages consistent in NeighbourServicesConnector | Justin Clark-Casey (justincc) | 1 | -6/+6 |
2013-08-05 | Remove some debugging from simian connectors. | Mic Bowman | 2 | -3/+11 |
2013-07-31 | Experimental comment to eneralize the handling of Linden caps when the | Mic Bowman | 1 | -0/+179 |
2013-07-31 | A pretty major restructuring of the simian method invocations in order to | Mic Bowman | 11 | -282/+578 |
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle join/drop... | Diva Canto | 1 | -0/+1 |
2013-07-14 | Minor typo in log message | Diva Canto | 1 | -1/+1 |
2013-07-13 | Guard against unauthorized agent deletes. | Diva Canto | 1 | -4/+3 |
2013-07-13 | Deleted GET agent all around. Not used. | Diva Canto | 1 | -35/+0 |
2013-07-11 | Added property to make for more flexible testing. | Diva Canto | 1 | -0/+5 |
2013-07-10 | Remove a null reference exception in SimianPresenceServiceConnector that | Robert Adams | 1 | -4/+8 |
2013-07-06 | Simina activity detector was too eager. Disabled it in case simian is not bei... | Diva Canto | 1 | -1/+2 |
2013-06-30 | Revert "More debug mantis #6625" | Diva Canto | 1 | -1/+0 |