• New Mystic Msg Index

    From rEApZ@21:1/166 to All on Mon Jan 24 18:11:48 2022
    Does anyone know where the data is stored for subscribed/unsubscribed in the new Mystic Message Index? I think mine has gone a bit screwy... only seems to subscribe/unsubscribe for a few not all areas?

    Cheers,

    ÄÄÄÄÄ Â¿Ú¿ Ú¿ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    ²±°Û ¿à ôڿÚÙ DatanetBBS.net:23 ÛÛ²±°
    ÄÄÄÄÄ Á ÁÙÙÀÅÙÀÙ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Datanet BBS | telnet://datanetbbs.net:23 (21:1/166)
  • From Zip@21:1/202 to rEApZ on Mon Jan 24 16:23:31 2022
    Hello rEApZ!

    On 24 Jan 2022, rEApZ said the following...
    Does anyone know where the data is stored for subscribed/unsubscribed in the new Mystic Message Index? I think mine has gone a bit screwy... only seems to subscribe/unsubscribe for a few not all areas?

    I think this is stored in the *.scn files along with the other files for each message base, e.g. "FSX_TST.scn".

    Best regards
    Zip

    --- Mystic BBS v1.12 A48 2022/01/19 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From opicron@21:3/126 to rEApZ on Mon Jan 24 18:32:42 2022
    Does anyone know where the data is stored for subscribed/unsubscribed in t new Mystic Message Index? I think mine has gone a bit screwy... only seems subscribe/unsubscribe for a few not all areas?

    The subscriptions are kept in the .scn files.

    Python structure of record is: <LBB

    Pascal record:
    RecMessageScan = Record // *.SCN for message bases
    UserID : LongInt; // User UID
    NewScan : Byte; // 0=Off 1=On 2=Forced
    QwkScan : Byte;
    End;

    Hope this helps. I actually had to write a read/write subscribe function in Python for my custom mail reader. If you need the functions let me know.

    oP!

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: TheForze - bbs.opicron.eu:23 (21:3/126)
  • From opicron@21:3/126 to rEApZ on Mon Jan 24 18:35:41 2022
    Does anyone know where the data is stored for subscribed/unsubscribed in t new Mystic Message Index? I think mine has gone a bit screwy... only seems subscribe/unsubscribe for a few not all areas?

    Also the default setting can be found in the messagebase:

    DefNScan : Byte; // 0 = off, 1 = on, 2 = forced
    DefQScan : Byte; // 0 = off, 1 = on, 2 = forced

    oP!

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: TheForze - bbs.opicron.eu:23 (21:3/126)
  • From rEApZ@21:1/166 to Zip on Tue Jan 25 09:22:06 2022
    I think this is stored in the *.scn files along with the other files for each message base, e.g. "FSX_TST.scn".

    Thats awesome thanks Zip and opicron! I'll check it out! :)
    Cheers!

    ÄÄÄÄÄ Â¿Ú¿ Ú¿ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    ²±°Û ¿à ôڿÚÙ DatanetBBS.net:23 ÛÛ²±°
    ÄÄÄÄÄ Á ÁÙÙÀÅÙÀÙ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Datanet BBS | telnet://datanetbbs.net:23 (21:1/166)