aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-11A couple of more sanity guards, but this won't fix things when user profile f...Diva Canto1-1/+1
2009-12-11Fix to make [bad] tests happy.Diva Canto1-4/+4
2009-12-11Attempt at fixing mantis #4411.Diva Canto1-1/+15
2009-12-06Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis2-5/+0
2009-11-13make logging less verbose when loading iarsJustin Clark-Casey (justincc)1-1/+1
2009-11-12move fake user service to a separate mock user service classJustin Clark-Casey (justincc)1-159/+0
2009-11-12Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)1-147/+4
2009-11-04Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie1-2/+2
2009-10-28* Standalone logins will now go through the sequence of "requested region, de...John Hurliman1-15/+11
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-10Use Util.UTF8 instead of creating a new heap object every time.Diva Canto1-5/+5
2009-10-09A slight improvement on name fetching -- using the local name cache, since it...Diva Canto1-0/+6
2009-10-09Use the cache, Luke!Diva Canto1-25/+8
2009-10-09Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2-3/+4
2009-10-06* One more debug message on FetchInventoryDescendantsDiva Canto1-17/+62
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-27/+39
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-27/+39
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-39/+27
2009-10-06Corrected words in error message.Diva Canto1-2/+2
2009-10-04Closing more streams even if things fail.Diva Canto1-6/+25
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-10-01Formatting cleanup.Jeff Ames4-5/+5
2009-10-01Formatting cleanup.Jeff Ames14-53/+53
2009-09-30Make create user to the Right Thing with regard to salting user passwordsMelanie1-2/+4
2009-09-28Deleted some files that aren't being used anymore.Diva Canto2-130/+0
2009-09-26Poof! on LocalBackend. CommsManager.GridServices deleted.Diva Canto1-5/+0
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-7/+9
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)3-6/+47
2009-09-23minor: remove double initialization of user appearance module in Grid.UserSer...Justin Clark-Casey (justincc)1-2/+3
2009-09-09Add test to check behaviour if an iar is loaded where no user profile exists ...Justin Clark-Casey (justincc)1-1/+6
2009-09-02warnings safari.dr scofield (aka dirk husemann)1-1/+1
2009-08-28minor: formatting and commentsJustin Clark-Casey (justincc)1-1/+12
2009-08-26* Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2-0/+21
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-0/+5
2009-08-22Moved AuthedSessionCache to where it is used -- Grid/InventoryServer.Diva Canto2-650/+0
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis2-3/+3
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+5
2009-08-19A better purge of trash folder.Diva Canto2-2/+4
2009-08-17Added one conditional missing on login, for creating inventory if it doesn't ...Diva Canto1-1/+13
2009-08-16uh. how about *really* removing it, and not just write a comment above, hey d...Diva Canto1-1/+1
2009-08-16Remove the call to ResetAttachments upon login. The info in the DB should alw...Diva Canto1-1/+3
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-0/+5
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto3-11/+11
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto1-1/+1
2009-08-11Establish 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 Valadares3-128/+15
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-0/+10
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto2-2/+2
2009-08-10Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto3-258/+2