Fix echomail zone to prefix in ini file. Call atcode parser before rendering frames

This commit is contained in:
Deon George
2022-04-26 21:54:34 +10:00
parent c1980c359e
commit 0214416c4e
7 changed files with 60 additions and 9 deletions

View File

@@ -3,17 +3,26 @@
; Our key used to sign frames we send to other systems
;gpg_key=0@videotex
; The prefix configurations need to be kept in sync with other nodes
[sqrl]
auth_url=https://ansitex.bbs.leenooks.net
auth_path=/sqrl/login
auth_post=/api/sqrl
; The prefix configurations need to be kept in sync with other nodes
; Frames with no specific owner are owned by this key
; [prefix:x] - applies to pages begining with x
; key= - the GPG key of the owner (for remote updates)
; user= - the local user that can edit these frames (via *04)
; logoans= - the service providers logo (for ANSI)
; logovtx= - the service providers logo (for VIEWDATA)
; code= - For Echomail, the echoarea tag
; last_page= - For Echomail, the last page tagged
[prefix]
key=0@videotex
logoans=AWgBUkEBR04BQlMBWUkBbgE3AWt0ZXgBbg==
logovtx=AUECTgNTBEkHdGV4
user=1
; System frames are owned by this key
[prefix:9]
@@ -28,3 +37,9 @@ key=516@videotex
logoans=AWgBUkEBR04BQlMBWUkBbgE3AWt0ZXgBbg==
logovtx=AUECTgNTBEkHdGV4
user=1
; Private Net
[prefix:10010]
user=1
logoans=UHJpdmF0ZSBFY2hvYXJlYQ==
logovtx=UHJpdmF0ZU5ldA==