Re: [hackers] [quark] http: fix default index serving

2021-01-24 Thread Laslo Hunhold
On Sun, 24 Jan 2021 19:12:30 +0100 Quentin Rameau wrote: Dear Quentin, > I would prefer that you keep rightful authors of patches instead of > changing the style a bit and committing in your own name. > This isn't respectful of contributors and seems to be a recurring > issue with you. > > If

[hackers] [quark] Update LICENSE || Laslo Hunhold

2021-01-24 Thread git
commit c6a9055e5a30be570e30da8d216c39662c3a3f99 Author: Laslo Hunhold AuthorDate: Sun Jan 24 21:44:23 2021 +0100 Commit: Laslo Hunhold CommitDate: Sun Jan 24 21:44:23 2021 +0100 Update LICENSE Signed-off-by: Laslo Hunhold diff --git a/LICENSE b/LICENSE index

[hackers] [quark] Put docindex-appending into an else-clause || Laslo Hunhold

2021-01-24 Thread git
commit 8afc6416647585ec2695d57eee7c226216e4111c Author: Laslo Hunhold AuthorDate: Sun Jan 24 21:35:11 2021 +0100 Commit: Laslo Hunhold CommitDate: Sun Jan 24 21:35:11 2021 +0100 Put docindex-appending into an else-clause The previous if-branch leaves (goto, return) in all

[hackers] [quark] Make sure the docindex' mime-type is determined correctly || Laslo Hunhold

2021-01-24 Thread git
commit 67c29aaba8a8194685677586338688e82c619e93 Author: Laslo Hunhold AuthorDate: Sun Jan 24 21:38:38 2021 +0100 Commit: Laslo Hunhold CommitDate: Sun Jan 24 21:38:38 2021 +0100 Make sure the docindex' mime-type is determined correctly Previously, the docindex would always

[hackers] [quark] http: fix default index serving || Quentin Rameau

2021-01-24 Thread git
commit deeec27c56d8f5049abac0dad3782f5daf95a1a3 Author: Quentin Rameau AuthorDate: Fri Jan 17 14:41:55 2020 +0100 Commit: Laslo Hunhold CommitDate: Sun Jan 24 21:34:26 2021 +0100 http: fix default index serving The previous code would find and stat the default index file,

[hackers] [quark] Revert "Fix directory-index-handling" || Laslo Hunhold

2021-01-24 Thread git
commit a4ea7cbe676adffd1dbd98b2bb7f68591b24d46c Author: Laslo Hunhold AuthorDate: Sun Jan 24 21:14:13 2021 +0100 Commit: Laslo Hunhold CommitDate: Sun Jan 24 21:14:13 2021 +0100 Revert "Fix directory-index-handling" This reverts commit

Re: [hackers] [quark] http: fix default index serving

2021-01-24 Thread Quentin Rameau
> Dear Quentin, > > I took a look at the archives[0] and have merged it in [1], however, > changed it into an else-case (to make it not depend on the fallthroughs > in the if only) and changed the mime-check so the mime-type is matched > against the docindex-path. I would prefer that you keep

Re: [hackers] [quark] http: fix default index serving

2021-01-24 Thread Laslo Hunhold
On Sun, 24 Jan 2021 14:48:23 +0100 Quentin Rameau wrote: Dear Quentin, > bump sadly this patch was part of the mails that kept bumping due to the DMARC/SPF-signing-issue we discussed earlier at admins@. Now that I see your bump I hope this issue is resolved and I can see your future mails

[hackers] [quark] Fix directory-index-handling || Laslo Hunhold

2021-01-24 Thread git
commit 87ae2e9212c5cc7309eefa2a3f49a758862db6c7 Author: Laslo Hunhold AuthorDate: Sun Jan 24 18:37:03 2021 +0100 Commit: Laslo Hunhold CommitDate: Sun Jan 24 18:37:03 2021 +0100 Fix directory-index-handling Previously, quark would properly check for the docindex-path, but

Re: [hackers] [quark] http: fix default index serving

2021-01-24 Thread Quentin Rameau
bump