aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-25/+25
* * refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey2008-07-311-5/+50
* * refactor: eliminate unused SubFoldersCountJustin Clarke Casey2008-07-311-11/+3
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-312-9/+55
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2008-07-312-19/+18
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-312-3/+11
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-314-146/+114
* * refactor: move create user console command parsing down to OpenSim.cs from ...Justin Clarke Casey2008-07-291-46/+1
* Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-292-31/+66
* squasing warning.Dr Scofield2008-07-251-3/+3
* Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur2008-07-251-0/+107
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-241-17/+4
* * Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey2008-07-241-7/+7
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-244-7/+7
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-235-38/+37
* * refactor: split out inventory services which are only used between non-regi...Justin Clarke Casey2008-07-232-19/+63
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-232-2/+2
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-233-11/+114
* adding files that were not included in r5589Johan Berntsson2008-07-231-0/+125
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-233-8/+51
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-211-3/+0
* Patch #9146 (No Mantis)Melanie Thielker2008-07-121-3/+4
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-1/+8
* * remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey2008-07-074-25/+7
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-073-16/+0
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-3/+3
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+28
* changes prompting of create user console command to only ask for unspecified ...Dahlia Trimble2008-07-051-12/+16
* Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield2008-07-042-5/+13
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-042-51/+53
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-022-3/+0
* add the ability to cherry pick expire something from the assetSean Dague2008-06-301-0/+24
* Update svn properties.Jeff Ames2008-06-301-21/+21
* disabled the multiple inventory server support in login service again.MW2008-06-293-134/+64
* patch and files from mantis #1630, Thanks MelanieMW2008-06-291-1/+1
* couple of small fixes to try to fix support for multiple inventory servers in...MW2008-06-291-2/+14
* small change to see if that helps with the inventory problems.MW2008-06-281-1/+1
* more disabling multiple inventory server support in LoginServiceMW2008-06-281-2/+2
* Mantis#1626. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-281-2/+2
* more work on the support for multiple inventory servers. MW2008-06-281-3/+3
* Extracted the Avatar appearance functions out of the IUserService interface a...MW2008-06-282-5/+12
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-287-35/+198
* dr scofield's warning safari:Dr Scofield2008-06-275-15/+16
* dr scofield's warning safari: hunting down those little buggersDr Scofield2008-06-271-1/+1
* Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+11
* * Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares2008-06-181-68/+17
* * Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey2008-06-161-23/+0
* * Start recording asset request failuresJustin Clarke Casey2008-06-141-2/+6
* save_assets_to_file path shouldn't always assume uploaded Sean Dague2008-06-131-1/+8
* * refactor: catch asset service request exceptions at the AssetServerBase lev...Justin Clarke Casey2008-06-132-26/+35