| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 2008-07-11 | 1 | -6/+31 |
* | Mantis#1005. Thank you kindly, Mircea for a two patches that: | Charles Krinke | 2008-07-11 | 1 | -4/+4 |
* | Update svn properties. | Jeff Ames | 2008-07-11 | 16 | -442/+442 |
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 1 | -35/+24 |
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 1 | -24/+35 |
* | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ... | MW | 2008-07-09 | 1 | -1/+1 |
* | small console message change related to last revision | MW | 2008-07-08 | 1 | -1/+1 |
* | Added option to userserver config, to be able disable/enable the LLSD Login s... | MW | 2008-07-08 | 1 | -0/+7 |
* | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli... | lbsa71 | 2008-07-08 | 2 | -0/+33 |
* | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 2008-07-08 | 1 | -10/+10 |
* | * Split out various classes from IClientAPI into their own files, in accordan... | lbsa71 | 2008-07-08 | 16 | -365/+437 |
* | RegionInfo.configMember can be null for dynamically created regions | Dr Scofield | 2008-07-08 | 1 | -0/+3 |
* | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 2008-07-08 | 1 | -1/+12 |
* | * remove redundant sync locking in AssetServerBase since this is already bein... | Justin Clarke Casey | 2008-07-07 | 5 | -26/+8 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 4 | -17/+0 |
* | * Start scripts loaded from an archive | Justin Clarke Casey | 2008-07-07 | 1 | -3/+3 |
* | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2008-07-07 | 2 | -10/+24 |
* | switching to safer locks. | Dr Scofield | 2008-07-07 | 1 | -4/+6 |
* | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 2008-07-07 | 4 | -26/+65 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 4 | -203/+230 |
* | changes prompting of create user console command to only ask for unspecified ... | Dahlia Trimble | 2008-07-05 | 1 | -12/+16 |
* | Changed default terrain lower limit to -100 instead of 100 | Dahlia Trimble | 2008-07-05 | 1 | -1/+1 |
* | * Make default inventory grid server db mysql rather than sqlite | Justin Clarke Casey | 2008-07-04 | 1 | -2/+2 |
* | 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 | 3 | -52/+53 |
* | Mantis#1647. Thank you very much, Sempuki for a patch that: | Charles Krinke | 2008-07-04 | 2 | -62/+151 |
* | *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual cre... | mingchen | 2008-07-03 | 1 | -1/+1 |
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 3 | -12/+0 |
* | Mantis#1647. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-02 | 1 | -5/+70 |
* | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 2008-07-01 | 1 | -0/+201 |
* | add the ability to cherry pick expire something from the asset | Sean Dague | 2008-06-30 | 1 | -0/+24 |
* | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-30 | 2 | -34/+50 |
* | Update svn properties. | Jeff Ames | 2008-06-30 | 2 | -135/+135 |
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 2 | -26/+39 |
* | 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 | 2 | -1/+301 |
* | 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 |
* | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2008-06-28 | 1 | -0/+6 |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 7 | -35/+198 |
* | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 2008-06-28 | 1 | -0/+2 |
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 13 | -33/+35 |
* | * restore suppression of mono addins manager warnings | Justin Clarke Casey | 2008-06-27 | 1 | -4/+3 |
* | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 2008-06-27 | 4 | -6/+7 |
* | status: work-in-progress, non-functional | Dr Scofield | 2008-06-27 | 3 | -0/+165 |
* | status: work in progress, non-functional | Dr Scofield | 2008-06-27 | 2 | -41/+127 |