| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 2008-07-25 | 1 | -0/+107 |
* | * refactor: Remove now redundant inventory server url being passed to GetInve... | Justin Clarke Casey | 2008-07-24 | 1 | -17/+4 |
* | * Separate out OGS1 calls used between services (rather than from region to s... | Justin Clarke Casey | 2008-07-24 | 1 | -7/+7 |
* | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 2008-07-24 | 4 | -7/+7 |
* | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 2008-07-23 | 5 | -38/+37 |
* | * refactor: split out inventory services which are only used between non-regi... | Justin Clarke Casey | 2008-07-23 | 2 | -19/+63 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 2 | -2/+2 |
* | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 2008-07-23 | 3 | -11/+114 |
* | adding files that were not included in r5589 | Johan Berntsson | 2008-07-23 | 1 | -0/+125 |
* | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 2008-07-23 | 3 | -8/+51 |
* | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 2008-07-21 | 1 | -3/+0 |
* | Patch #9146 (No Mantis) | Melanie Thielker | 2008-07-12 | 1 | -3/+4 |
* | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 2008-07-12 | 1 | -1/+8 |
* | * remove redundant sync locking in AssetServerBase since this is already bein... | Justin Clarke Casey | 2008-07-07 | 4 | -25/+7 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 3 | -16/+0 |
* | * Start scripts loaded from an archive | Justin Clarke Casey | 2008-07-07 | 1 | -3/+3 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -1/+28 |
* | changes prompting of create user console command to only ask for unspecified ... | Dahlia Trimble | 2008-07-05 | 1 | -12/+16 |
* | Renaming UserManagerBase.SetUserProfile(UserProfileData) to | Dr Scofield | 2008-07-04 | 2 | -5/+13 |
* | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 2008-07-04 | 2 | -51/+53 |
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 2 | -3/+0 |
* | add the ability to cherry pick expire something from the asset | Sean Dague | 2008-06-30 | 1 | -0/+24 |
* | Update svn properties. | Jeff Ames | 2008-06-30 | 1 | -21/+21 |
* | disabled the multiple inventory server support in login service again. | MW | 2008-06-29 | 3 | -134/+64 |
* | patch and files from mantis #1630, Thanks Melanie | MW | 2008-06-29 | 1 | -1/+1 |
* | couple of small fixes to try to fix support for multiple inventory servers in... | MW | 2008-06-29 | 1 | -2/+14 |
* | small change to see if that helps with the inventory problems. | MW | 2008-06-28 | 1 | -1/+1 |
* | more disabling multiple inventory server support in LoginService | MW | 2008-06-28 | 1 | -2/+2 |
* | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-28 | 1 | -2/+2 |
* | more work on the support for multiple inventory servers. | MW | 2008-06-28 | 1 | -3/+3 |
* | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 2008-06-28 | 2 | -5/+12 |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 7 | -35/+198 |
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 5 | -15/+16 |
* | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 2008-06-27 | 1 | -1/+1 |
* | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+11 |
* | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 2008-06-18 | 1 | -68/+17 |
* | * Allow archiver to save and load objects within other objects to arbitrary l... | Justin Clarke Casey | 2008-06-16 | 1 | -23/+0 |
* | * Start recording asset request failures | Justin Clarke Casey | 2008-06-14 | 1 | -2/+6 |
* | save_assets_to_file path shouldn't always assume uploaded | Sean Dague | 2008-06-13 | 1 | -1/+8 |
* | * refactor: catch asset service request exceptions at the AssetServerBase lev... | Justin Clarke Casey | 2008-06-13 | 2 | -26/+35 |
* | * minor: comment out confusing DefaultTimeout field in RestClient, which is c... | Justin Clarke Casey | 2008-06-13 | 1 | -1/+1 |
* | * Split the World Map code into a module. | Teravus Ovares | 2008-06-12 | 1 | -4/+5 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 3 | -1/+23 |
* | * minor: Properly clear the pushed asset cache statistics where the clear-ass... | Justin Clarke Casey | 2008-06-10 | 1 | -0/+4 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-06 | 1 | -1/+1 |
* | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 2008-06-04 | 3 | -6/+100 |
* | * fleshing out XMPP entities, adding XmppWriter and XmppSerializer | Dr Scofield | 2008-06-04 | 6 | -17/+315 |
* | provide slightly more sane defaults in the file based asset loader | Sean Dague | 2008-06-02 | 1 | -3/+3 |
* | * Committing more unfinished stuff. Nothing significant at the moment. IM ... | Teravus Ovares | 2008-06-01 | 2 | -0/+15 |
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 3 | -1/+36 |