From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1757904624; bh=rZrrTXN9RBa/8g4gPjz58S90ech01D9wZ8paHMrHNtE=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=Uu9h4FC66Cb7IpZtFRz3WEVhHQy2QOdRlIbqgfzEs4YIBfYUh/+AYavCuOaZwZWBK t5o3Rsg/I3lIrVys2xZ9GOxzxIF5RUNlID1KYdtvfvAMeosdENOUaFq4v07mvhv5wn V/O9BGzjIy+EZRykwx5ku4SPE8Ge6lo2drmawusN5OFumV52y9bRhuF0YhkXQxbBPY 8fdcatWEkoFyBIdS+6L7/52y/oYlTDCD3n5DT2NPV0ZYA2+5Cw9CsOjgOMpfODCx9v P3+CCEyNB3mttbuEpE9+X5FLQYV/rULaw7kYW9ueDhFO6UfHs6mAzGBUX5fNorBmS/ 9WE5+AszdxK+A== Received: from mail-pj1-f42.google.com (mail-pj1-f42.google.com [209.85.216.42]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id B30CC31279B8 for ; Mon, 15 Sep 2025 02:50:24 +0000 (UTC) Received: by mail-pj1-f42.google.com with SMTP id 98e67ed59e1d1-323266cdf64so3178656a91.0 for ; Sun, 14 Sep 2025 19:50:24 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCXejTubawwHb7M6eiIqC4mIuxKh+PEIgqXv7hPfP4YE4keIJtxZZaSE4uXKac1AzcFNnv4p@vger.gnuweeb.org X-Gm-Message-State: AOJu0YwSPyXeVFdSIZdyhD3x/zmZERuY52Q9YIqA5D6AboPLDym0c/QQ uV3bbGZB2z/+n/rOown+2yQQrQNFZ7seOSGp7t4Wn7sAwGCl1PHHhQf+IYp0tsIzrdLg7hgZRCb BTuUb4DWYBzj9qG5o3Lk72zh4SU0ga+8= X-Google-Smtp-Source: AGHT+IFeNm5A3G4J7JVkrCaoRblYKeCIKrKh5tDh17znzN3axY00TemOz4xNyqQfnEgg5Y27Uiy1bJZ9rY9u+v6PWDM= X-Received: by 2002:a17:90b:4c8f:b0:32e:3713:873a with SMTP id 98e67ed59e1d1-32e3713889dmr3833770a91.4.1757904623067; Sun, 14 Sep 2025 19:50:23 -0700 (PDT) MIME-Version: 1.0 References: <20250914050943.184934-1-reyuki@gnuweeb.org> <20250914050943.184934-7-reyuki@gnuweeb.org> <20250914121633.GA774647-ammarfaizi2@gnuweeb.org> In-Reply-To: From: Alviro Iskandar Setiawan Date: Mon, 15 Sep 2025 09:50:11 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXzXjWJLGC8S5MPknJBJSBinskQU7fOvEledX3xp0mmnJhN0Yxzbxewhx5E Message-ID: Subject: Re: [PATCH gwproxy v11 6/6] gwproxy: Reduce #ifdef CONFIG_RAW_DNS To: Ahmad Gani Cc: Ammar Faizi , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Mon, Sep 15, 2025 at 12:45=E2=80=AFAM Ahmad Gani wrote: > My seriousness depends on whether I enjoyed the activity or not, and I > enjoy the first time I learn and understand about new things but now I > wonder why I'm not as excited as the first time I experienced it. I am very sorry that you're no longer excited about this project. Anyway, you can stop working on this project if so. I feel bad seeing you doing things that you don't like. Besides, I only want to review serious work. I hope you did not get the impression that you're getting forced to do all of this. No stress please. I want to thank you for your contribution, I really appreciate your DNS parser work, that's probably the most useful stepping stone for me to integrate the raw DNS feature. You're a good programmer to me.