fix broken config

This commit is contained in:
MeaTLoTioN 2020-03-15 22:46:58 +00:00
parent 5b4ce23659
commit d5ce9382c4
6 changed files with 383 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
ORIGDIR=$PWD ORIGDIR=$PWD
WORKDIR="/~/git/tqwnet_nodelist" WORKDIR="~/git/tqwnet_nodelist"
cd $WORKDIR cd $WORKDIR

View File

@ -1,6 +1,6 @@
logfile tqwnet.log logfile tqwnet.log
master . master .
update ./update ;update ./update
;make Zone 1337 ;make Zone 1337
make composite make composite
outfile tqwnet. outfile tqwnet.

View File

@ -1,5 +1,5 @@
;A Nodelist for Friday, January 3, 2020 -- Day number 003 : 25614 ;A Nodelist for Friday, March 20, 2020 -- Day number 080 : 62619
;A Copyright 2018-2019, tqwNet, All rights reserved ;A Copyright 2018-2020, tqwNet, All rights reserved
;A ;A
;S 08/26/2018 tqwNet is born! ;S 08/26/2018 tqwNet is born!
;S 08/26/2018 All nodes are required to have Cram-MD5 ON! Nodes before this date can keep current settings. ;S 08/26/2018 All nodes are required to have Cram-MD5 ON! Nodes before this date can keep current settings.
@ -36,6 +36,8 @@
;S 11/15/2019 We now have our 24th node, Henk Blanken from Ouwerkerk, NL ;S 11/15/2019 We now have our 24th node, Henk Blanken from Ouwerkerk, NL
;S 12/20/2019 We now have our 25th node, Timothy Blada from Albuquerque, NM, US ;S 12/20/2019 We now have our 25th node, Timothy Blada from Albuquerque, NM, US
;S 12/29/2019 We now have our 26th node, Will Milberger from Kurten, TX, US ;S 12/29/2019 We now have our 26th node, Will Milberger from Kurten, TX, US
;S 03/15/2020 Starting to add ZeroTier node ID's to the nodelist
;S 03/15/2020 Added Castle Rock's ZeroTier node ID 378a36b4b6
;S ;S
;S Notice: ;S Notice:
;S ;S
@ -72,7 +74,7 @@ Hub,100,tqwNet_CA_HQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,ICM,INA:hub.ca
,108,LostCause_Halfway_House_BBS,Alden_NY_US,Ernest_J_Gainey_III,Unpublished,9600,CM,ITN,INA:bbs.lostcause.house,IBN,U,MY ,108,LostCause_Halfway_House_BBS,Alden_NY_US,Ernest_J_Gainey_III,Unpublished,9600,CM,ITN,INA:bbs.lostcause.house,IBN,U,MY
,109,The_Fishingnet_BBS,Toronto_ON_CA,Matthew_Smith,Unpublished,9600,CM,ITN:7777,INA:fishingnet.phatstar.org,IBN:24554,U,MY ,109,The_Fishingnet_BBS,Toronto_ON_CA,Matthew_Smith,Unpublished,9600,CM,ITN:7777,INA:fishingnet.phatstar.org,IBN:24554,U,MY
,110,t3llnet,Somewhere_ON_CA,Rex_Gibson,Unpublished,9600,CM,ITN,INA:t311net.ddns.net,IBN:24554,U,MY ,110,t3llnet,Somewhere_ON_CA,Rex_Gibson,Unpublished,9600,CM,ITN,INA:t311net.ddns.net,IBN:24554,U,MY
,111,Castle_Rock_BBS,Rio_Rancho_NM_US,Dan_Richter,Unpublished,9600,CM,ITN,INA:bbs.castlerockbbs.com,IBN:24554,U,MY ,111,Castle_Rock_BBS,Rio_Rancho_NM_US,Dan_Richter,Unpublished,9600,CM,ITN,INA:bbs.castlerockbbs.com,IBN:24554,U,MY,ZT:378a36b4b6
,112,Mystic_Island_BBS,Fountain_Valley_CA_US,Mickey_Frklic,Unpublished,9600,CM,ITN,INA:mysticisland.strangled.net,IBN:24554,U,MY ,112,Mystic_Island_BBS,Fountain_Valley_CA_US,Mickey_Frklic,Unpublished,9600,CM,ITN,INA:mysticisland.strangled.net,IBN:24554,U,MY
,113,Raiders_Inc_BBS,Wichita_KS_US,Jon_Justvig,Unpublished,9600,CM,ITN,INA:vintagebbsing.com,IBN:24554,U,MY ,113,Raiders_Inc_BBS,Wichita_KS_US,Jon_Justvig,Unpublished,9600,CM,ITN,INA:vintagebbsing.com,IBN:24554,U,MY
,114,Central_HeadQuarters_BBS,Redondo_Beach_CA_US,Matthew_Anderson,Unpublished,9600,CM,ITN:2023,INA:chq.ddns.net,IBN:24554,U,MY ,114,Central_HeadQuarters_BBS,Redondo_Beach_CA_US,Matthew_Anderson,Unpublished,9600,CM,ITN:2023,INA:chq.ddns.net,IBN:24554,U,MY

View File

@ -1721,3 +1721,242 @@ d 15-Mar-2020 21:56:18 makenl[31661] /home/christian/git/personal/makenl-code/sr
d 15-Mar-2020 21:56:18 makenl[31661] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755 d 15-Mar-2020 21:56:18 makenl[31661] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 21:56:18 makenl[31661] Error(s) in configuration file ? 15-Mar-2020 21:56:18 makenl[31661] Error(s) in configuration file
? 15-Mar-2020 21:56:18 makenl[31661] MakeNL finished (rc=255) ? 15-Mar-2020 21:56:18 makenl[31661] MakeNL finished (rc=255)
- 15-Mar-2020 22:42:59 makenl[5273] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:42:59 makenl[5273] MakeNL started
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:42:59 makenl[5273] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./update'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './update'
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): dir='.', name='update', ext=''
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:42:59 makenl[5273] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='update' ext=''
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): stat('/home/christian/git/tqwnet_nodelist/update') rc=-1!
? 15-Mar-2020 22:42:59 makenl[5273] update ./update -- Invalid Path -- './update'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:42:59 makenl[5273] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:42:59 makenl[5273] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:42:59 makenl[5273] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:42:59 makenl[5273] Error(s) in configuration file
? 15-Mar-2020 22:42:59 makenl[5273] MakeNL finished (rc=255)
- 15-Mar-2020 22:43:22 makenl[5331] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:43:22 makenl[5331] MakeNL started
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:22 makenl[5331] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./update'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './update'
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): dir='.', name='update', ext=''
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:22 makenl[5331] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='update' ext=''
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): stat('/home/christian/git/tqwnet_nodelist/update') rc=-1!
? 15-Mar-2020 22:43:22 makenl[5331] update ./update -- Invalid Path -- './update'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:22 makenl[5331] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:43:22 makenl[5331] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:43:22 makenl[5331] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:43:22 makenl[5331] Error(s) in configuration file
? 15-Mar-2020 22:43:22 makenl[5331] MakeNL finished (rc=255)
- 15-Mar-2020 22:43:29 makenl[5349] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:43:29 makenl[5349] MakeNL started
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:29 makenl[5349] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./update'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './update'
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): dir='.', name='update', ext=''
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:29 makenl[5349] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='update' ext=''
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): stat('/home/christian/git/tqwnet_nodelist/update') rc=-1!
? 15-Mar-2020 22:43:29 makenl[5349] update ./update -- Invalid Path -- './update'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:29 makenl[5349] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:43:29 makenl[5349] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:43:29 makenl[5349] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:43:29 makenl[5349] Error(s) in configuration file
? 15-Mar-2020 22:43:29 makenl[5349] MakeNL finished (rc=255)
- 15-Mar-2020 22:43:54 makenl[5427] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:43:54 makenl[5427] MakeNL started
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:54 makenl[5427] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./update'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './update'
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): dir='.', name='update', ext=''
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:54 makenl[5427] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='update' ext=''
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): stat('/home/christian/git/tqwnet_nodelist/update') rc=-1!
? 15-Mar-2020 22:43:54 makenl[5427] update ./update -- Invalid Path -- './update'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:43:54 makenl[5427] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:43:54 makenl[5427] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:43:54 makenl[5427] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:43:54 makenl[5427] Error(s) in configuration file
? 15-Mar-2020 22:43:54 makenl[5427] MakeNL finished (rc=255)
- 15-Mar-2020 22:44:26 makenl[5491] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:44:26 makenl[5491] MakeNL started
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:44:26 makenl[5491] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./update'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './update'
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): dir='.', name='update', ext=''
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:44:26 makenl[5491] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='update' ext=''
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/update'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): stat('/home/christian/git/tqwnet_nodelist/update') rc=-1!
? 15-Mar-2020 22:44:26 makenl[5491] update ./update -- Invalid Path -- './update'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:44:26 makenl[5491] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:44:26 makenl[5491] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:44:26 makenl[5491] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:44:26 makenl[5491] Error(s) in configuration file
? 15-Mar-2020 22:44:26 makenl[5491] MakeNL finished (rc=255)
- 15-Mar-2020 22:45:32 makenl[5619] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:45:32 makenl[5619] MakeNL started
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:45:32 makenl[5619] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:45:32 makenl[5619] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:45:32 makenl[5619] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:45:32 makenl[5619] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:45:32 makenl[5619] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:45:32 makenl[5619] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:45:32 makenl[5619] WARNING -- No net NAME given for list header (use /N or NAME verb)
+ 15-Mar-2020 22:45:32 makenl[5619] Cmdline: makenl "-D" "nodelist.txt"
+ 15-Mar-2020 22:45:32 makenl[5619] Using 'nodelist.txt' in '/home/christian/git/tqwnet_nodelist'
+ 15-Mar-2020 22:45:32 makenl[5619] Begin processing 'tqwnet.' -- 22:45, Sunday, March 15, 2020
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='(null)'
d 15-Mar-2020 22:45:32 makenl[5619] main(): shouldprocess /home/christian/git/tqwnet_nodelist/outfile/tqwnet.
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='$$$'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/' name='cpyright.txt' ext='(null)'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/' name='prolog.txt' ext='(null)'
d 15-Mar-2020 22:45:32 makenl[5619] CloseMSGFile: status=0
d 15-Mar-2020 22:45:32 makenl[5619] CloseMSGFile: MSGnum=0
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/' name='epilog.txt' ext='(null)'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='080'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='073'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='066'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='059'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='052'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='045'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='038'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='$$$'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='080'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='031'
d 15-Mar-2020 22:45:32 makenl[5619] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='073'
d 15-Mar-2020 22:45:32 makenl[5619] Skip arc for /home/christian/git/tqwnet_nodelist/outfile/tqwnet.080
d 15-Mar-2020 22:45:32 makenl[5619] /home/christian/git/personal/makenl-code/src/fileutil.c: cleanit(): cleanup no
+ 15-Mar-2020 22:45:32 makenl[5619] CRC = 62619
+ 15-Mar-2020 22:45:32 makenl[5619] MakeNL finished (rc=0)
- 15-Mar-2020 22:45:42 makenl[5631] MakeNL 3.5.1 (Linux) compiled with GNU C on Aug 28 2019 10:23:50
+ 15-Mar-2020 22:45:42 makenl[5631] MakeNL started
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='.'
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: '.'
d 15-Mar-2020 22:45:42 makenl[5631] os_fullpath(): dir='', name='', ext=''
d 15-Mar-2020 22:45:42 makenl[5631] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='' ext=''
d 15-Mar-2020 22:45:42 makenl[5631] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/'
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): called with src='./outfile'
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): after removing slash: './outfile'
d 15-Mar-2020 22:45:42 makenl[5631] os_fullpath(): dir='.', name='outfile', ext=''
d 15-Mar-2020 22:45:42 makenl[5631] os_fullpath(): old directory='/home/christian/git/tqwnet_nodelist'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist' name='outfile' ext=''
d 15-Mar-2020 22:45:42 makenl[5631] os_fullpath(): complete filename: '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): absolute path '/home/christian/git/tqwnet_nodelist/outfile'
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/os.c: os_fulldir(): st_mode is now 40755
? 15-Mar-2020 22:45:42 makenl[5631] WARNING -- No net NAME given for list header (use /N or NAME verb)
+ 15-Mar-2020 22:45:42 makenl[5631] Cmdline: makenl "-D" "nodelist.txt"
+ 15-Mar-2020 22:45:42 makenl[5631] Using 'nodelist.txt' in '/home/christian/git/tqwnet_nodelist'
+ 15-Mar-2020 22:45:42 makenl[5631] Begin processing 'tqwnet.' -- 22:45, Sunday, March 15, 2020
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='(null)'
d 15-Mar-2020 22:45:42 makenl[5631] main(): shouldprocess /home/christian/git/tqwnet_nodelist/outfile/tqwnet.
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='$$$'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/' name='cpyright.txt' ext='(null)'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/' name='prolog.txt' ext='(null)'
d 15-Mar-2020 22:45:42 makenl[5631] CloseMSGFile: status=0
d 15-Mar-2020 22:45:42 makenl[5631] CloseMSGFile: MSGnum=0
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/' name='epilog.txt' ext='(null)'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='(null)' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet.' ext='080'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='$$$'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='073'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='066'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='059'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='052'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='045'
d 15-Mar-2020 22:45:42 makenl[5631] myfnmerge: drive='' dir='/home/christian/git/tqwnet_nodelist/outfile' name='tqwnet' ext='038'
+ 15-Mar-2020 22:45:42 makenl[5631] Unchanged output file will NOT be submitted
d 15-Mar-2020 22:45:42 makenl[5631] /home/christian/git/personal/makenl-code/src/fileutil.c: cleanit(): cleanup no
+ 15-Mar-2020 22:45:42 makenl[5631] CRC = 62619
+ 15-Mar-2020 22:45:42 makenl[5631] MakeNL finished (rc=0)

137
zip/tqwnet.080 Normal file
View File

@ -0,0 +1,137 @@
;A Nodelist for Friday, March 20, 2020 -- Day number 080 : 62619
;A Copyright 2018-2020, tqwNet, All rights reserved
;A
;S 08/26/2018 tqwNet is born!
;S 08/26/2018 All nodes are required to have Cram-MD5 ON! Nodes before this date can keep current settings.
;S 08/26/2018 All nodes will be auto-subscribed to all message echos!
;S 08/26/2018 We now have our 2nd node, Alan Ianson from Penticton, BC Canada
;S 09/15/2018 We now have our 3rd node, Deon George from Parkdale, VIC Australia
;S 09/19/2018 We now have our 4th node, Al DeRosa from Yorktown Heights, NY, US
;S 09/21/2018 We now have our 5th node, Mike Powell from Frankfort, KY, US
;S 09/26/2018 We now have our 6th node, Tim Grooms from Mayflower, AR, US
;S 09/30/2018 We now have our 7th node, Mark Iezzi from Warminster, PA, US
;S 11/07/2018 We now have our 8th node, Andrew Pamment from Toowoomba, QLD Australia
;S 11/16/2018 We now have our 9th node, Dave Cloutier from Quebec City, CA
;S 02/27/2019 We now have our 10th node, Carlos Roldan from New Bedford, MA, US
;S 03/16/2019 We now have our 11th node, Tony Langdon from Bendigo, VIC Australia
;S 05/07/2019 Modified Nodelist to use ZeroTier addressing only for the hubs in anticipation of switching to use just zt
;S 05/07/2019 Modified The Fat Sandwich to new host address of sandwich.magickabbs.com
;S 05/09/2019 Delegated zt.erb.pw subdomain to a different set of DNS servers to make life easier with adding/updating hosts
;S 05/09/2019 Changed hostnames for the hubs to match the new DNS delegation
;S 05/18/2019 We now have our 12th node, Ernest J Gainey III from Alden, NY, US
;S 05/19/2019 We now have our 13th node, Matthew Smith from Toronto, ON, CA
;S 05/21/2019 We now have our 14th node, Philipp Giebel from Frankfurt, DE
;S 05/23/2019 We now have our 15th node, Rex Gibson from ON, CA
;S 06/01/2019 We now have our 16th node, Dan Richter from Rio Rancho, NM, US
;S 06/06/2019 We now have our 17th node, Mickey Frklic from Fountain Valley, CA, US
;S 06/09/2019 Modified Fat Sandwich on node 1337:2/102 to Happyland - happyland.magickabbs.com
;S 06/18/2019 We now have our 18th node, Jon Justvig from ICT, KS, US
;S 07/30/2019 We now have our 19th node, Matthew Anderson from Redondo Beach, CA, US
;S 07/30/2019 Modified Happyland on node 1337:2/102 to Nocturnal - nocturnal.hopto.org
;S 08/08/2019 We now have our 20th node, Marty Taylor from Cincinnati, OH, US
;S 08/28/2019 I have started to play with MakeNL, and this nodelist is made with it. Any issues please let me know.
;S 10/12/2019 We now have our 21st node, Bradley Thornton from Los Angeles, CA, US
;S 11/06/2019 We now have our 22nd node, Ktulu from Insane Asylum. This node is private.
;S 11/14/2019 We now have our 23rd node, Mike Da Costa from Toronto, ON, CA
;S 11/15/2019 We now have our 24th node, Henk Blanken from Ouwerkerk, NL
;S 12/20/2019 We now have our 25th node, Timothy Blada from Albuquerque, NM, US
;S 12/29/2019 We now have our 26th node, Will Milberger from Kurten, TX, US
;S 03/15/2020 Starting to add ZeroTier node ID's to the nodelist
;S 03/15/2020 Added Castle Rock's ZeroTier node ID 378a36b4b6
;S
;S Notice:
;S
;S You may modify this nodelist for your own private use; however, you may not
;S redistribute it after any changes have been made.
;S
;
Zone,1337,tqwNet_ZC_WHQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,CM,ITN,INA:hub.uk.zt.erb.pw,IBN:24556,U,MY
;
Region,1337,tqwNet_RC_WHQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,ICM,INA:hub.uk.zt.erb.pw,IBN:24556,U,MY
;
Host,1,tqwNet_R1_HQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,ICM,INA:hub.uk.zt.erb.pw,IBN:24556,U,MY
Hub,100,tqwNet_UK_HQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,ICM,INA:hub.uk.zt.erb.pw,IBN:24556,U,MY
,101,The_Quantum_Wormhole,Ramsgate_UK,Christian_Sacks,Unpublished,9600,CM,ITN,INA:bbs.erb.pw,IBN,U,MY,ZT:886642e222
,102,Kuehlbox,Frankfurt_DE,Philipp_Giebel,Unpublished,9600,CM,ITN,INA:kuehlbox.wtf,IBN,U,MY
,103,HB3NOS,Ouwerkerk_NL,Henk_Blanken,Unpublished,9600,CM,ITN,INA:62.238.86.72,IBN,U,MY
,201,dYslExIc_dOnkEy,Ramsgate_UK,Christian_Sacks,Unpublished,9600,CM,ITN:1337,INA:dydo.erb.pw,IBN,U,EG
;
Host,2,tqwNet_R2_HQ,Parkdale_VIC_AU,Deon_George,Unpublished,9600,ICM,INA:hub.au.zt.erb.pw,IBN:24554,U,SC
Hub,100,tqwNet_AU_HQ,Parkdale_VIC_AU,Deon_George,Unpublished,9600,ICM,INA:hub.au.zt.erb.pw,IBN:24554,U,SC
,101,Chinwag,Parkdale_VIC_AU,Deon_George,Unpublished,9600,CM,ITN:10023,INA:chinwag.leenooks.net,IBN:24554,U,MY
,102,Nocturnal,Toowoomba_QLD_AU,Andrew_Pamment,Unpublished,9600,CM,ITN:2023,INA:nocturnal.hopto.org,IBN:24555,U,MG
,103,Freeway_BBS,Bendigo_VIC_AU,Tony_Langdon,Unpublished,9600,CM,ITN,INA:freeway.vkradio.com,IBN:24554,U,SC
;
Host,3,tqwNet_R3_HQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,ICM,ITN,INA:hub.ca.erb.pw,IBN:24554,U,MY
Hub,100,tqwNet_CA_HQ,Ramsgate_UK,Christian_Sacks,Unpublished,9600,ICM,INA:hub.ca.erb.pw,IBN:24554,U,MY
,101,The_Rusty_MailBox,Penticton_BC_CA,Alan_Ianson,Unpublished,9600,CM,INA:trmb.ca,IBN,U,BB
,102,The_Wrong_Number_][,Yorktown_Heights_NY_US,Al_DeRosa,Unpublished,9600,CM,INA:wn2.duckdns.org,IBN,U,MY
,103,Capitol_City_Online,Frankfort_KY_US,Mike_Powell,Unpublished,9600,CM,INA:capitolcityonline.net,IBN,U,SC
,104,CIA_Amiga_BBS,Mayflower_AR_US,Tim_Grooms,Unpublished,9600,CM,INA:ciaamigabbs.dynu.net,IBN,U,ZE
,105,Battlestar_BBS,Warminster_PA_US,Mark_Iezzi,Unpublished,9600,CM,INA:battlestarbbs.dyndns.org,IBN,U,SC
,106,The_Bottomless_Abyss_BBS,Quebec_City_CA,Dave_Cloutier,Unpublished,9600,CM,INA:bbs.bottomlessabyss.net,IBN,U,MY
,107,Necronomicon_BBS,New_Bedford_MA_US,Carlos_Roldan,Unpublished,9600,CM,INA:necrobbs.strangled.net,IBN,U,MY
,108,LostCause_Halfway_House_BBS,Alden_NY_US,Ernest_J_Gainey_III,Unpublished,9600,CM,ITN,INA:bbs.lostcause.house,IBN,U,MY
,109,The_Fishingnet_BBS,Toronto_ON_CA,Matthew_Smith,Unpublished,9600,CM,ITN:7777,INA:fishingnet.phatstar.org,IBN:24554,U,MY
,110,t3llnet,Somewhere_ON_CA,Rex_Gibson,Unpublished,9600,CM,ITN,INA:t311net.ddns.net,IBN:24554,U,MY
,111,Castle_Rock_BBS,Rio_Rancho_NM_US,Dan_Richter,Unpublished,9600,CM,ITN,INA:bbs.castlerockbbs.com,IBN:24554,U,MY,ZT:378a36b4b6
,112,Mystic_Island_BBS,Fountain_Valley_CA_US,Mickey_Frklic,Unpublished,9600,CM,ITN,INA:mysticisland.strangled.net,IBN:24554,U,MY
,113,Raiders_Inc_BBS,Wichita_KS_US,Jon_Justvig,Unpublished,9600,CM,ITN,INA:vintagebbsing.com,IBN:24554,U,MY
,114,Central_HeadQuarters_BBS,Redondo_Beach_CA_US,Matthew_Anderson,Unpublished,9600,CM,ITN:2023,INA:chq.ddns.net,IBN:24554,U,MY
,115,Freeside_BBS,Cincinnati_OH_US,Marty_Taylor,Unpublished,9600,CM,ITN,INA:freeside.bbs.io,IBN:24554,U,MY
,116,V'Ger_BBS,Los_Angeles_CA_US,Bradley_Thornton,Unpublished,9600,CM,ITN,INA:vger.cloud,IBN:24554,U,MY
Pvt,117,Insane_Asylum,Racine_WI_US,Ktulu,-Unpublished-,9600,CM,ITN,INA,IBN,U,MY
,118,Stellar_Darkness,Toronto_ON_CA,Mike_Da_Costa,Unpublished,9600,CM,ITN:2023,INA:stellardarkness.com,IBN:24554,U,MY
,119,Deadbeatz_BBS,Albuquerque_NM_US,Timothy_Blada,Unpublished,9600,CM,ITN,INA:deadbeatz.org,IBN,U,MY
,120,Dark_Matter_BBS,Kurten_TX_US,Will_Milberger,Unpublished,9600,CM,ITN,INA:darkmatt.synchro.net,IBN:24554,U,SC
;S
;S
;S Mail Processing
;S
;S CM Continuous Mail. Accepts mail 24 hours a day.
;S MO Mail Only. Mail calls only.
;S LO Listed Only. Accepts mail from systems in the nodelist only.
;S QWK QWK-Mail. Accepts QWK packets only.
;S
;S IP flag Explanation:port
;S ------- ----------------
;S IBN binkp
;S ITN telnet
;S IFT ftp
;S
;S BBS SOFTWARE FLAGS:
;S Flag Description
;S ---- -----------------------------
;S UBB BBBS
;S UCN Cnet Pro (Amiga)
;S UCU Custom Made
;S UDD DayDream BBS
;S UEL EleBBS
;S UEG Enigma BBS
;S UEZ Ezycom BBS
;S UGT GT Power
;S UMB MBSE
;S UMG Magicka BBS
;S UMX Maximus CBCS
;S UMY Mystic BBS
;S UPB ProBoard
;S UPW PowerBBS
;S URA RemoteAccess BBS
;S URG Renegade BBS
;S USA Searchlight BBS
;S USC Synchronet
;S USL Sauron Linux
;S UTA T.A.G. BBS
;S UTG Telegard BBS
;S UVA Virtual Advanced BBS
;S UWC WildCat!/WINServer
;S UWW WWIV
;S UXE x/84
;S UZE Zeus
;S
;S
;S ZeroTier node flags
;S -------------------
;S ZT:<id> where <id> is the network ID for each node when you
;S run 'zerotier-cli status'


BIN
zip/tqwnet.z80 Normal file

Binary file not shown.