| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup some unused code and configuration entries | BlueWall | 2014-09-03 | 2 | -6/+2 |
* | Move the inventory request lock introduced in git master a58152bd to HGInvent... | Justin Clark-Casey (justincc) | 2014-08-09 | 1 | -7/+4 |
* | OpenSimExtras | BlueWall | 2014-08-06 | 4 | -0/+92 |
* | Add inventory.<url>.RequestsMade stat. | Justin Clark-Casey (justincc) | 2014-07-26 | 1 | -0/+21 |
* | Add undocumented RemoteRequestTimeout seconds parameter to xinventory requests | Justin Clark-Casey (justincc) | 2014-07-25 | 1 | -4/+14 |
* | Fix recent regression in 3c6becd5 where login or hg login to variable sized r... | Justin Clark-Casey (justincc) | 2014-07-22 | 2 | -4/+5 |
* | On login and first HG entrance to a foreign grid, perform query access checks... | Justin Clark-Casey (justincc) | 2014-07-21 | 3 | -3/+19 |
* | Eliminated some warnings | Oren Hurvitz | 2014-07-21 | 1 | -0/+2 |
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 1 | -15/+17 |
* | Add code to GridService to check for overlapping of varregions | Robert Adams | 2014-07-20 | 2 | -8/+125 |
* | In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca... | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -13/+16 |
* | Add ICommands.HasCommand() method so that we can detect whether a command has... | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -1/+1 |
* | minor: Remove compiler warning in GridService | Justin Clark-Casey (justincc) | 2014-07-14 | 1 | -1/+1 |
* | Changed GetUserInfo so that the exposure of user account details is ruled by ... | Diva Canto | 2014-07-06 | 1 | -5/+17 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-07-06 | 1 | -5/+34 |
|\ |
|
| * | Add experimental "show grid size" robust console command. | Justin Clark-Casey (justincc) | 2014-07-05 | 1 | -5/+34 |
* | | Lookup username given key(uuid) XML-RPC | Blake Bourque | 2014-07-06 | 1 | -0/+2 |
|/ |
|
* | Adjust "show regions" and "show region" robust service console output to show... | Justin Clark-Casey (justincc) | 2014-07-05 | 1 | -5/+5 |
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 16 | -16/+16 |
* | Added simulation version compatibility check so that agents coming from 0.7.6... | Diva Canto | 2014-06-06 | 2 | -3/+5 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-06-01 | 2 | -18/+73 |
|\ |
|
| * | Move the generation of the multi-resolution map tiles off the main | Robert Adams | 2014-05-31 | 1 | -16/+66 |
| * | Modifications to debugging printouts. No functional changes. | Robert Adams | 2014-05-31 | 1 | -2/+7 |
* | | Fixed a few things pertaining to interfacing with the estate service. Specifi... | Diva Canto | 2014-06-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-31 | 1 | -1/+1 |
|\ |
|
| * | minor: Comment out 2 error level debugging message in authentication code | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -1/+1 |
* | | Moved these two estate-related interfaces to the projects where they belong. | Diva Canto | 2014-05-30 | 2 | -2/+117 |
|/ |
|
* | When creating a new user, create the folders "Current Outfit", "Favorites", a... | Oren Hurvitz | 2014-05-25 | 2 | -9/+14 |
* | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 11 | -59/+130 |
* | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro... | Oren Hurvitz | 2014-05-19 | 2 | -2/+4 |
* | Log the user when an inventory operation is blocked because the item/folder i... | Oren Hurvitz | 2014-05-19 | 1 | -14/+14 |
* | Return more specific error messages if an attempt to enter a region fails due... | Oren Hurvitz | 2014-05-19 | 1 | -1/+1 |
* | Fix recent asset request timeout issue by commenting out (for now) the m_maxA... | Justin Clark-Casey (justincc) | 2014-05-14 | 1 | -10/+14 |
* | Fixed error if a user didn't have a "Current Outfit" folder in their suitcase. | Oren Hurvitz | 2014-05-12 | 1 | -9/+12 |
* | minor: Capitalize Hypergrid help category like others | Justin Clark-Casey (justincc) | 2014-05-08 | 1 | -5/+5 |
* | Log whenever an inventory operation is blocked because the item/folder isn't ... | Oren Hurvitz | 2014-05-06 | 1 | -8/+52 |
* | - When sending the "My Suitcase" folder to the client, always claim it has Fo... | Oren Hurvitz | 2014-05-06 | 2 | -9/+9 |
* | Improved HTTP logging | Oren Hurvitz | 2014-04-29 | 1 | -1/+6 |
* | Removed dependency on Linq in OpenProfileClient | Oren Hurvitz | 2014-04-28 | 1 | -1/+0 |
* | Revert "When linking a Hypergrid region, set the region's flags on the in-mem... | Oren Hurvitz | 2014-04-24 | 1 | -4/+4 |
* | When linking a Hypergrid region, set the region's flags on the in-memory Grid... | Oren Hurvitz | 2014-04-24 | 1 | -8/+4 |
* | - Created a standard function to send XML-RPC requests, which logs them like ... | Oren Hurvitz | 2014-04-24 | 1 | -63/+6 |
* | Refactored: moved OpenProfileClient to a location where it can be used by bot... | Oren Hurvitz | 2014-04-24 | 1 | -0/+193 |
* | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 2014-04-24 | 1 | -5/+5 |
* | Fixed: hypergrid-linking stopped accepting the following format: "http://grid... | Oren Hurvitz | 2014-04-24 | 1 | -11/+21 |
* | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2014-04-23 | 6 | -175/+1 |
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 3 | -2/+4 |
* | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre... | Oren Hurvitz | 2014-04-23 | 1 | -0/+7 |
* | Removed an attempt to set a user's presence to "Region 0" when they HG telepo... | Oren Hurvitz | 2014-04-21 | 1 | -3/+0 |
* | Better logging in PresenceService, to help diagnose presence problems. | Oren Hurvitz | 2014-04-21 | 1 | -25/+63 |