From patchwork Fri May 28 14:09:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 12471 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 6A173C3206 for ; Fri, 28 May 2021 14:09:15 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 76A026891F; Fri, 28 May 2021 16:09:14 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="AaBAPoha"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 01F71602AA for ; Fri, 28 May 2021 16:09:12 +0200 (CEST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7C12F145A for ; Fri, 28 May 2021 16:09:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1622210952; bh=9RS8FST5igChiJQvu3dMBZYt4Wbdss81wSzwxJ5DMbk=; h=From:To:Subject:Date:From; b=AaBAPohaW7Au2SqmkR6BcrBQOxbS1quUBl5NyQeLadKF6H4ItZco/ieqZUrWJHeOI rWkbU6O0qJWYUeOsQlIKAMrI9zDwQ4pqzxWTq9R2FgX/fCXjLy8sVXy2jvtYw0o5o/ ubYaJfvKgp75i1VUaqd3L/37QAw46TYk+5+aPFRQ= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Fri, 28 May 2021 17:09:01 +0300 Message-Id: <20210528140901.31859-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.28.1 MIME-Version: 1.0 Subject: [libcamera-devel] [ANNOUNCEMENT] [PATCH] libcamera is moving its IRC channel to OFTC (irc.oftc.net) X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" As reported by lwn.net in https://lwn.net/Articles/856543/ and https://lwn.net/Articles/857140/, freenode, the largest IRC network and the home of our IRC channel, is embroiled in a messy dispute. After careful consideration, we have decided that it is not a suitable place to host our community anymore. Effective immediately, the #libcamera IRC channel is transferred to the OFTC IRC network. We will continue our effort to make the channel a welcoming place for everybody. Usage of OFTC is governed by its network [1] and privacy [2] policies. While we don't expect these to cause issues for anyone, please feel free to contact OFTC or libcamera should you have any question or concern. [1] https://www.oftc.net/Network_Policy/ [2] https://www.oftc.net/Privacy_Policy/ Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder Reviewed-by: Umang Jain --- Documentation/contributing.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 122937f136bf..6da82bac4f96 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -20,10 +20,11 @@ list information page. IRC Channel ----------- -For informal and real time discussions, our IRC channel on Freenode is open to -the public. Point your IRC client to #libcamera to say hello, or use the `WebChat`_. +For informal and real time discussions, our IRC channel on irc.oftc.net is open +to the public. Point your IRC client to #libcamera to say hello, or use the +`WebChat`_. -.. _WebChat: https://webchat.freenode.net/?channels=%23libcamera&uio=d4 +.. _WebChat: https://webchat.oftc.net/?channels=libcamera Source Code -----------