| Commit message (Expand) | Author | Files | Lines |
2008-09-22 | * Remove some old libsecondlife workarounds as suggested by jhurliman in http... | Justin Clarke Casey | 1 | -5/+4 |
2008-09-21 | * Fix http://opensimulator.org/mantis/view.php?id=2189 | Justin Clarke Casey | 1 | -5/+25 |
2008-09-20 | * Tidy up OGS1GridServices | Justin Clarke Casey | 1 | -101/+39 |
2008-09-19 | * Enables logins to regions on a grid once they have finished starting up (th... | Justin Clarke Casey | 1 | -29/+46 |
2008-09-19 | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2 | -4/+17 |
2008-09-15 | * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr... | Justin Clarke Casey | 1 | -28/+23 |
2008-09-15 | * Add "reset user password" command to standalone region console | Justin Clarke Casey | 1 | -0/+5 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -9/+26 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2008-09-07 | Mantis #2142 | Melanie Thielker | 1 | -30/+33 |
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -0/+1 |
2008-09-07 | * minor: Clean up of logging messages to make following the client login proc... | Justin Clarke Casey | 1 | -12/+10 |
2008-09-06 | * This changes gridcomms types back to our home grown wholy controlled types. | Teravus Ovares | 3 | -17/+17 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 5 | -120/+120 |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -7/+7 |
2008-08-25 | * minor: some logging conformance, code documenting | Justin Clarke Casey | 1 | -5/+21 |
2008-08-25 | * Deal with a WebException thrown if a grid server cannot be contacted for re... | Justin Clarke Casey | 1 | -6/+23 |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 1 | -16/+0 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 2 | -10/+10 |
2008-08-16 | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -0/+101 |
2008-08-16 | Update svn properties, minor formatting cleanup. | Jeff Ames | 2 | -2/+2 |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 1 | -0/+14 |
2008-08-15 | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 1 | -9/+4 |
2008-08-15 | Minor formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2008-08-15 | Fixes a case where neighboring region info cannot be obtained | Melanie Thielker | 1 | -3/+6 |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -6/+8 |
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 1 | -0/+7 |
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -1/+3 |
2008-08-10 | Patch #9024 | Melanie Thielker | 1 | -1/+1 |
2008-08-10 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+0 |
2008-08-08 | Patch #9161 | Melanie Thielker | 1 | -2/+2 |
2008-08-08 | * Removed unused m_bAvailable | lbsa71 | 1 | -1/+1 |
2008-08-08 | * All CheckRegion within an instance would use the same, global, bool for 'Av... | lbsa71 | 1 | -20/+44 |
2008-08-01 | * minor: log message twiddling | Justin Clarke Casey | 1 | -6/+2 |
2008-07-24 | * Separate out OGS1 calls used between services (rather than from region to s... | Justin Clarke Casey | 2 | -29/+2 |
2008-07-24 | * Fix spelling mistake in OGS1SecureInvenotryService | Justin Clarke Casey | 1 | -0/+0 |
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 2 | -2/+2 |
2008-07-23 | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 2 | -2/+2 |
2008-07-23 | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 1 | -4/+18 |
2008-07-23 | adding files that were not included in r5589 | Johan Berntsson | 1 | -0/+324 |
2008-07-23 | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 1 | -0/+1 |
2008-07-22 | * refactor: move new inventory service call by user server to OGS1 with all t... | Justin Clarke Casey | 1 | -2/+3 |
2008-07-20 | Mantis#1797. Thank you kindly, StrawberryFride for a patch that solves: | Charles Krinke | 1 | -1/+1 |
2008-07-18 | Patch #9151 | Melanie Thielker | 1 | -2/+2 |
2008-07-14 | Patch #9150 | Melanie Thielker | 1 | -1/+1 |
2008-07-04 | Renaming UserManagerBase.SetUserProfile(UserProfileData) to | Dr Scofield | 1 | -0/+6 |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -1/+1 |
2008-06-28 | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-06-28 | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 1 | -0/+1 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2 | -1/+17 |