| Commit message (Expand) | Author | Files | Lines |
2015-05-02 | Corrected typo in namespace | Diva Canto | 1 | -1/+1 |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 1 | -1/+1 |
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -4/+4 |
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new class... | Robert Adams | 1 | -0/+10 |
2015-03-03 | corrected handling when XML parsing in Presence Connector fails | Freaky Tech | 1 | -0/+1 |
2015-02-28 | minor: Remove mono compiler warnings from EstateDataConnector | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2015-01-21 | Don't allow a failure in create a request in HeloService.Connector.Helo() to ... | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2015-01-06 | Donation of robust network connectors for estate service, as promised. This a... | Diva Canto | 3 | -331/+340 |
2014-12-30 | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 1 | -2/+2 |
2014-12-30 | This cleans up versioning. Specifically: | Diva Canto | 1 | -2/+2 |
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 1 | -1/+1 |
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ... | Diva Canto | 1 | -1/+1 |
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 2 | -3/+3 |
2014-09-18 | dont give a ring to each asset request, just one to rule them all, i mean | UbitUmarov | 1 | -8/+15 |
2014-09-17 | and another one | UbitUmarov | 1 | -1/+6 |
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+5 |
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+5 |
2014-08-09 | Move the inventory request lock introduced in git master a58152bd to HGInvent... | Justin Clark-Casey (justincc) | 1 | -7/+4 |
2014-08-06 | OpenSimExtras | BlueWall | 2 | -0/+46 |
2014-07-26 | Add inventory.<url>.RequestsMade stat. | Justin Clark-Casey (justincc) | 1 | -0/+21 |
2014-07-25 | Add undocumented RemoteRequestTimeout seconds parameter to xinventory requests | Justin Clark-Casey (justincc) | 1 | -4/+14 |
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -15/+17 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-06-06 | Added simulation version compatibility check so that agents coming from 0.7.6... | Diva Canto | 1 | -1/+2 |
2014-06-01 | Fixed a few things pertaining to interfacing with the estate service. Specifi... | Diva Canto | 1 | -1/+1 |
2014-05-30 | Moved these two estate-related interfaces to the projects where they belong. | Diva Canto | 1 | -2/+2 |
2014-05-27 | minor: Comment out 2 error level debugging message in authentication code | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 11 | -59/+130 |
2014-05-19 | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro... | Oren Hurvitz | 1 | -1/+2 |
2014-05-19 | Return more specific error messages if an attempt to enter a region fails due... | Oren Hurvitz | 1 | -1/+1 |
2014-05-14 | Fix recent asset request timeout issue by commenting out (for now) the m_maxA... | Justin Clark-Casey (justincc) | 1 | -10/+14 |
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-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+60 |