* Updated Message Network docs
* .ANS files updated from attributes
This commit is contained in:
parent
9fa044119b
commit
b91c9771fc
|
@ -235,6 +235,7 @@ SSHServerModule.prototype.createServer = function() {
|
||||||
privateKey : fs.readFileSync(Config.servers.ssh.privateKeyPem),
|
privateKey : fs.readFileSync(Config.servers.ssh.privateKeyPem),
|
||||||
passphrase : Config.servers.ssh.privateKeyPass,
|
passphrase : Config.servers.ssh.privateKeyPass,
|
||||||
ident : 'enigma-bbs-' + enigVersion + '-srv',
|
ident : 'enigma-bbs-' + enigVersion + '-srv',
|
||||||
|
|
||||||
// Note that sending 'banner' breaks at least EtherTerm!
|
// Note that sending 'banner' breaks at least EtherTerm!
|
||||||
debug : function debugSsh(dbgLine) {
|
debug : function debugSsh(dbgLine) {
|
||||||
if(true === Config.servers.ssh.traceConnections) {
|
if(true === Config.servers.ssh.traceConnections) {
|
||||||
|
|
|
@ -7,34 +7,41 @@ FTN networks are configured under the `messageNetworks::ftn` section of `config.
|
||||||
### Networks
|
### Networks
|
||||||
The `networks` section contains a sub section for network(s) you wish you join your board with. Each entry's key name can be referenced elsewhere in `config.hjson` for FTN oriented configurations.
|
The `networks` section contains a sub section for network(s) you wish you join your board with. Each entry's key name can be referenced elsewhere in `config.hjson` for FTN oriented configurations.
|
||||||
|
|
||||||
Members:
|
**Members**:
|
||||||
* `localAddress` (required): FTN address of **your local system**
|
* `localAddress` (required): FTN address of **your local system**
|
||||||
|
|
||||||
Example:
|
**Example**:
|
||||||
```hjson
|
```hjson
|
||||||
{
|
{
|
||||||
|
messageNetworks: {
|
||||||
|
ftn: {
|
||||||
networks: {
|
networks: {
|
||||||
agoranet: {
|
agoranet: {
|
||||||
localAddress: "46:3/102"
|
localAddress: "46:3/102"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Areas
|
### Areas
|
||||||
The `areas` section defines a mapping of local **area tags** to a message network (from `networks` described previously), a FTN area tag, and remote uplink address(s). This section can be thought of similar to the *AREAS.BBS* file used by other BBS packages.
|
The `areas` section describes a mapping of local **area tags** found in your `messageConferences` to a message network (from `networks` described previously), a FTN specific area tag, and remote uplink address(s). This section can be thought of similar to the *AREAS.BBS* file used by other BBS packages.
|
||||||
|
|
||||||
Members:
|
When importing, messages will be placed in the local area that matches key under `areas`.
|
||||||
|
|
||||||
|
**Members**:
|
||||||
* `network` (required): Associated network from the `networks` section
|
* `network` (required): Associated network from the `networks` section
|
||||||
* `tag` (required): FTN area tag
|
* `tag` (required): FTN area tag
|
||||||
* `uplinks`: An array of FTN address uplink(s) for this network
|
* `uplinks`: An array of FTN address uplink(s) for this network
|
||||||
|
|
||||||
Example:
|
**Example**:
|
||||||
```hjson
|
```hjson
|
||||||
{
|
{
|
||||||
|
messageNetworks: {
|
||||||
ftn: {
|
ftn: {
|
||||||
areas: {
|
areas: {
|
||||||
agoranet_bbs: {
|
agoranet_bbs: { /* found within messageConferences */
|
||||||
network: agoranet
|
network: agoranet
|
||||||
tag: AGN_BBS
|
tag: AGN_BBS
|
||||||
uplinks: "46:1/100"
|
uplinks: "46:1/100"
|
||||||
|
@ -42,12 +49,13 @@ Example:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### BSO Import / Export
|
### BSO Import / Export
|
||||||
The scanner/tosser module `ftn_bso` provides **B**inkley **S**tyle **O**utbound (BSO) import/toss & scan/export of messages EchoMail and NetMail messages. Configuration is supplied in `config.hjson` under `scannerTossers::ftn_bso`.
|
The scanner/tosser module `ftn_bso` provides **B**inkley **S**tyle **O**utbound (BSO) import/toss & scan/export of messages EchoMail and NetMail messages. Configuration is supplied in `config.hjson` under `scannerTossers::ftn_bso`.
|
||||||
|
|
||||||
Members:
|
**Members**:
|
||||||
* `defaultZone` (required): Sets the default BSO outbound zone
|
* `defaultZone` (required): Sets the default BSO outbound zone
|
||||||
* `defaultNetwork` (optional): Sets the default network name from `messageNetworks::ftn::networks`. **Required if more than one network is defined**.
|
* `defaultNetwork` (optional): Sets the default network name from `messageNetworks::ftn::networks`. **Required if more than one network is defined**.
|
||||||
* `paths` (optional): Override default paths set by the system. This section may contain `outbound`, `inbound`, and `secInbound`.
|
* `paths` (optional): Override default paths set by the system. This section may contain `outbound`, `inbound`, and `secInbound`.
|
||||||
|
@ -61,15 +69,16 @@ The `nodes` section defines how to export messages for one or more uplinks.
|
||||||
|
|
||||||
A node entry starts with a FTN style address (up to 5D) **as a key** in `config.hjson`. This key may contain wildcard(s) for net/zone/node/point/domain.
|
A node entry starts with a FTN style address (up to 5D) **as a key** in `config.hjson`. This key may contain wildcard(s) for net/zone/node/point/domain.
|
||||||
|
|
||||||
Members:
|
**Members**:
|
||||||
* `packetType` (optional): `2`, `2.2`, or `2+`. Defaults to `2+` for modern mailer compatiability
|
* `packetType` (optional): `2`, `2.2`, or `2+`. Defaults to `2+` for modern mailer compatiability
|
||||||
* `packetPassword` (optional): Password for the packet
|
* `packetPassword` (optional): Password for the packet
|
||||||
* `encoding` (optional): Encoding to use for message bodies; Defaults to `utf-8`
|
* `encoding` (optional): Encoding to use for message bodies; Defaults to `utf-8`
|
||||||
* `archiveType` (optional): Specifies the archive type for ArcMail bundles. Must be a valid archiver name such as `zip` (See archiver configuration)
|
* `archiveType` (optional): Specifies the archive type for ArcMail bundles. Must be a valid archiver name such as `zip` (See archiver configuration)
|
||||||
|
|
||||||
Example:
|
**Example**:
|
||||||
```hjson
|
```hjson
|
||||||
{
|
{
|
||||||
|
scannerTossers: {
|
||||||
ftn_bso: {
|
ftn_bso: {
|
||||||
nodes: {
|
nodes: {
|
||||||
"46:*: {
|
"46:*: {
|
||||||
|
@ -81,20 +90,22 @@ Example:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Scheduling
|
#### Scheduling
|
||||||
Schedules can be defined for importing and exporting via `import` and `export` under `schedule`. Each entry is allowed a "free form" text and/or special indicators for immediate export or watch file triggers.
|
Schedules can be defined for importing and exporting via `import` and `export` under `schedule`. Each entry is allowed a "free form" text and/or special indicators for immediate export or watch file triggers.
|
||||||
|
|
||||||
* `@immediate`: Currently only makes sense for exporting: A message will be immediately exported if this trigger is defined in a schedule.
|
* `@immediate`: A message will be immediately exported if this trigger is defined in a schedule. Only used for `export`.
|
||||||
* `@watch:/path/to/file`: This trigger watches the path specified for changes and will trigger an import or export when such events occur.
|
* `@watch:/path/to/file`: This trigger watches the path specified for changes and will trigger an import or export when such events occur. Only used for `import`.
|
||||||
* Free form text can be things like `at 5:00 pm` or `every 2 hours`.
|
* Free form text can be things like `at 5:00 pm` or `every 2 hours`.
|
||||||
|
|
||||||
See [Later text parsing documentation](http://bunkat.github.io/later/parsers.html#text) for more information.
|
See [Later text parsing documentation](http://bunkat.github.io/later/parsers.html#text) for more information.
|
||||||
|
|
||||||
Example:
|
**Example**:
|
||||||
```hjson
|
```hjson
|
||||||
{
|
{
|
||||||
|
scannerTossers: {
|
||||||
ftn_bso: {
|
ftn_bso: {
|
||||||
schedule: {
|
schedule: {
|
||||||
import: every 1 hours or @watch:/path/to/watchfile.ext
|
import: every 1 hours or @watch:/path/to/watchfile.ext
|
||||||
|
@ -102,4 +113,5 @@ Example:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue