From 4568f58bf1fd2661542174efcd89a86ee979aaed Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 31 Jan 2018 15:57:13 +1000 Subject: [PATCH] Removed Illusion net example replaced with happynet --- dist/config/bbs.ini | 2 +- dist/config/happynet.ini | 24 ++++++++++++++++++++++++ dist/config/illusionnet.ini | 16 ---------------- 3 files changed, 25 insertions(+), 17 deletions(-) create mode 100644 dist/config/happynet.ini delete mode 100644 dist/config/illusionnet.ini diff --git a/dist/config/bbs.ini b/dist/config/bbs.ini index 22dd472..6414ed3 100644 --- a/dist/config/bbs.ini +++ b/dist/config/bbs.ini @@ -49,7 +49,7 @@ Menu Path = /home/andrew/MagickaBBS/menus [mail conferences] Local Mail = config/localmail.ini -IllusionNet = config/illusionnet.ini +HappyNet = config/happynet.ini [file directories] General Files = config/filesgen.ini diff --git a/dist/config/happynet.ini b/dist/config/happynet.ini new file mode 100644 index 0000000..6ca61ca --- /dev/null +++ b/dist/config/happynet.ini @@ -0,0 +1,24 @@ +[main] +Visible Sec Level = 10 +Networked = true +Real Names = false + +[network] +type = fido +fido node = 637:1/999 + +[General] +Read Sec Level = 10 +Write Sec Level = 10 +Path = /home/andrew/MagickaBBS/msgs/hnet_general +; local / echo or netmail +Type = Echo +QWK Name = HN_GEN + +[Netmail] +Read Sec Level = 10 +Write Sec Level = 10 +Path = /home/andrew/MagickaBBS/msgs/hnet_netmail +; local / echo or netmail +Type = Netmail +QWK Name = HN_NET diff --git a/dist/config/illusionnet.ini b/dist/config/illusionnet.ini deleted file mode 100644 index 3515e5c..0000000 --- a/dist/config/illusionnet.ini +++ /dev/null @@ -1,16 +0,0 @@ -[main] -Visible Sec Level = 10 -Networked = true -Real Names = false - -[network] -type = fido -fido node = 867:61/2 - -[General] -Read Sec Level = 10 -Write Sec Level = 10 -Path = /home/andrew/MagickaBBS/msgs/il_general -; local / echo or netmail -Type = Echo -QWK Name = ILLGEN