-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTorSourceDisclaimer.html
More file actions
451 lines (419 loc) · 28.6 KB
/
Copy pathTorSourceDisclaimer.html
File metadata and controls
451 lines (419 loc) · 28.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Source License & Purchase Terms - OffCode Tor Chat</title>
<meta name="description"
content="Developer License purchase terms for OffCode Tor Chat source code: personal license, no refunds, no redistribution, and legal disclaimer for self-hosted Tor E2EE chat.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2026-07-23">
<meta name="robots" content="noindex, follow">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/TorSourceDisclaimer.html">
<meta property="og:title" content="Source License & Purchase Terms - OffCode Tor Chat">
<meta property="og:description"
content="Developer License ($49) purchase terms for OffCode Tor Chat source code.">
<meta property="og:image" content="https://www.dev-offcode.com/TorChat1.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OffCryptAndroid">
<meta name="twitter:creator" content="@OffCryptAndroid">
<meta name="twitter:url" content="https://www.dev-offcode.com/TorSourceDisclaimer.html">
<meta name="twitter:title" content="Source License & Purchase Terms - OffCode Tor Chat">
<meta name="twitter:description"
content="Developer License purchase terms for OffCode Tor Chat source code.">
<meta name="twitter:image" content="https://www.dev-offcode.com/TorChat1.png">
<meta property="og:see_also" content="https://www.instagram.com/off.crypt86/">
<meta property="og:see_also" content="https://www.youtube.com/@OffCrypt">
<meta name="instagram:site" content="@off.crypt86">
<meta name="youtube:channel" content="@OffCrypt">
<link rel="canonical" href="https://www.dev-offcode.com/TorSourceDisclaimer.html">
<link rel="alternate" hreflang="en" href="https://www.dev-offcode.com/TorSourceDisclaimer.html">
<link rel="alternate" hreflang="x-default" href="https://www.dev-offcode.com/TorSourceDisclaimer.html">
<link rel="manifest" href="/manifest.json">
<link rel="preload" href="styles.css?v=2.9.1" as="style">
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Source License & Purchase Terms - OffCode Tor Chat",
"description": "Developer License purchase terms for OffCode Tor Chat source code",
"url": "https://www.dev-offcode.com/TorSourceDisclaimer.html",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"name": "OffCrypt",
"url": "https://www.dev-offcode.com/"
},
"about": {
"@type": "SoftwareApplication",
"name": "OffCode Tor Chat"
},
"author": {
"@type": "Person",
"name": "EmptyCode0x86",
"sameAs": [
"https://twitter.com/OffCryptAndroid",
"https://www.instagram.com/off.crypt86/",
"https://www.youtube.com/@OffCrypt",
"https://github.com/emptycode0x86",
"https://bsky.app/profile/off-crypt86.bsky.social",
"https://www.linkedin.com/in/off-crypt-b94175382/"
]
}
}
</script>
<link rel="stylesheet" href="styles.css?v=2.9.1">
</head>
<body>
<aside class="sidebar">
<div class="sidebar-header">
<div class="sidebar-title">OffCode</div>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item">
<a href="index.html" class="menu-link">
<span class="menu-icon">📱</span>
<span class="menu-text">Android App</span>
</a>
</li>
<li class="menu-item">
<a href="OffCryptDesktop.html" class="menu-link">
<span class="menu-icon">💻</span>
<span class="menu-text">Desktop App</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilder.html" class="menu-link">
<span class="menu-icon">🔒</span>
<span class="menu-text">Screen Lock Builder</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilderPremium.html" class="menu-link">
<span class="menu-icon">⭐</span>
<span class="menu-text">Premium Builder</span>
</a>
</li>
<li class="menu-item">
<a href="AutomationTool.html" class="menu-link">
<span class="menu-icon">🤖</span>
<span class="menu-text">Automation Tool</span>
</a>
</li>
<li class="menu-item">
<a href="RemoteControl.html" class="menu-link">
<span class="menu-icon">🌐</span>
<span class="menu-text">Web Remote Control</span>
</a>
</li>
<li class="menu-item active">
<a href="TorChatPage.html" class="menu-link">
<span class="menu-icon">🧅</span>
<span class="menu-text">Tor Chat</span>
</a>
</li>
<li class="menu-item">
<a href="https://ko-fi.com/emptyc0de" class="menu-link" target="_blank" rel="noopener noreferrer">
<span class="menu-icon">💝</span>
<span class="menu-text">Donate</span>
</a>
</li>
<li class="menu-item">
<a href="PrivacyPolicy.html" class="menu-link">
<span class="menu-icon">🔐</span>
<span class="menu-text">Privacy Policy</span>
</a>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="footer-text">Social media</p>
<div class="sidebar-social-divider"></div>
<div class="sidebar-social">
<a href="https://x.com/OffCryptAndroid" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on X">
<span class="sidebar-social-icon">🐦</span>
<span class="sidebar-social-label">X</span>
</a>
<a href="https://www.instagram.com/off.crypt86/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Instagram">
<span class="sidebar-social-icon">📸</span>
<span class="sidebar-social-label">Instagram</span>
</a>
<a href="https://www.tiktok.com/@offcrypt0" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on TikTok">
<span class="sidebar-social-icon">🎵</span>
<span class="sidebar-social-label">TikTok</span>
</a>
<a href="https://www.youtube.com/@OffCrypt" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on YouTube">
<span class="sidebar-social-icon">▶️</span>
<span class="sidebar-social-label">YouTube</span>
</a>
<a href="https://bsky.app/profile/off-crypt86.bsky.social" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Bluesky">
<span class="sidebar-social-icon">🦋</span>
<span class="sidebar-social-label">Bluesky</span>
</a>
<a href="https://www.linkedin.com/in/off-crypt-b94175382/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on LinkedIn">
<span class="sidebar-social-icon">💼</span>
<span class="sidebar-social-label">LinkedIn</span>
</a>
</div>
</div>
</aside>
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<div class="main-wrapper">
<main>
<nav aria-label="Breadcrumb"
style="position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;">
<ol style="list-style: none; padding: 0; margin: 0; display: flex; gap: 0.5rem; font-size: 0.9rem;">
<li><a href="https://www.dev-offcode.com/">Home</a></li>
<li>›</li>
<li><a href="TorChatPage.html">Tor Chat</a></li>
<li>›</li>
<li>Source License</li>
</ol>
</nav>
<section class="disclaimer-section">
<div class="disclaimer-container">
<div class="disclaimer-card">
<div class="disclaimer-header">
<div class="warning-icon">🧅</div>
<h2>Source License & Legal Disclaimer</h2>
<p>Please read these terms before purchasing the OffCode Tor Chat Developer License ($49)
</p>
</div>
<div class="disclaimer-content">
<div class="disclaimer-item important">
<div class="item-icon">🚨</div>
<div class="item-content">
<h3>Important notice</h3>
<p><strong>Please read these terms before purchasing or using OffCode Tor Chat
source.</strong> By purchasing, hosting, operating, joining, or otherwise
using this software, you acknowledge that you have read, understood, and agree
to be bound by them.</p>
<p>This software is intended <strong>only for lawful, authorized use</strong>. Do
not use it for illegal activity, unauthorized access, harassment, exploitation,
trafficking, fraud, terrorism, child sexual abuse material, or any other
criminal conduct under applicable law.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">🖥️</div>
<div class="item-content">
<h3>Host responsibility (full transfer of operational liability)</h3>
<p>OffCode Tor Chat is <strong>self-hosted software</strong>. The person or entity
that runs ChatServer / Server Manager and publishes the Tor Hidden Service (the
<strong>“Host”</strong>) is solely and fully responsible for:</p>
<ul class="prohibited-list">
<li>How the software is configured, deployed, and operated</li>
<li>Who is invited or allowed to access the <code>.onion</code> address and
rooms</li>
<li>Content transmitted through or stored on the Host’s instance (including
ciphertext metadata and any lawful requests for access)</li>
<li>Compliance with all applicable local, national, and international laws in
every jurisdiction where the Host or users operate</li>
<li>Any misuse of the instance by the Host or by third parties the Host enables
</li>
</ul>
<p>The author(s), publisher(s), and distributor(s) of this software do
<strong>not</strong> operate your chat service, do not control your Hidden
Service, and are <strong>not responsible</strong> for your use of the software
or for communications on your instance.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">👤</div>
<div class="item-content">
<h3>User & guest responsibilities</h3>
<p>Every user (Host or guest) is solely responsible for their own conduct and must
comply with all applicable laws, regulations, court orders, and third-party
rights. You must not use this software to violate privacy rights, commit fraud,
harass or threaten others, distribute illegal content, or facilitate any crime.
</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">🚫</div>
<div class="item-content">
<h3>Prohibited uses</h3>
<ul class="prohibited-list">
<li>Any criminal activity or conspiracy to commit crime</li>
<li>Unauthorized access to systems, accounts, or data</li>
<li>Harassment, stalking, intimidation, or doxxing</li>
<li>Distribution of illegal content, including CSAM or content involving
exploitation of minors</li>
<li>Fraud, phishing, identity theft, or money laundering</li>
<li>Terrorism, violent extremism, or trafficking</li>
<li>Any activity that violates export, sanctions, cybercrime, or communications
laws in your jurisdiction</li>
</ul>
</div>
</div>
<div class="disclaimer-item warning">
<div class="item-icon">⚖️</div>
<div class="item-content">
<h3>No warranty (AS IS)</h3>
<p><strong>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS
PROVIDED “AS IS” AND “AS AVAILABLE”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, SECURITY,
AVAILABILITY, OR ERROR-FREE OPERATION. YOU USE THE SOFTWARE AT YOUR OWN
RISK.</strong></p>
</div>
</div>
<div class="disclaimer-item warning">
<div class="item-icon">📉</div>
<div class="item-content">
<h3>Limitation of liability</h3>
<p><strong>TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE AUTHOR(S), PUBLISHER(S), AND
DISTRIBUTOR(S) SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES, OR ANY LOSS OF DATA,
PROFITS, GOODWILL, OR BUSINESS INTERRUPTION, ARISING OUT OF OR RELATED TO
THE SOFTWARE OR YOUR USE OF IT, INCLUDING MISUSE BY A HOST OR USERS, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. WHERE LIABILITY CANNOT BE
EXCLUDED, IT IS LIMITED TO THE GREATER OF ZERO OR THE AMOUNT YOU PAID (IF
ANY) FOR THE SOFTWARE COPY AT ISSUE.</strong></p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">🛡️</div>
<div class="item-content">
<h3>Indemnification</h3>
<p>You agree to indemnify, defend, and hold harmless the author(s), publisher(s),
and distributor(s) from and against any claims, damages, losses, liabilities,
costs, and expenses (including reasonable attorneys’ fees) arising from your
hosting, configuration, or use of the software, your content or users’ content,
or your breach of these terms or applicable law.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">🔐</div>
<div class="item-content">
<h3>Privacy & encryption notice</h3>
<p>End-to-end encryption and Tor routing improve confidentiality against many third
parties, but they do <strong>not</strong> make illegal use lawful, do not
guarantee anonymity against all adversaries, and do not relieve the Host of
legal duties that may apply to operating a communications service in their
jurisdiction.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">📜</div>
<div class="item-content">
<h3>Not legal advice</h3>
<p>These terms are a general disclaimer and license condition, not legal advice.
Laws differ by country. If you are unsure whether your intended use is lawful,
consult a qualified attorney before proceeding.</p>
</div>
</div>
<div class="disclaimer-item important">
<div class="item-icon">💳</div>
<div class="item-content">
<h3>Purchase & commercial terms (Developer License — $49)</h3>
<p>The following terms apply specifically to the paid <strong>source code /
Developer License</strong> purchase. By clicking Accept and completing
payment, you agree to them in addition to the legal disclaimer above.</p>
<ul class="prohibited-list">
<li><strong>All sales are final.</strong> Once payment is completed, the
transaction is final.</li>
<li><strong>No refunds.</strong> Digital source deliveries are non-refundable to
the maximum extent permitted by applicable law. Where consumer law requires
a withdrawal right for digital content, by purchasing you request
<strong>immediate delivery</strong> and expressly acknowledge that you
<strong>lose any right of withdrawal</strong> once delivery begins, to the
extent such waiver is allowed.</li>
<li><strong>No free redistribution of the source.</strong> You may
<strong>not</strong> share, publish, mirror, torrent, upload, or otherwise
distribute the paid source package (or substantial portions of it) for free
or for a fee — including public GitHub/GitLab repos, forums, Discord, cloud
“anyone with the link” folders, or resale as a competing product.</li>
<li><strong>Personal Developer License.</strong> The license is for
<strong>you</strong> (one purchaser). It is non-transferable and
non-sublicensable. You may study, audit, modify, and build your own private
or internal deployments from the source.</li>
<li><strong>What you may do.</strong> Run and host instances you build; keep
private forks; use for personal or commercial <em>operation</em> of your own
services. The free binary release remains available separately under its own
terms.</li>
<li><strong>What you may not do.</strong> Redistribute the source; claim
authorship of the original codebase; remove copyright / license notices from
distributed binaries you publish if you ship a product derived from this
source in a way that still embeds original notices; sell or gift the
download package to others as if they purchased a license.</li>
<li><strong>Delivery.</strong> Access is digital (download / link provided after
payment). You are responsible for downloading and storing your copy. Lost
files due to your device or account issues do not create a refund right.</li>
<li><strong>Payment.</strong> Checkout is processed by Stripe (or the payment
provider shown at purchase). Card / tax handling follows that provider’s
flow.</li>
<li><strong>No ongoing entitlement.</strong> The purchase is a one-time license
for the source package delivered at purchase time. Future updates, support,
or new versions are not guaranteed unless separately offered.</li>
<li><strong>Third-party components.</strong> Bundled or referenced third-party
software (e.g. Tor Expert Bundle, Vanguards, libraries) remains under its own
licenses; this purchase does not re-license those components.</li>
<li><strong>AS IS.</strong> The source is sold without warranty. Build failures,
environment differences, or fitness for a particular project are your
responsibility (see No warranty and Limitation of liability above).</li>
</ul>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">✅</div>
<div class="item-content">
<h3>Acceptance</h3>
<p>By purchasing, downloading, installing, hosting, joining, or continuing to use
OffCode Tor Chat (including the paid source), you accept these Terms of Service,
Legal Disclaimer, and Purchase & commercial terms. If you do not agree, do
not purchase or use the software and stop any running instance under your
control.</p>
</div>
</div>
</div>
<div class="disclaimer-actions">
<a href="https://buy.stripe.com/9B65kF8fK69W6TCej63sI03" id="tor-source-stripe-link"
class="disclaimer-btn accept-btn" target="_blank" rel="noopener noreferrer">
<span class="btn-icon">✅</span>
<span class="btn-text">I Accept - Purchase Source Code ($49)</span>
</a>
<a href="TorChatPage.html#pricing" class="disclaimer-btn decline-btn">
<span class="btn-icon">❌</span>
<span class="btn-text">I Do Not Accept - Return to Pricing</span>
</a>
</div>
<div class="purchase-instructions-box">
<h3 class="instructions-title">After you accept</h3>
<p class="instructions-intro">You will continue to secure checkout to pay the one-time
Developer License ($49). Delivery instructions / download link are provided after
successful payment. The free binary remains on GitHub; this purchase is for
<strong>source code</strong> only.</p>
<div
style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.5rem;">
<a href="TorChatPage.html" class="button secondary-download">Back to Tor Chat</a>
<a href="TorChatPage.html#pricing" class="button secondary-download">View Pricing</a>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<script src="script.js" defer></script>
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>