mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-28 09:59:44 +00:00
deploy: 5b90a85b2c
This commit is contained in:
@@ -900,6 +900,20 @@ window.addEventListener('click',(e)=>{
|
||||
</div> -->
|
||||
<div><p>| Updated 25.07.2025 | Languages: EN, <a href="/docs/lang/fr/contributing.html">FR</a>, <a href="/docs/lang/cs/contributing.html">CZ</a>, <a href="/docs/lang/pl/contributing.html">PL</a> |</p>
|
||||
<h1 id="contributing-guide" tabindex="-1">Contributing guide</h1>
|
||||
<h2 id="focus-on-user-problems" tabindex="-1">Focus on user problems</h2>
|
||||
<p>We do not make code changes to improve code - any change must address a specific user problem or request.</p>
|
||||
<h2 id="discuss-the-plans-as-early-as-possible" tabindex="-1">Discuss the plans as early as possible</h2>
|
||||
<p>Please discuss the problem you want to solve and your detailed implementation plan with the project team prior to contributing, to avoid wasted time and additional changes. Acceptance of your contribution depends on your willingness and ability to iterate the proposed contribution to achieve the required quality level, coding style, test coverage, and alignment with user requirements as they are understood by the project team.</p>
|
||||
<h2 id="follow-project-structure-coding-style-and-approaches" tabindex="-1">Follow project structure, coding style and approaches</h2>
|
||||
<p>./contributing/PROJECT.md has information about the structure of this <code>simplex-chat</code> repository.</p>
|
||||
<p>./contributing/CODE.md has details about general requirements common for <code>simplexmq</code> and <code>simplex-chat</code> repositories.</p>
|
||||
<p>This files can be used with LLM prompts, e.g. if you use Claude Code you can create <a href="http://CLAUDE.md">CLAUDE.md</a> file in project root importing content from these files:</p>
|
||||
<pre><code class="language-markdown">@README.md
|
||||
@docs/CONTRIBUTING.md
|
||||
@docs/contributing/PROJECT.md
|
||||
@docs/contributing/CODE.md
|
||||
</code></pre>
|
||||
<p>For Android/Desktop and iOS apps you can additionally import <code>apps/multiplatform/README.md</code> and <code>apps/ios/README.md</code>.</p>
|
||||
<h2 id="compiling-with-sqlcipher-encryption-enabled" tabindex="-1">Compiling with SQLCipher encryption enabled</h2>
|
||||
<p>Add <code>cabal.project.local</code> to project root with the location of OpenSSL headers and libraries and flag setting encryption mode:</p>
|
||||
<pre><code>cp scripts/cabal.project.local.mac cabal.project.local
|
||||
|
||||
@@ -761,10 +761,10 @@ window.addEventListener('click',(e)=>{
|
||||
</div>
|
||||
</div> -->
|
||||
<div><h1 id="transparency-reports" tabindex="-1">Transparency Reports</h1>
|
||||
<p><strong>Updated</strong>: Jan 15, 2025</p>
|
||||
<p><strong>Updated</strong>: Feb 09, 2026</p>
|
||||
<p>SimpleX Chat Ltd. is a company registered in the UK – it develops communication software enabling users to operate and communicate via SimpleX network, without user profile identifiers of any kind, and without having their data hosted by any network infrastructure operators.</p>
|
||||
<p>This page will include any and all reports on requests for user data.</p>
|
||||
<p><em>To date, we received none</em>.</p>
|
||||
<p>In 2025 we received 12 requests from law enforcement of different countries. No responsive information was identified/provided.</p>
|
||||
<p>In 2024 we received enquiries from several law enforcement agencies seeking information on our procedures for handling data requests. We responded by noting that we operate under the UK law and will consider such requests pursuant to UK law.</p>
|
||||
<p>Our objective is to consistently ensure that no user data and absolute minimum of the metadata required for the network to function is available for disclosure by any infrastructure operators, under any circumstances.</p>
|
||||
<p><strong>Helpful resources</strong>:</p>
|
||||
@@ -785,7 +785,7 @@ window.addEventListener('click',(e)=>{
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Have a more specific question? Reach out to us via <a href="https://simplex.chat/contact#/?v=1&smp=smp%3A%2F%2FPQUV2eL0t7OStZOoAsPEV2QYWt4-xilbakvGUGOItUo%3D%40smp6.simplex.im%2FK1rslx-m5bpXVIdMZg9NLUZ_8JBm8xTt%23%2F%3Fv%3D1%26dh%3DMCowBQYDK2VuAyEALDeVe-sG8mRY22LsXlPgiwTNs9dbiLrNuA7f3ZMAJ2w%253D%26srv%3Dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion">SimpleX Chat</a> or via email <a href="mailto:chat@simplex.chat">chat@simplex.chat</a>.</p>
|
||||
<p>Have a more specific question? Reach out to us via <a href="https://smp6.simplex.im/a#lrdvu2d8A1GumSmoKb2krQmtKhWXq-tyGpHuM7aMwsw">SimpleX Chat</a> or via email <a href="mailto:chat@simplex.chat">chat@simplex.chat</a>.</p>
|
||||
<p>For any sensitive questions please use SimpleX Chat or encrypted email messages using the key for this address from <a href="https://keys.openpgp.org/search?q=chat%40simplex.chat">keys.openpgp.org</a> (its fingerprint is <code>FB44 AF81 A45B DE32 7319 797C 8510 7E35 7D4A 17FC</code>) and make your key available for a secure reply.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user