Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closing more streams even if things fail. | Diva Canto | 2009-10-04 | 1 | -6/+25 |
| | |||||
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -1/+1 |
|\ | |||||
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | ||||
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 4 | -5/+5 |
| | | |||||
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 14 | -53/+53 |
| | | |||||
* | | Make create user to the Right Thing with regard to salting user passwords | Melanie | 2009-09-30 | 1 | -2/+4 |
| | | |||||
* | | Deleted some files that aren't being used anymore. | Diva Canto | 2009-09-28 | 2 | -130/+0 |
| | | |||||
* | | Poof! on LocalBackend. CommsManager.GridServices deleted. | Diva Canto | 2009-09-26 | 1 | -5/+0 |
| | | |||||
* | | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 2009-09-26 | 1 | -7/+9 |
| | | | | | | | | minimally. A few bugs to catch now. | ||||
* | | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 2009-09-24 | 3 | -6/+47 |
| | | | | | | | | | | This should allow load/save iar to work for grid mode as long as the grid user service is later than this revision Grid services of earlier revisions will always erroneously report incorrect password. This will be addressed shortly. | ||||
* | | minor: remove double initialization of user appearance module in ↵ | Justin Clark-Casey (justincc) | 2009-09-23 | 1 | -2/+3 |
|/ | | | | Grid.UserServer.Main | ||||
* | Add test to check behaviour if an iar is loaded where no user profile exists ↵ | Justin Clark-Casey (justincc) | 2009-09-09 | 1 | -1/+6 |
| | | | | | | for the creators Disable generation of temporary profiles for now, instead record loading user as creator | ||||
* | warnings safari. | dr scofield (aka dirk husemann) | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | minor: formatting and comments | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -1/+12 |
| | |||||
* | * Another attempt at fixing the random spurious test error. | Teravus Ovares (Dan Olivares) | 2009-08-26 | 2 | -0/+21 |
| | | | | * This time it might be the listening socket thread from HttpServer aborting with a non blocking thread abort exception. Hopefully calling Stop() on MainServer.Instance will solve that. | ||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 1 | -0/+5 |
| | | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | ||||
* | Moved AuthedSessionCache to where it is used -- Grid/InventoryServer. | Diva Canto | 2009-08-22 | 2 | -650/+0 |
| | |||||
* | Fixing a spot I missed in assets. Switching Grid to the new naming schema ↵ | Kunnis | 2009-08-19 | 2 | -3/+3 |
| | | | | with Store/Get | ||||
* | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 1 | -0/+5 |
| | | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). | ||||
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 2 | -2/+4 |
| | |||||
* | Added one conditional missing on login, for creating inventory if it doesn't ↵ | Diva Canto | 2009-08-17 | 1 | -1/+13 |
| | | | | exist already. This hopefully fixes the master avatar problems on standalone. | ||||
* | uh. how about *really* removing it, and not just write a comment above, hey ↵ | Diva Canto | 2009-08-16 | 1 | -1/+1 |
| | | | | diva? | ||||
* | Remove the call to ResetAttachments upon login. The info in the DB should ↵ | Diva Canto | 2009-08-16 | 1 | -1/+3 |
| | | | | always have {itemID, assetID}. | ||||
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -0/+5 |
| | |||||
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 3 | -11/+11 |
| | | | | starting to get on my nerves. | ||||
* | Re-adding a conditional in UserManager that was removed with arthusv's ↵ | Diva Canto | 2009-08-11 | 1 | -1/+1 |
| | | | | commit. Changing new inventory ops to POST. | ||||
* | Merged with origin, and resolved one conflict in LoginServiceTests.cs | Diva Canto | 2009-08-11 | 4 | -56/+83 |
|\ | |||||
| * | Establish CachedUserInfo.OnInventoryReceived event so that region/test ↵ | Justin Clark-Casey (justincc) | 2009-08-11 | 2 | -47/+68 |
| | | | | | | | | inventory code can be written with the async inventory fetch | ||||
| * | * Improves SceneSetupHelper to allow the tester to choose a real or mock, ↵ | Arthur Valadares | 2009-08-11 | 3 | -128/+15 |
| | | | | | | | | | | | | | | | | inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality. * SetupScene is now actually sharing the asset and inventory modules if the tester wishes to have multiple regions connected. To link regions, just start SetupScene with the same CommunicationManager for all scenes. SceneSetupHelper will hold a static reference to the modules and won't initialize them again, just run the scenes through the modules AddRegion, RegionLoaded and PostInitialize. * With the recent changes, both asset and inventory (and in the future, user) services should always be asked from the scene, not instantiated alone. The tests should reflect this new behavior and always start a scene. | ||||
* | | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 2009-08-10 | 1 | -0/+10 |
| | | | | | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | ||||
* | | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 2 | -2/+2 |
|/ | |||||
* | Last piece of cleaning up old inventory. Old IInventoryServices and ↵ | Diva Canto | 2009-08-10 | 3 | -258/+2 |
| | | | | ISecureInventoryService interfaces removed. | ||||
* | Conditional to prevent a null ref in tests. The tests may still not pass. | Diva Canto | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 2009-08-10 | 1 | -114/+0 |
| | | | | everything-inventory in CommsManager, which wasn't actively used anymore. | ||||
* | AssetCache.addin.xml seems to be historical junk too. Removed. | Diva Canto | 2009-08-10 | 1 | -17/+0 |
| | |||||
* | More clean up from asset cache legacy. None of these classes are used anymore. | Diva Canto | 2009-08-10 | 4 | -1066/+0 |
| | |||||
* | Removed HGInventory out of core. This is part of HG2, which it now being ↵ | Diva Canto | 2009-08-09 | 1 | -744/+0 |
| | | | | developed outside. | ||||
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -2/+2 |
| | |||||
* | * minor format changes and message additions | Justin Clarke Casey | 2009-07-10 | 1 | -6/+20 |
| | |||||
* | * minor: standardize some logging messages | Justin Clarke Casey | 2009-07-10 | 1 | -7/+10 |
| | |||||
* | * minor: Make GridCommon.ini.example refer to inventory service rather than ↵ | Justin Clarke Casey | 2009-07-10 | 1 | -9/+27 |
| | | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -17/+3 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | * Allowing LLSD logins to do silent logout of last hung session on ↵ | Arthur Valadares | 2009-07-07 | 1 | -8/+17 |
| | | | | standalone only, following the already implemented XMLRPC behavior | ||||
* | Fix previous commit | Melanie Thielker | 2009-07-04 | 1 | -0/+1 |
| | |||||
* | Add the new field agent_access_max. Without it being set to "A", viewers from | Melanie Thielker | 2009-07-04 | 1 | -0/+9 |
| | | | | | | 1.23 prevent the removal of underwear. | ||||
* | Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵ | Dahlia Trimble | 2009-06-27 | 2 | -3/+3 |
| | | | | this. | ||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 2 | -3/+3 |
| | | | | | * "luke, use the sed" | ||||
* | Moved OpenSim/Framework/Communications/Capabilities up to ↵ | diva | 2009-06-18 | 26 | -3286/+0 |
| | | | | OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy. | ||||
* | Implementation of a simple authentication service + in connector in route to ↵ | diva | 2009-06-17 | 1 | -0/+2 |
| | | | | making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon. | ||||
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -1/+1 |
| |