• exec/load/freqit_common.js

    From deuce@VERT to CVS commit on Monday, January 18, 2016 22:58:39
    exec/load freqit_common.js NONE 1.1
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv28233/load

    Added Files:
    freqit_common.js
    Log Message:
    Split out FREQIT into a separate SRIF handler and FREQIT object to allow embedding REQ handling into binkit.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Sunday, February 03, 2019 20:46:21
    exec/load freqit_common.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7048/load

    Modified Files:
    freqit_common.js
    Log Message:
    'this' is not scoped correctly in private function, make a 'self' instead and use it. (For ragnarok)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to echicken on Monday, February 04, 2019 02:07:53
    El 4/2/19 a las 01:46, echicken escribió:
    exec/load freqit_common.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7048/load

    Modified Files:
    freqit_common.js
    Log Message:
    'this' is not scoped correctly in private function, make a 'self' instead and use it. (For ragnarok)

    Hi!

    this break binkit.js

    BINKP !JavaScript /sbbs/exec/binkit.js line 90: TypeError: cfg is undefined

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From echicken@VERT to CVS commit on Monday, February 04, 2019 05:53:56
    exec/load freqit_common.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4339/load

    Modified Files:
    freqit_common.js
    Log Message:
    Pass 'cfg' to add_file method.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to Ragnarok on Monday, February 04, 2019 08:55:17
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 02:07:53

    BINKP !JavaScript /sbbs/exec/binkit.js line 90: TypeError: cfg is undefined

    Might be fixed now. Seems like this part of freqit was incomplete - you might be the first person to use it or at least to report trouble with it.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Ragnarok@VERT/DOCKSUD to echicken on Monday, February 04, 2019 20:15:13
    El 4/2/19 a las 10:55, echicken escribió:
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 02:07:53

    BINKP !JavaScript /sbbs/exec/binkit.js line 90: TypeError: cfg is undefined

    Might be fixed now. Seems like this part of freqit was incomplete - you might
    be the first person to use it or at least to report trouble with it.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435

    good! work now. i can get files from my node

    i just use to play and learn fidonet things!

    next step, i want to filescan / suscribe / unsuscribe to another node
    fileareas from my sbbs. i can be possible?

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From echicken@VERT/ECBBS to Ragnarok on Monday, February 04, 2019 22:42:29
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 20:15:13

    next step, i want to filescan / suscribe / unsuscribe to another node fileareas from my sbbs. i can be possible?

    It is possible. It's been a while since I set it up, so the best I can suggest right now is to start by looking at the TickIT docs:

    http://wiki.synchro.net/module:tickit

    Let us know if/when you get stuck. Mark Lewis might be best suited to give you some tips.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Ragnarok@VERT/DOCKSUD to echicken on Wednesday, February 06, 2019 04:01:59
    El 5/2/19 a las 00:42, echicken escribió:
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 20:15:13

    next step, i want to filescan / suscribe / unsuscribe to another node fileareas from my sbbs. i can be possible?

    It is possible. It's been a while since I set it up, so the best I can suggest
    right now is to start by looking at the TickIT docs:

    http://wiki.synchro.net/module:tickit

    Let us know if/when you get stuck. Mark Lewis might be best suited to give you
    some tips.


    Ok! i have good progress, tickit work! and the files that comming from
    fsxnet are moved to mi file area

    I read the wiki, but i cannot find how to are the process to:

    1. send request to another node for avaliable files list
    2. send freq from my bbs (sbbsecho or binkit) to another node to get
    some of these files..


    thanks!!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Digital Man@VERT to Ragnarok on Wednesday, February 06, 2019 12:23:59
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Wed Feb 06 2019 04:01 am

    El 5/2/19 a las 00:42, echicken escribió:
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 20:15:13

    next step, i want to filescan / suscribe / unsuscribe to another node fileareas from my sbbs. i can be possible?

    It is possible. It's been a while since I set it up, so the best I can suggest
    right now is to start by looking at the TickIT docs:

    http://wiki.synchro.net/module:tickit

    Let us know if/when you get stuck. Mark Lewis might be best suited to give you
    some tips.


    Ok! i have good progress, tickit work! and the files that comming from fsxnet are moved to mi file area

    I read the wiki, but i cannot find how to are the process to:

    1. send request to another node for avaliable files list
    2. send freq from my bbs (sbbsecho or binkit) to another node to get
    some of these files..

    Checkout freqit.js?

    digital man

    Synchronet/BBS Terminology Definition #54:
    SBBS = Synchronet Bulletin Board System
    Norco, CA WX: 50.6øF, 48.0% humidity, 1 mph WSW wind, 0.01 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Wednesday, February 06, 2019 21:01:24
    El 6/2/19 a las 17:23, Digital Man escribió:
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Wed Feb 06 2019 04:01 am

    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 20:15:13

    next step, i want to filescan / suscribe / unsuscribe to another node
    fileareas from my sbbs. i can be possible?

    It is possible. It's been a while since I set it up, so the best I can suggest
    right now is to start by looking at the TickIT docs:

    http://wiki.synchro.net/module:tickit

    Let us know if/when you get stuck. Mark Lewis might be best suited to give you
    some tips.


    Ok! i have good progress, tickit work! and the files that comming from fsxnet are moved to mi file area

    I read the wiki, but i cannot find how to are the process to:

    1. send request to another node for avaliable files list
    2. send freq from my bbs (sbbsecho or binkit) to another node to get
    some of these files..

    Checkout freqit.js?

    yes i have freqit.js for incommming files. this just work

    sorry for my silly question

    i dont known how to request from my bbs to another node,
    can you help me with a example "i want to request NODELIST.Z44 file from NODELIST area of node 4:90/1" ?


    digital man

    Synchronet/BBS Terminology Definition #54:
    SBBS = Synchronet Bulletin Board System
    ---


    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Digital Man@VERT to Ragnarok on Wednesday, February 06, 2019 16:31:34
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to Digital Man on Wed Feb 06 2019 09:01 pm

    El 6/2/19 a las 17:23, Digital Man escribió:
    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Wed Feb 06 2019 04:01 am

    Re: Re: exec/load/freqit_common.js
    By: Ragnarok to echicken on Mon Feb 04 2019 20:15:13

    next step, i want to filescan / suscribe / unsuscribe to another node
    fileareas from my sbbs. i can be possible?

    It is possible. It's been a while since I set it up, so the best I can suggest
    right now is to start by looking at the TickIT docs:

    http://wiki.synchro.net/module:tickit

    Let us know if/when you get stuck. Mark Lewis might be best suited to give you
    some tips.


    Ok! i have good progress, tickit work! and the files that comming from fsxnet are moved to mi file area

    I read the wiki, but i cannot find how to are the process to:

    1. send request to another node for avaliable files list
    2. send freq from my bbs (sbbsecho or binkit) to another node to get some of these files..

    Checkout freqit.js?

    yes i have freqit.js for incommming files. this just work

    sorry for my silly question

    i dont known how to request from my bbs to another node,
    can you help me with a example "i want to request NODELIST.Z44 file from NODELIST area of node 4:90/1" ?

    This old doc page has instructions for sending File Request netmail messages from sbbs:
    http://synchro.net/docs/networking.html#SendingFidoNetNetMail

    Hopefully that helps,

    digital man

    This Is Spinal Tap quote #3:
    How much more black could this be? and the answer is none. None more black. Norco, CA WX: 52.5øF, 37.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net