Use empty selectors in telnet entries - gopher-lawn - The gopher lawn gopher di… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 7c034f1aac02485c227efcc8c74709d181010a53 | |
parent 8e800bddaf4adddbd2bf317839fdbb6b562ee49a | |
Author: Julian Schweinsberg <[email protected]> | |
Date: Thu, 9 Jan 2025 12:38:20 +0100 | |
Use empty selectors in telnet entries | |
This reverts the changes of 8e800bddaf4adddbd2bf317839fdbb6b562ee49a and | |
empties the selectors of other telnet entries aswell. | |
The behavior described in 8e800bddaf4adddbd2bf317839fdbb6b562ee49a was a | |
bug in lynx: | |
https://lists.nongnu.org/archive/html/lynx-dev/2025-01/msg00004.html | |
Additionally it doesn't make sense to define the usernames in the | |
entries: No username is needed or there is some registration mechanism + | |
some sort of guests accounts (the user can decide what to do). And the | |
entries have some nice welcome messages to instruct the visitors anyway. | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M db/dura-europe-bbs.telnet | 2 +- | |
M db/freaknet-glorghnorth.telnet | 2 +- | |
M db/freaknet-snorrvijoier.telnet | 2 +- | |
M db/freechess.telnet | 2 +- | |
M db/guncho-cybersphere.telnet | 2 +- | |
M db/icculus-multizork.telnet | 2 +- | |
M db/impakt-bbs.telnet | 2 +- | |
M db/mapscii.telnet | 2 +- | |
M db/netsville-cybersphere.telnet | 2 +- | |
M db/synchronet-kd3.telnet | 2 +- | |
M db/synchronet-synchro.telnet | 2 +- | |
11 files changed, 11 insertions(+), 11 deletions(-) | |
--- | |
diff --git a/db/dura-europe-bbs.telnet b/db/dura-europe-bbs.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: dura-bbs.net | |
Port: 6359 | |
LinkName: Dura-Europa BBS | |
diff --git a/db/freaknet-glorghnorth.telnet b/db/freaknet-glorghnorth.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: medialab.freaknet.org | |
Port: 17123 | |
LinkName: DEC VAX/VMS @ FreakNet MediaLab - glorghnorth | |
diff --git a/db/freaknet-snorrvijoier.telnet b/db/freaknet-snorrvijoier.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: medialab.freaknet.org | |
Port: 17023 | |
LinkName: DEC VAX/VMS @ FreakNet MediaLab - snorrvijoier | |
diff --git a/db/freechess.telnet b/db/freechess.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: freechess.org | |
Port: 5000 | |
LinkName: Freechess | |
diff --git a/db/guncho-cybersphere.telnet b/db/guncho-cybersphere.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: game.guncho.com | |
Port: 4108 | |
LinkName: Guncho Cybersphere RPG | |
diff --git a/db/icculus-multizork.telnet b/db/icculus-multizork.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: multizork.icculus.org | |
Port: 23 | |
LinkName: Multiplayer Zork 1 | |
diff --git a/db/impakt-bbs.telnet b/db/impakt-bbs.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: bbs.impakt.net | |
Port: 6502 | |
LinkName: DJ's place BBS (impakt.net) | |
diff --git a/db/mapscii.telnet b/db/mapscii.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: mapscii.me | |
Port: 23 | |
LinkName: MapSCII | |
diff --git a/db/netsville-cybersphere.telnet b/db/netsville-cybersphere.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: cs.netsville.com | |
Port: 7777 | |
LinkName: Netsville Cybersphere RPG | |
diff --git a/db/synchronet-kd3.telnet b/db/synchronet-kd3.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: bbs.kd3.us | |
Port: 23 | |
LinkName: Synchronet BBS (bbs.kd3.us) | |
diff --git a/db/synchronet-synchro.telnet b/db/synchronet-synchro.telnet | |
@@ -1,5 +1,5 @@ | |
Type: telnet | |
-Selector: a | |
+Selector: | |
Host: bbs.synchro.net | |
Port: 23 | |
LinkName: Synchronet BBS (synchro.net) |