iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Class: IQBaseConfig

Core.IQBaseConfig

Iniquity Core BBS

summary The main class you will use as it wraps all the other classes in a unified API.

example

import BBS from "@iniquitybbs/core/dist/iniquity"

const mybbs = new BBS()

myIniquity.say("Say hi!").pause()

myIniquity.hangup()

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new IQBaseConfig()

Properties

access

access: IQModuleACLS

Defined in

core/src/index.ts:346


assets

assets: string

Defined in

core/src/index.ts:345


basepath

basepath: string

Defined in

core/src/index.ts:344


computed

computed: any

Defined in

core/src/index.ts:349


data

data: IQReactorOptions

Defined in

core/src/index.ts:348


encoding

encoding: "CP437" | "UTF8"

Defined in

core/src/index.ts:347