wwivbbs / wwiv

WWIV BBS Software v5
http://www.wwivbbs.org
Other
186 stars 71 forks source link

Should be possible to override official binkp.net entry with private node entry #1522

Closed ericpareja closed 1 year ago

ericpareja commented 1 year ago

Some nodes in binkp.net as distributed by WWIVnet coordinator are private. Add option in wwivconfig callout.net editor to add an override address/port. Will probably need to touch network code to provide override capability.

wwiv commented 1 year ago

we could create a new wwivnet_callout.json file in the network directory just like we have fido_callout.json there, and list in anything extra we want to add per network.

either network3 can merge in the data as it creates the wiwv datafiles, or possibly we'll just read it in as-needed by networkb or the other tools.

wwiv commented 1 year ago

I'm thinking "binkp.local.net" is a good name for this, thoughts?

wwiv commented 1 year ago

Fixed in 3c5bb2edad0ac5c1261537aafef661f3dd842b53

You can now add a binkp.local.net file next to binkp.net and entries there will override the ones in binkp.net