Fix echomail zone to prefix in ini file. Call atcode parser before rendering frames
This commit is contained in:
@@ -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==
|
||||
|
Reference in New Issue
Block a user