-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (211 loc) · 13.9 KB
/
index.html
File metadata and controls
211 lines (211 loc) · 13.9 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Luadch Home</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="language" content="english,en">
<meta name="author" content="pulsar">
<meta name="copyright" content="© 2007-2019 by blastbeat and pulsar">
<meta name="keywords" content="Luadch,Hub,DC Hub,ADC Hub,Direct Connect Hub,Advanced Direct Connect">
<meta name="description" content="Hub Software for the Direct Connect Network">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="7 days">
</head>
<body>
<br>
<div align="center">
<table>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr><th colspan="2" align="middle"><br><div id="logo"></div></th></tr>
<tr>
<td colspan="2">
<div style="display:flex;justify-content:center;align-items:center;height:60px;">
<a target="_blank" href="https://github.com/luadch/luadch/releases"><img src="https://img.shields.io/github/v/release/luadch/luadch?color=%2300007F&include_prereleases&label=Latest%20release%3A&style=plastic"></a>
<a target="_blank" href="https://github.com/luadch/luadch/blob/master/LICENSE"><img src="https://img.shields.io/github/license/luadch/luadch?color=%2300007F&label=License%3A&style=plastic"></a>
<a target="_blank" href="https://github.com/luadch"><img src="https://img.shields.io/badge/Platform%3A-Independent-%2300007F?style=plastic"></a>
</div>
</td>
</tr>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<td colspan="2">
<details open><summary><strong>⁣ ⁣ ⁣ ⁣ FEATURES</strong></summary>
<ul>
<li>Encryption, <i>AES128</i> and <i>AES256</i> cipher suites with <i>TLSv1.3 support</i></li>
<li>Fast, stable and small (complete server has ~3,0 MB)</li>
<li>Supports ARM architecture</li>
<li>Easy to use Lua Scripting API</li>
<li>Many additional scripts available</li>
<li>Comfortable rightclick menu</li>
</ul>
</details>
</td>
</tr>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<td colspan="2">
<details open><summary><strong>⁣ ⁣ ⁣ ⁣ DOWNLOADS</strong></summary>
<ul>
<li><a target="_blank" href="https://github.com/luadch/luadch/releases">Luadch</a></li>
<li><a target="_blank" href="https://github.com/luadch/luadch">Luadch Source</a></li>
<li><a target="_blank" href="https://github.com/luadch/luadch/raw/master/docs/Luadch_Manual.pdf">Luadch Manual</a></li>
<li><a target="_blank" href="https://github.com/luadch/scripts">Luadch Scripts</a></li>
<li><a target="_blank" href="https://github.com/luadch/certmanager/releases">Luadch Certmanager</a></li>
<li><a target="_blank" href="https://github.com/luadch/announcer_client/releases">Luadch Announcer Client (GUI)</a></li>
<li><a target="_blank" href="https://github.com/luadch/announcer_bot/releases">Luadch Announcer Bot (CLI)</a></li>
<li><a target="_blank" href="https://github.com/luadch/translations">Luadch Translations</a></li>
<li><a target="_blank" href="https://github.com/luadch/database_converter/releases">Luadch Database Converter</a></li>
</ul>
</details>
</td>
</tr>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<td colspan="2">
<details><summary><strong>⁣ ⁣ ⁣ ⁣ SUPPORT</strong></summary>
<details id="details" open><summary><strong>⁣ ⁣ ⁣ ⁣ Luadch:</strong></summary>
<ul>
<li><a target="_blank" href="https://github.com/luadch/luadch/issues">Luadch Issues</a></li>
<li><a target="_blank" href="https://github.com/luadch/certmanager/issues">Certmanager Issues</a></li>
<li><a target="_blank" href="https://github.com/luadch/announcer_client/issues">Announcer Client Issues</a></li>
<li><a target="_blank" href="https://github.com/luadch/announcer_bot/issues">Announcer Bot Issues</a></li>
<li><a target="_blank" href="https://github.com/luadch/translations/issues">Translation Issues</a></li>
<li><a target="_blank" href="https://github.com/luadch/database_converter/issues">Database Converter Issues</a></li>
<li><a target="_blank" href="https://github.com/luadch">Luadch GitHub Project Page</a></li>
</ul>
</details>
<details id="details" open><summary><strong>⁣ ⁣ ⁣ ⁣ ADC Protocol:</strong></summary>
<ul>
<li><a target="_blank" href="https://adc.sourceforge.io/ADC.html">ADC Protocol</a></li>
<li><a target="_blank" href="https://adc.sourceforge.io/ADC-EXT.html">ADC Extensions</a></li>
<li><a target="_blank" href="https://adc.sourceforge.io/ADC-Recommendations.html">ADC Recommendations</a></li>
</ul>
</details>
</details>
</td>
</tr>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<td colspan="2">
<details><summary><strong>⁣ ⁣ ⁣ ⁣ SUCCESSFULLY TESTED ON</strong></summary>
<details id="details" open><summary><strong>⁣ ⁣ ⁣ ⁣ Windows:</strong></summary>
<ul>
<li>Windows XP</li>
<li>Windows Vista</li>
<li>Windows 7</li>
<li>Windows 8</li>
<li>Windows 8.1</li>
<li>Windows 10</li>
<li>Windows 11</li>
<li>Windows Server 2003</li>
<li>Windows Server 2008</li>
<li>Windows Server 2012</li>
</ul>
</details>
<details id="details" open><summary><strong>⁣ ⁣ ⁣ ⁣ Linux / Unix:</strong></summary>
<ul>
<li>Debian</li>
<li>Ubuntu</li>
<li>FreeBSD</li>
<li>OpenBSD</li>
<li>Linux Mint</li>
<li>CentOS</li>
<li>Red Hat</li>
</ul>
</details>
<details id="details" open><summary><strong>⁣ ⁣ ⁣ ⁣ Micro PCs:</strong></summary>
<ul>
<li>Raspbian</li>
<ul>
<li>Raspberry Pi B</li>
<li>Raspberry Pi B+</li>
<li>Raspberry Pi v2</li>
<li>Raspberry Pi v3</li>
<li>Raspberry Pi v4</li>
</ul>
<li>Cubian</li>
<ul>
<li>Cubieboard 1</li>
</ul>
<li>Ubuntu 14.04.1 LTS</li>
<ul>
<li>Odroid U2</li>
</ul>
</ul>
</details>
<details id="details" open><summary><strong>⁣ ⁣ ⁣ ⁣ NAS Storages:</strong></summary>
<ul>
<li>Busybox</li>
<ul>
<li>Synology</li>
<li>QNAP</li>
<li>ASUS O!Play Air HDP-R3</li>
</ul>
</ul>
</details>
</details>
</td>
</tr>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<td colspan="2">
<details><summary><strong>⁣ ⁣ ⁣ ⁣ REQUIREMENTS</strong></summary>
<p><h4>Linux / Unix:</h4></p>
<ul>
<li><code>openssl</code> (to generate certificates)</li>
<li><code>openssl-dev</code> or <code>libssl-dev</code> (to compile from source)</li>
</ul>
<p><h4>Windows:</h4></p>
<ul>
<li><code>OpenSSL</code> with PATH (only to: generate certificates/compile from source)</li>
</ul>
</details>
</td>
</tr>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<td colspan="2">
<details><summary><strong>⁣ ⁣ ⁣ ⁣ HOW TO</strong></summary>
<p><h4>To run a Luadch Hub:</h4></p>
<ol>
<h4><li>Without encryption, start the Hub and login with:</li></h4>
<p>Nick: <code>dummy</code><br>Password: <code>test</code><br>Address: <code>adc://127.0.0.1:5000</code></p>
<h4><li>With encryption:</li></h4>
<p>- go to: <code>“certs/”</code> and start <code>“make_cert.sh”</code> on Linux/Unix or <code>“make_cert.bat”</code> on Windows to generate the certificates</p>
<p>- alternatively you can use the Luadch Certmanager</p>
<p>- after that you can login with:</p>
<p> Nick: <code>dummy</code><br> Password: <code>test</code><br> Address: <code>adcs://127.0.0.1:5001</code></p>
<h4><li>Register an own nickname for you, there are two possibillities to do that:</li></h4>
<p>- use rightclick menu: <code>User/Control/Reg</code></p>
<p>- use command: <code>+reg nick <Nick> <Level></code></p>
<p>Where <code><Nick></code> is your new nickname and <code><Level></code> should be the highest level <code>100</code></p>
<h4><li>Now delete the dummy account, there are two possibillities to do that:</li></h4>
<p>- use rightclick menu: <code>User/Control/Delreg</code></p>
<p>- use command: <code>+delreg nick <Nick></code></p>
<h4><li>After this first test you should adapt the hub to your needs:</li></h4>
<p>- open: <code>“cfg/cfg.tbl”</code> with a UTF-8 compatible Texteditor best with Lua syntax highlighting</p>
<p>- Read the descriptions and set the values to your need, Luadch uses a fair and reasonable default user permissions, but nevertheless you should read all</p>
<h4><li>If it's done, start your hub again and login, if he still runs there are two possibillities to enable your changes in the hub:</li></h4>
<p>- use rightclick menu: <code>Hub/Core/Hub reload</code></p>
<p>- use command: <code>+reload</code></p>
<h4><li>If you want to set other styles for lines or something:</li></h4>
<p>- go to: <code>“scripts/lang/”</code> here you can find all language files for each script, after that: <code>+reload</code></p>
<p><h4>DONE</h4></p>
</ol>
</details><br><br>
</td>
</tr>
</table>
<!---------------------------------------------------------------------------------------------------------------------------------------->
<div id="footer" align="center">
<br><br>(C) 2007-<script>document.write( new Date().getFullYear() )</script> by blastbeat and pulsar<br>
<br><br>powered by<br>
<a target="_blank" href="http://www.lua.org"><img src="lua.png"></a> <a target="_blank" href="https://github.com"><img src="github.png"></a><br><br>
</div>
<!---------------------------------------------------------------------------------------------------------------------------------------->
</div>
</body>
</html>