| Commit message (Expand) | Author | Files | Lines |
2008-08-16 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-08-16 | Guard against the null UUID being queried from the userserver | Melanie Thielker | 1 | -0/+5 |
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -0/+2 |
2008-08-12 | * Stop warnings about non existent scene presences/entities being removed on ... | Justin Clarke Casey | 1 | -1/+3 |
2008-08-12 | Thanks, lulurun, for a patch that addresses inventory problems that occur | Mike Mazur | 2 | -71/+30 |
2008-08-09 | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 1 | -1/+0 |
2008-08-08 | * All CheckRegion within an instance would use the same, global, bool for 'Av... | lbsa71 | 1 | -2/+2 |
2008-08-01 | * correct bug from last commit - for now don't drop cached user profile when ... | Justin Clarke Casey | 1 | -0/+4 |
2008-08-01 | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 2 | -8/+21 |
2008-08-01 | * minor: eliminate some unused variables in InventoryFolderImpl | Justin Clarke Casey | 1 | -2/+0 |
2008-07-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 1 | -25/+25 |
2008-07-31 | * refactor: rearrange path inventory manipulation so that input tidying can b... | Justin Clarke Casey | 1 | -5/+50 |
2008-07-31 | * refactor: eliminate unused SubFoldersCount | Justin Clarke Casey | 1 | -11/+3 |
2008-07-31 | * allow inventory folders to be located by path | Justin Clarke Casey | 2 | -9/+55 |
2008-07-31 | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak... | Justin Clarke Casey | 2 | -19/+18 |
2008-07-31 | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2 | -3/+11 |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 4 | -146/+114 |
2008-07-29 | * refactor: move create user console command parsing down to OpenSim.cs from ... | Justin Clarke Casey | 1 | -46/+1 |
2008-07-29 | Mantis#1849. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2 | -31/+66 |
2008-07-25 | squasing warning. | Dr Scofield | 1 | -3/+3 |
2008-07-25 | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 1 | -0/+107 |
2008-07-24 | * refactor: Remove now redundant inventory server url being passed to GetInve... | Justin Clarke Casey | 1 | -17/+4 |
2008-07-24 | * Separate out OGS1 calls used between services (rather than from region to s... | Justin Clarke Casey | 1 | -7/+7 |
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 4 | -7/+7 |
2008-07-23 | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 5 | -38/+37 |
2008-07-23 | * refactor: split out inventory services which are only used between non-regi... | Justin Clarke Casey | 2 | -19/+63 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2 | -2/+2 |
2008-07-23 | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 3 | -11/+114 |
2008-07-23 | adding files that were not included in r5589 | Johan Berntsson | 1 | -0/+125 |
2008-07-23 | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 3 | -8/+51 |
2008-07-21 | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 1 | -3/+0 |
2008-07-12 | Patch #9146 (No Mantis) | Melanie Thielker | 1 | -3/+4 |
2008-07-12 | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 1 | -1/+8 |
2008-07-07 | * remove redundant sync locking in AssetServerBase since this is already bein... | Justin Clarke Casey | 4 | -25/+7 |
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 3 | -16/+0 |
2008-07-07 | * Start scripts loaded from an archive | Justin Clarke Casey | 1 | -3/+3 |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -1/+28 |
2008-07-05 | changes prompting of create user console command to only ask for unspecified ... | Dahlia Trimble | 1 | -12/+16 |
2008-07-04 | Renaming UserManagerBase.SetUserProfile(UserProfileData) to | Dr Scofield | 2 | -5/+13 |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 2 | -51/+53 |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2 | -3/+0 |
2008-06-30 | add the ability to cherry pick expire something from the asset | Sean Dague | 1 | -0/+24 |
2008-06-30 | Update svn properties. | Jeff Ames | 1 | -21/+21 |
2008-06-29 | disabled the multiple inventory server support in login service again. | MW | 3 | -134/+64 |
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 1 | -1/+1 |
2008-06-29 | couple of small fixes to try to fix support for multiple inventory servers in... | MW | 1 | -2/+14 |
2008-06-28 | small change to see if that helps with the inventory problems. | MW | 1 | -1/+1 |
2008-06-28 | more disabling multiple inventory server support in LoginService | MW | 1 | -2/+2 |
2008-06-28 | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-06-28 | more work on the support for multiple inventory servers. | MW | 1 | -3/+3 |