| Commit message (Expand) | Author | Files | Lines |
2009-08-20 | * Only update TextureEntry in AvatarAppearance if the incoming XML-RPC has a ... | John Hurliman | 1 | -1/+8 |
2009-08-19 | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 2 | -3/+3 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 3 | -3/+3 |
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 2 | -1/+6 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 3 | -3/+5 |
2009-08-18 | jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024 | Diva Canto | 1 | -0/+6 |
2009-08-19 | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 1 | -1/+15 |
2009-08-19 | Graft the REST console onto the grid server. Same procedure as with | Melanie | 1 | -1/+15 |
2009-08-19 | Add rest console support to the user server. Will ask new questions at | Melanie | 1 | -0/+14 |
2009-08-17 | Added one conditional missing on login, for creating inventory if it doesn't ... | Diva Canto | 1 | -1/+13 |
2009-08-17 | Apply http://opensimulator.org/mantis/view.php?id=4016 | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2009-08-17 | * More Test tweaking to get down to the root cause of the test wierdness | Teravus Ovares (Dan Olivares) | 1 | -0/+2 |
2009-08-17 | Bumping the interface number down again, because this *may* not be a breaking... | Diva Canto | 1 | -1/+1 |
2009-08-17 | Add the OpenSim.ConsoleClient app. | Melanie | 2 | -12/+124 |
2009-08-17 | Filling in the blanks: The "meat" of the REST console | Melanie | 2 | -9/+385 |
2009-08-16 | Bumped up grid services interface number. | Diva Canto | 1 | -1/+1 |
2009-08-16 | uh. how about *really* removing it, and not just write a comment above, hey d... | Diva Canto | 1 | -1/+1 |
2009-08-16 | Remove the call to ResetAttachments upon login. The info in the DB should alw... | Diva Canto | 1 | -1/+3 |
2009-08-16 | IAvatarFactory.UpdateDatabase gets the assetID and not the object's inworld U... | Diva Canto | 1 | -0/+6 |
2009-08-16 | Making attachments work again. Tons of debug more. This needs more testing an... | Diva Canto | 2 | -1/+64 |
2009-08-16 | * handle litjson errors for now. We'll remove this when we hear back from ... | Teravus Ovares (Dan Olivares) | 1 | -21/+38 |
2009-08-16 | Misc cleanup. | Jeff Ames | 3 | -3/+3 |
2009-08-16 | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ... | Adam Johnson | 1 | -0/+3 |
2009-08-13 | * Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing ... | Teravus Ovares (Dan Olivares) | 2 | -12/+216 |
2009-08-13 | * Add AgentCircuitManager tests for adding, removing, changing circuit code, ... | Teravus Ovares (Dan Olivares) | 1 | -0/+201 |
2009-08-13 | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 1 | -0/+5 |
2009-08-13 | * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ensure... | Teravus Ovares (Dan Olivares) | 1 | -0/+339 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 3 | -11/+11 |
2009-08-13 | * minor: comments | Teravus Ovares (Dan Olivares) | 1 | -1/+125 |
2009-08-13 | Add a profile module interface for the client view to use | Melanie | 1 | -0/+37 |
2009-08-12 | Redirected all calls to CachedUserProfile methods to the inventory service. R... | Diva Canto | 1 | -1/+10 |
2009-08-12 | minor:comments | Teravus Ovares (Dan Olivares) | 7 | -5/+91 |
2009-08-12 | minor: comments | Teravus Ovares (Dan Olivares) | 3 | -0/+121 |
2009-08-13 | Formatting cleanup. Add copyright headers. | Jeff Ames | 1 | -1/+1 |
2009-08-12 | * Added two new packet handler implementations for inventory ops. This is sta... | Diva Canto | 1 | -0/+19 |
2009-08-12 | change 535cb0efc so that the default LLSD serialization format is | dr scofield (aka dirk husemann) | 1 | -2/+4 |
2009-08-11 | Re-adding a conditional in UserManager that was removed with arthusv's commit... | Diva Canto | 1 | -1/+1 |
2009-08-11 | Apply http://opensimulator.org/mantis/view.php?id=1448 | Justin Clark-Casey (justincc) | 1 | -0/+11 |
2009-08-11 | Enable the console show version command and the viewer about command, to show... | Chris Down | 1 | -22/+46 |
2009-08-11 | Establish CachedUserInfo.OnInventoryReceived event so that region/test invent... | Justin Clark-Casey (justincc) | 2 | -47/+68 |
2009-08-11 | * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv... | Arthur Valadares | 3 | -128/+15 |
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 1 | -0/+10 |
2009-08-10 | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2 | -2/+2 |
2009-08-10 | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... | Diva Canto | 3 | -258/+2 |
2009-08-10 | Conditional to prevent a null ref in tests. The tests may still not pass. | Diva Canto | 1 | -1/+1 |
2009-08-10 | First pass at cleaning up old OGS1 and Local Inventory: removed everything-in... | Diva Canto | 1 | -114/+0 |
2009-08-10 | AssetCache.addin.xml seems to be historical junk too. Removed. | Diva Canto | 1 | -17/+0 |
2009-08-10 | Removed IAssetServer. | Diva Canto | 1 | -38/+0 |
2009-08-10 | Slowly working my way towards the elimination of IAssetServer and IAssetCache. | Diva Canto | 2 | -122/+6 |
2009-08-10 | More clean up from asset cache legacy. None of these classes are used anymore. | Diva Canto | 4 | -1066/+0 |