aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-12* Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey1-1/+3
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2-71/+30
2008-08-09* minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey1-1/+0
2008-08-08* All CheckRegion within an instance would use the same, global, bool for 'Av...lbsa711-2/+2
2008-08-01* correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey1-0/+4
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2-8/+21
2008-08-01* minor: eliminate some unused variables in InventoryFolderImplJustin Clarke Casey1-2/+0
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-25/+25
2008-07-31* refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey1-5/+50
2008-07-31* refactor: eliminate unused SubFoldersCountJustin Clarke Casey1-11/+3
2008-07-31* allow inventory folders to be located by pathJustin Clarke Casey2-9/+55
2008-07-31* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2-19/+18
2008-07-31* minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2-3/+11
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur4-146/+114
2008-07-29* refactor: move create user console command parsing down to OpenSim.cs from ...Justin Clarke Casey1-46/+1
2008-07-29Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2-31/+66
2008-07-25squasing warning.Dr Scofield1-3/+3
2008-07-25Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur1-0/+107
2008-07-24* refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey1-17/+4
2008-07-24* Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey1-7/+7
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey4-7/+7
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey5-38/+37
2008-07-23* refactor: split out inventory services which are only used between non-regi...Justin Clarke Casey2-19/+63
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2-2/+2
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson3-11/+114
2008-07-23adding files that were not included in r5589Johan Berntsson1-0/+125
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson3-8/+51
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW1-3/+0
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker1-1/+8
2008-07-07* remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey4-25/+7
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey3-16/+0
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey1-3/+3
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+28
2008-07-05changes prompting of create user console command to only ask for unspecified ...Dahlia Trimble1-12/+16
2008-07-04Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield2-5/+13
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2-51/+53
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2-3/+0
2008-06-30add the ability to cherry pick expire something from the assetSean Dague1-0/+24
2008-06-30Update svn properties.Jeff Ames1-21/+21
2008-06-29disabled the multiple inventory server support in login service again.MW3-134/+64
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-1/+1
2008-06-29couple of small fixes to try to fix support for multiple inventory servers in...MW1-2/+14
2008-06-28small change to see if that helps with the inventory problems.MW1-1/+1
2008-06-28more disabling multiple inventory server support in LoginServiceMW1-2/+2
2008-06-28Mantis#1626. Thank you kindly, Melanie for a patch that:Charles Krinke1-2/+2
2008-06-28more work on the support for multiple inventory servers. MW1-3/+3
2008-06-28Extracted the Avatar appearance functions out of the IUserService interface a...MW2-5/+12
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW7-35/+198
2008-06-27dr scofield's warning safari:Dr Scofield5-15/+16