• Dove-Net?

    From tmcca@VERT to All on Wednesday, September 04, 2024 09:38:39
    Is there a way to scan for new messages let's say last 60 days?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From tmcca@VERT to All on Wednesday, September 04, 2024 10:07:35
    I logged into Vertrauen and modified new message pointers for the last 60 days. I was also missing Tech Talk message board not sure why. I added it manually to message base. I got a QWK bad file because of missing Tech Talk board. How do I import this bad file to message base?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to tmcca on Wednesday, September 04, 2024 13:29:20
    Re: Dove-Net?
    By: tmcca to All on Wed Sep 04 2024 10:07:35

    I logged into Vertrauen and modified new message pointers for the last 60 days. I was also missing Tech Talk message board not sure why. I added it manually to message base. I got a QWK bad file because of missing Tech Talk board. How do I import this bad file to message base?

    You can rename eg. "data/VERT.qwk.deadbeef.bad" to "data/VERT.qwk", and the system should notice the .qwk file and try to import it. The .qwk file should disappear after it's been imported.

    Here's my "unbad.js" script that I call via jsexec every so often when .bad files pile up in my data dir and I'm too lazy to investigate why:

    directory(system.data_dir + "VERT.qwk.*.bad").forEach(function (packet) {
    while(file_exists(system.data_dir + "VERT.qwk")) {
    writeln("Waiting 3 seconds ...");
    mswait(3000);
    }
    writeln("Copying " + packet + " to VERT.qwk");
    file_rename(packet, system.data_dir + "VERT.qwk");
    });

    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Nightfox@VERT/DIGDIST to tmcca on Wednesday, September 04, 2024 10:12:15
    Re: Dove-Net?
    By: tmcca to All on Wed Sep 04 2024 09:38 am

    Is there a way to scan for new messages let's say last 60 days?

    I think the only way might be to set your new-scan pointers back to 60 days ago and then do a newscan. I'm not sure if there's another way.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Drillsar@VERT/GALAXY to echicken on Wednesday, September 04, 2024 14:15:47
    Re: Dove-Net?
    By: echicken to tmcca on Wed Sep 04 2024 01:29 pm

    It seems this game is an issue or I have it wrong somehow. I don't get any questions and hitting play game crashes it. Is this game dead maybe? Thanks

    ---
    þ Synchronet þ Galaxy BBS - galaxybbs.net
  • From echicken@VERT/ECBBS to Drillsar on Wednesday, September 04, 2024 14:36:16
    Re: Jeopardized?
    By: Drillsar to echicken on Wed Sep 04 2024 14:15:47

    It seems this game is an issue or I have it wrong somehow. I don't get any questions and hitting play game crashes it. Is this game dead maybe?

    Fixed a problem; it should be working now.

    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Drillsar@VERT/GALAXY to Nightfox on Wednesday, September 04, 2024 14:27:18
    Re: Dove-Net?
    By: Nightfox to tmcca on Wed Sep 04 2024 10:12 am

    Re: Dove-Net?
    By: tmcca to All on Wed Sep 04 2024 09:38 am


    Thanks that is what I did. I now scanned the messages back 60 days.

    ---
    þ Synchronet þ Galaxy BBS - galaxybbs.net
  • From Drillsar@VERT/GALAXY to echicken on Wednesday, September 04, 2024 14:56:35
    Re: Jeopardized?
    By: echicken to Drillsar on Wed Sep 04 2024 02:36 pm

    Re: Jeopardized?
    thanks it's working now!

    ---
    þ Synchronet þ Galaxy BBS - galaxybbs.net
  • From Digital Man@VERT to tmcca on Wednesday, September 04, 2024 21:58:39
    Re: Dove-Net?
    By: tmcca to All on Wed Sep 04 2024 09:38 am

    Is there a way to scan for new messages let's say last 60 days?

    Yes, that's a standard feature of Synchronet. http://synchro.net/docs/user.html#NewMessageScanDate/TimePointers
    --
    digital man (rob)

    Breaking Bad quote #8:
    I want Shania Twain to give me a tuggy. Guess what? That ain't happening either Norco, CA WX: 90.1øF, 29.0% humidity, 0 mph WNW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to tmcca on Wednesday, September 04, 2024 21:58:49
    Re: Dove-Net?
    By: tmcca to All on Wed Sep 04 2024 10:07 am

    I logged into Vertrauen and modified new message pointers for the last 60 days. I was also missing Tech Talk message board not sure why. I added it manually to message base. I got a QWK bad file because of missing Tech Talk board. How do I import this bad file to message base?

    Rename the file to *.qwk
    --
    digital man (rob)

    Steven Wright quote #7:
    A clear conscience is usually the sign of a bad memory.
    Norco, CA WX: 90.1øF, 29.0% humidity, 0 mph WNW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net