| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se... | Diva Canto | 2009-12-21 | 1 | -0/+2 |
* | Making the library read the item's flag, so that clothing items can have the ... | Diva Canto | 2009-12-21 | 1 | -0/+1 |
* | A couple of more sanity guards, but this won't fix things when user profile f... | Diva Canto | 2009-12-11 | 1 | -1/+1 |
* | Fix to make [bad] tests happy. | Diva Canto | 2009-12-11 | 1 | -4/+4 |
* | Attempt at fixing mantis #4411. | Diva Canto | 2009-12-11 | 1 | -1/+15 |
* | Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ... | Kunnis | 2009-12-06 | 2 | -5/+0 |
* | make logging less verbose when loading iars | Justin Clark-Casey (justincc) | 2009-11-13 | 1 | -1/+1 |
* | move fake user service to a separate mock user service class | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -159/+0 |
* | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -147/+4 |
* | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2009-11-04 | 1 | -2/+2 |
* | * Standalone logins will now go through the sequence of "requested region, de... | John Hurliman | 2009-10-28 | 1 | -15/+11 |
* | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 2009-10-21 | 1 | -1/+1 |
* | * Removed OpenSim.Data.NHibernate | John Hurliman | 2009-10-19 | 1 | -1/+1 |
* | Merge branch 'master' into htb-throttle | Melanie | 2009-10-12 | 1 | -5/+5 |
|\ |
|
| * | Use Util.UTF8 instead of creating a new heap object every time. | Diva Canto | 2009-10-10 | 1 | -5/+5 |
* | | Merge branch 'master' into htb-throttle | Melanie | 2009-10-10 | 1 | -23/+12 |
|\ \
| |/ |
|
| * | A slight improvement on name fetching -- using the local name cache, since it... | Diva Canto | 2009-10-09 | 1 | -0/+6 |
| * | Use the cache, Luke! | Diva Canto | 2009-10-09 | 1 | -25/+8 |
* | | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai... | John Hurliman | 2009-10-09 | 2 | -3/+4 |
|/ |
|
* | * One more debug message on FetchInventoryDescendants | Diva Canto | 2009-10-06 | 1 | -17/+62 |
* | Revert "Rewrote parts of the code that were double-locking different objects.... | Melanie | 2009-10-07 | 1 | -27/+39 |
* | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 2009-10-06 | 1 | -39/+27 |
* | Corrected words in error message. | Diva Canto | 2009-10-06 | 1 | -2/+2 |
* | 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 Util.UTF... | John Hurliman | 2009-10-02 | 1 | -1/+1 |
* | | 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 minimall... | Diva Canto | 2009-09-26 | 1 | -7/+9 |
* | | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 2009-09-24 | 3 | -6/+47 |
* | | minor: remove double initialization of user appearance module in Grid.UserSer... | Justin Clark-Casey (justincc) | 2009-09-23 | 1 | -2/+3 |
|/ |
|
* | 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 |
* | 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 |
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 2009-08-22 | 1 | -0/+5 |
* | 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 wit... | Kunnis | 2009-08-19 | 2 | -3/+3 |
* | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 2009-08-19 | 1 | -0/+5 |
* | 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 |
* | uh. how about *really* removing it, and not just write a comment above, hey d... | Diva Canto | 2009-08-16 | 1 | -1/+1 |
* | Remove the call to ResetAttachments upon login. The info in the DB should alw... | Diva Canto | 2009-08-16 | 1 | -1/+3 |
* | 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' starting... | Diva Canto | 2009-08-13 | 3 | -11/+11 |
* | Re-adding a conditional in UserManager that was removed with arthusv's commit... | Diva Canto | 2009-08-11 | 1 | -1/+1 |
* | Merged with origin, and resolved one conflict in LoginServiceTests.cs | Diva Canto | 2009-08-11 | 4 | -56/+83 |
|\ |
|