| Commit message (Expand) | Author | Files | Lines |
2008-07-15 | * Expose client statistics to the console via 'show stats' | Justin Clarke Casey | 1 | -1/+91 |
2008-07-15 | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 1 | -2/+2 |
2008-07-15 | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2 | -7/+61 |
2008-07-15 | fixes a couple of issues i introduced yesterday, one of them MapBlock queries... | Dr Scofield | 2 | -55/+56 |
2008-07-15 | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 6 | -79/+594 |
2008-07-14 | Patch #9150 | Melanie Thielker | 2 | -87/+16 |
2008-07-14 | Patch #9149 | Melanie Thielker | 1 | -275/+0 |
2008-07-14 | Patch #9148 | Melanie Thielker | 1 | -11/+11 |
2008-07-14 | Patch #9147 | Melanie Thielker | 2 | -163/+1 |
2008-07-13 | Mantis#1638. Thank you kindly, Salahzar for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-07-12 | * Hive off ConsolePluginCommand into its own framework class | Justin Clarke Casey | 1 | -0/+139 |
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-11 | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 1 | -6/+31 |
2008-07-11 | Mantis#1005. Thank you kindly, Mircea for a two patches that: | Charles Krinke | 1 | -4/+4 |
2008-07-11 | Update svn properties. | Jeff Ames | 16 | -442/+442 |
2008-07-11 | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 1 | -35/+24 |
2008-07-10 | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -24/+35 |
2008-07-09 | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ... | MW | 1 | -1/+1 |
2008-07-08 | small console message change related to last revision | MW | 1 | -1/+1 |
2008-07-08 | Added option to userserver config, to be able disable/enable the LLSD Login s... | MW | 1 | -0/+7 |
2008-07-08 | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli... | lbsa71 | 2 | -0/+33 |
2008-07-08 | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 1 | -10/+10 |
2008-07-08 | * Split out various classes from IClientAPI into their own files, in accordan... | lbsa71 | 16 | -365/+437 |
2008-07-08 | RegionInfo.configMember can be null for dynamically created regions | Dr Scofield | 1 | -0/+3 |
2008-07-08 | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 1 | -1/+12 |
2008-07-07 | * remove redundant sync locking in AssetServerBase since this is already bein... | Justin Clarke Casey | 5 | -26/+8 |
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 4 | -17/+0 |
2008-07-07 | * Start scripts loaded from an archive | Justin Clarke Casey | 1 | -3/+3 |
2008-07-07 | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2 | -10/+24 |
2008-07-07 | switching to safer locks. | Dr Scofield | 1 | -4/+6 |
2008-07-07 | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 4 | -26/+65 |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 4 | -203/+230 |
2008-07-05 | changes prompting of create user console command to only ask for unspecified ... | Dahlia Trimble | 1 | -12/+16 |
2008-07-05 | Changed default terrain lower limit to -100 instead of 100 | Dahlia Trimble | 1 | -1/+1 |
2008-07-04 | * Make default inventory grid server db mysql rather than sqlite | Justin Clarke Casey | 1 | -2/+2 |
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 | 3 | -52/+53 |
2008-07-04 | Mantis#1647. Thank you very much, Sempuki for a patch that: | Charles Krinke | 2 | -62/+151 |
2008-07-03 | *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual cre... | mingchen | 1 | -1/+1 |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 3 | -12/+0 |
2008-07-02 | Mantis#1647. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -5/+70 |
2008-07-01 | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+201 |
2008-06-30 | add the ability to cherry pick expire something from the asset | Sean Dague | 1 | -0/+24 |
2008-06-30 | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2 | -34/+50 |
2008-06-30 | Update svn properties. | Jeff Ames | 2 | -135/+135 |
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 2 | -26/+39 |
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 | 2 | -1/+301 |