aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Poof! on LocalBackend. CommsManager.GridServices deleted.Diva Canto2009-09-261-5/+0
* | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-7/+9
* | Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-243-6/+47
* | minor: remove double initialization of user appearance module in Grid.UserSer...Justin Clark-Casey (justincc)2009-09-231-2/+3
|/
* Add test to check behaviour if an iar is loaded where no user profile exists ...Justin Clark-Casey (justincc)2009-09-091-1/+6
* warnings safari.dr scofield (aka dirk husemann)2009-09-021-1/+1
* minor: formatting and commentsJustin Clark-Casey (justincc)2009-08-281-1/+12
* * Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2009-08-262-0/+21
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+5
* Moved AuthedSessionCache to where it is used -- Grid/InventoryServer.Diva Canto2009-08-222-650/+0
* Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis2009-08-192-3/+3
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+5
* A better purge of trash folder.Diva Canto2009-08-192-2/+4
* Added one conditional missing on login, for creating inventory if it doesn't ...Diva Canto2009-08-171-1/+13
* uh. how about *really* removing it, and not just write a comment above, hey d...Diva Canto2009-08-161-1/+1
* Remove the call to ResetAttachments upon login. The info in the DB should alw...Diva Canto2009-08-161-1/+3
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-0/+5
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-133-11/+11
* Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto2009-08-111-1/+1
* Merged with origin, and resolved one conflict in LoginServiceTests.csDiva Canto2009-08-114-56/+83
|\
| * Establish CachedUserInfo.OnInventoryReceived event so that region/test invent...Justin Clark-Casey (justincc)2009-08-112-47/+68
| * * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2009-08-113-128/+15
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+10
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-102-2/+2
|/
* Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto2009-08-103-258/+2
* Conditional to prevent a null ref in tests. The tests may still not pass.Diva Canto2009-08-101-1/+1
* First pass at cleaning up old OGS1 and Local Inventory: removed everything-in...Diva Canto2009-08-101-114/+0
* AssetCache.addin.xml seems to be historical junk too. Removed.Diva Canto2009-08-101-17/+0
* More clean up from asset cache legacy. None of these classes are used anymore.Diva Canto2009-08-104-1066/+0
* Removed HGInventory out of core. This is part of HG2, which it now being deve...Diva Canto2009-08-091-744/+0
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-051-2/+2
* * minor format changes and message additionsJustin Clarke Casey2009-07-101-6/+20
* * minor: standardize some logging messagesJustin Clarke Casey2009-07-101-7/+10
* * minor: Make GridCommon.ini.example refer to inventory service rather than a...Justin Clarke Casey2009-07-101-9/+27
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-17/+3
* * Allowing LLSD logins to do silent logout of last hung session on standalone...Arthur Valadares2009-07-071-8/+17
* Fix previous commitMelanie Thielker2009-07-041-0/+1
* Add the new field agent_access_max. Without it being set to "A", viewers fromMelanie Thielker2009-07-041-0/+9
* Make cleartext authentication case sensitive. Thanks jhurliman for spotting t...Dahlia Trimble2009-06-272-3/+3
* * Corrected CAPS namespacesArthur Valadares2009-06-182-3/+3
* Moved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C...diva2009-06-1826-3286/+0
* Implementation of a simple authentication service + in connector in route to ...diva2009-06-171-0/+2
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+1
* * Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateF...Arthur Valadares2009-06-111-54/+98
* InterServiceInventoryService references *almost* completely removed from the ...diva2009-06-113-8/+146
* Bug fix for creating users in standalone: the newly-created root folder was n...diva2009-06-101-0/+3
* Attempt at disabling the inventory unit tests, so I can figure out how to fix...diva2009-06-101-6/+6
* Heart surgery no.2: the inventory service hooks. diva2009-06-105-86/+61
* Formatting cleanup.Jeff Ames2009-06-102-2/+2
* First draft of inventory service connectors, and service implementation. No h...diva2009-06-071-470/+0