| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -0/+2 |
* | Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma... | Diva Canto | 2009-08-25 | 1 | -0/+5 |
* | Moved a debug message. | Diva Canto | 2009-08-22 | 1 | -1/+1 |
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 2009-08-22 | 6 | -4/+67 |
* | Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj... | Diva Canto | 2009-08-21 | 1 | -3/+18 |
* | Made HandleFetchInventoryDescendents async, so that the client thread doesn't... | Diva Canto | 2009-08-20 | 1 | -3/+1 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-19 | 1 | -5/+5 |
|\ |
|
| * | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -5/+5 |
* | | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 2009-08-19 | 1 | -3/+3 |
|/ |
|
* | Makes the inventory connectors fully compatible with the old Grid.InventorySe... | Diva Canto | 2009-08-19 | 1 | -29/+35 |
* | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 2009-08-19 | 6 | -0/+82 |
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 6 | -12/+20 |
* | GetFolderItems implemented. It's not being called, but it might. | Diva Canto | 2009-08-18 | 3 | -0/+37 |
* | Added some padding to the remote inventory connector so that it tries to oper... | Diva Canto | 2009-08-17 | 1 | -4/+70 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-14 | 1 | -9/+37 |
|\ |
|
| * | Add standard doc and standard doc formatting to IAssetService | Justin Clark-Casey (justincc) | 2009-08-14 | 1 | -9/+37 |
* | | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 6 | -16/+97 |
* | | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 2009-08-13 | 3 | -6/+6 |
|/ |
|
* | Fixes a race condition in EQ processing that was making EQs pop up again upon... | Diva Canto | 2009-08-11 | 1 | -14/+14 |
* | Some more hammering on the head of the obsolete rest inventory handlers, just... | Diva Canto | 2009-08-11 | 1 | -10/+14 |
* | Re-adding a conditional in UserManager that was removed with arthusv's commit... | Diva Canto | 2009-08-11 | 1 | -2/+2 |
* | Disabling the remote call for the time being, so that I can test it on a grid... | Diva Canto | 2009-08-11 | 1 | -10/+11 |
* | Added http handlers for the two new inventory operations. | Diva Canto | 2009-08-11 | 1 | -4/+4 |
* | Improved test for system folders. Removed log messages. | Diva Canto | 2009-08-11 | 1 | -1/+2 |
* | System folders inventory cache added to OUT inventory modules. This tracks ag... | Diva Canto | 2009-08-11 | 4 | -6/+26 |
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 2009-08-10 | 6 | -7/+176 |
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 3 | -5/+5 |
* | Stub out the Profile and Presence services | Melanie | 2009-08-10 | 2 | -0/+74 |
* | Add "show digest <id>" console commdn to the ROBUST asset handler | Melanie | 2009-08-09 | 1 | -0/+75 |
* | Finish the renaming and mae things compile again | Melanie | 2009-08-09 | 4 | -37/+37 |
* | More renames | Melanie | 2009-08-09 | 1 | -10/+10 |
* | Rename UserData to UserAccount data | Melanie | 2009-08-09 | 1 | -7/+7 |
* | Added missing trailing slash in AuthenticationService. | Diva Canto | 2009-08-06 | 1 | -0/+2 |
* | Disable all IAR tests for now due to possible failure-causing race condition | Justin Clark-Casey (justincc) | 2009-08-06 | 1 | -1/+0 |
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -3/+1 |
* | Adding the plumbing for a ROBUST freeswitch service | Melanie | 2009-08-04 | 3 | -0/+141 |
* | Patch from RemedyTomm: A failed inventory request would block any further | Melanie Thielker | 2009-07-26 | 1 | -5/+44 |
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -4/+4 |
* | * minor: Make GridCommon.ini.example refer to inventory service rather than a... | Justin Clarke Casey | 2009-07-10 | 1 | -1/+1 |
* | Adding the new grid services skeleton. Still very much based on the old | Melanie Thielker | 2009-07-10 | 2 | -0/+162 |
* | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2009-06-30 | 5 | -24/+228 |
* | Make cleartext authentication case sensitive. Thanks jhurliman for spotting t... | Dahlia Trimble | 2009-06-27 | 1 | -1/+1 |
* | Add RegionSecret to user data structure to provide data update security | Melanie Thielker | 2009-06-23 | 1 | -0/+6 |
* | Fix the AssetServiceBase bug I introduced by reordering configuration load | Melanie Thielker | 2009-06-23 | 1 | -2/+2 |
* | Forgot a file | Melanie Thielker | 2009-06-22 | 1 | -0/+177 |
* | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 2009-06-22 | 2 | -4/+3 |
* | Committing the meat of the user server interface and the bones of the service... | Melanie Thielker | 2009-06-22 | 3 | -10/+81 |
* | Update svn properties. | Jeff Ames | 2009-06-22 | 4 | -582/+582 |
* | Implementation of a simple authentication service + in connector in route to ... | diva | 2009-06-17 | 2 | -20/+191 |
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 2 | -421/+419 |