-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
58 lines (39 loc) · 1.55 KB
/
README
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
ProFTPD Modul fuer MUDs
=======================
In der vorliegenden Version 1.6 wurde das Modul wurde mit ProFTPD
Version 1.3.2 getestet. Als Laufzeitumgebung diente ein Ubuntu 8.04 LTS
Server Edition x86-64 und das Silberland (im Moment noch LPMud-basiert,
aber auch mit dem LDMud-basierten Testmud gab es keine Probleme), das
Modul kompiliert ohne Warnings.
Letzte Aenderungen:
- Neue Konfigurationsoption "MudAddress" (Default: 127.0.0.1)
legt fest, auf welchem Host der Gamedriver laeuft (fuer UDP Kommunikation)
TODO:
- Callback Funktionen fuer User/Group Infos
- Code-Verifikation
Letzter Autor:
Woody@Silberland (Andres Cvitkovich, [email protected])
Weitere Autoren/Mithelfer, soweit bekannt:
Peng@Finalfrontier
Hate@Morgengrauen
Tiamak@Morgengrauen
Rumata@Morgengrauen
Gnomi@UNItopia
Installation
------------
1. Eine aktuelle Source Distribution von www.proftpd.org holen
2. Auspacken der original Sourcen.
3. Die Dateien aus unserem Paket ins Verzeichnis von proftpd kopieren:
include/mud.h -> proftpd-???/include/mud.h
modules/mud_mod.c -> proftpd-???/modules/mud_mod.c
4. ProFTPD konfigurieren:
./configure --with-modules=mod_mud
5. 'make'
6. proftpd Binary irgendwohin installieren
7. proftpd.conf nach /etc/ kopieren und anpassen!
8. proftpd starten, wenn was nicht geht mit -d5 und in den
Systemlogfiles nach Fehlern suchen.
9. Zum debuggen empfiehlt es sich, configure mit der Option
--enable-devel=coredump:nodaemon:nofork
zu starten und proftpd per hand zu starten:
# proftpd -d5 -n -c <path to proftp.config>