• exec/tickfix.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jan 16 21:26:10 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/81f0d0673311b5705d266cd3
    Modified Files:
    exec/tickfix.js
    Log Message:
    Use new cfglib.js instead of cnflib.js for SBBS v3.20+ compatibility

    Fixes issue #475

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 27 00:04:43 2020
    exec tickfix.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9062

    Added Files:
    tickfix.js
    Log Message:
    A remote Area Manager (ala FileFix) for TickIT
    Requires SBBSecho v3.11 or later
    Install using "jsexec tickfix -install"

    Just support the basic operations: %list, %query, %unlinked, connect(+) and disconnect(-) areas (named by tag or "ALL"). Oh, and %help.
    paypal to rob@synchro.net :-)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to digital man on Mon Apr 27 10:29:16 2020
    Re: exec/tickfix.js
    By: rswindell to CVS commit on Mon Apr 27 2020 00:04:43


    Added Files:
    tickfix.js
    Log Message:
    A remote Area Manager (ala FileFix) for TickIT
    Requires SBBSecho v3.11 or later
    Install using "jsexec tickfix -install"

    Just support the basic operations: %list, %query, %unlinked, connect(+)
    and disconnect(-) areas (named by tag or "ALL"). Oh, and %help.
    paypal to rob@synchro.net :-)

    query: which password in the subject line does a linked node need to use
    to qualify their filefix queries/instructions as valid for their
    system?

    query: can we list multiple aliases the bot will recognize in the To:
    field of messages as being To: the bot?

    eg: filefix, allfix, ticfix, tickit, etc...

    this will definitely be going into operation on my star-hub system in the very near future ;)


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Gamgee@VERT/PALANT to Rampage on Mon Apr 27 14:33:00 2020
    Rampage wrote to digital man <=-

    Added Files:
    tickfix.js
    Log Message:
    A remote Area Manager (ala FileFix) for TickIT
    Requires SBBSecho v3.11 or later
    Install using "jsexec tickfix -install"

    Just support the basic operations: %list, %query, %unlinked, connect(+)
    and disconnect(-) areas (named by tag or "ALL"). Oh, and %help.
    paypal to rob@synchro.net :-)

    query: can we list multiple aliases the bot will recognize in the
    To: field of messages as being To: the bot?
    eg: filefix, allfix, ticfix, tickit, etc...

    I'm not DM, but would suggest 'filefix' for sure, as it's sort of
    the usual/standard label.

    this will definitely be going into operation on my star-hub
    system in the very near future ;)

    YES!!! :thumbs-up: :-)



    ... Beware of programmers who carry screwdrivers.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From rswindell@VERT to CVS commit on Mon Apr 27 12:53:10 2020
    exec tickfix.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9465

    Modified Files:
    tickfix.js
    Log Message:
    Add support for ctrl/tickfix.ini:
    in the root section, the following keys are supported:
    - AreaMgr (comma-separated list of area manager aliases, default: "FileFix")
    - Backups (number of backups to keep of the tickit.ini file, default: 10)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to Digital Man on Mon Apr 27 16:32:23 2020
    Re: exec/tickfix.js
    By: Digital Man to Rampage on Mon Apr 27 2020 11:28:23


    query: which password in the subject line does a linked node need to use
    to qualify their filefix queries/instructions as valid for their
    system?

    The AreaFix password.

    ahhh... ok... so no separate password for the tic manager, then...

    this will definitely be going into operation on my star-hub system in the very near future ;)

    Awesome.

    methinks the future is now ;)


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Digital Man@VERT to Gamgee on Mon Apr 27 13:53:00 2020
    Re: Re: exec/tickfix.js
    By: Gamgee to Rampage on Mon Apr 27 2020 02:33 pm

    Rampage wrote to digital man <=-

    Added Files:
    tickfix.js
    Log Message:
    A remote Area Manager (ala FileFix) for TickIT
    Requires SBBSecho v3.11 or later
    Install using "jsexec tickfix -install"

    Just support the basic operations: %list, %query, %unlinked, connect(+) and disconnect(-) areas (named by tag or "ALL"). Oh, and %help.
    paypal to rob@synchro.net :-)

    query: can we list multiple aliases the bot will recognize in the
    To: field of messages as being To: the bot?
    eg: filefix, allfix, ticfix, tickit, etc...

    I'm not DM, but would suggest 'filefix' for sure, as it's sort of
    the usual/standard label.

    Yeah, 'filefix' was the hard-coded to-name in the original commit. I just committed an update that supports tickfix.ini where you can specify a list of aliases. I do not recommend having 'tickfix' in that list however as responses are sent *from* "TickFix" and that could result in a bot-loop.

    this will definitely be going into operation on my star-hub
    system in the very near future ;)

    YES!!! :thumbs-up: :-)

    Cool. I don't use tickIT myself, yet, so I'll need test results.

    digital man

    This Is Spinal Tap quote #29:
    I find lost luggage. I locate mandolin strings in the middle of Austin!
    Norco, CA WX: 81.5øF, 47.0% humidity, 8 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 27 14:28:44 2020
    exec tickfix.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25269

    Modified Files:
    tickfix.js
    Log Message:
    Fix the %HELP response.
    JavaScript... God bless it.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 27 17:50:19 2020
    exec tickfix.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28422

    Modified Files:
    tickfix.js
    Log Message:
    Fix issue with numeric passwords.
    Also, if a node has areafix=false in sbbsecho.ini, don't let it use tickfix either.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 28 16:42:10 2020
    exec tickfix.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17355

    Modified Files:
    tickfix.js
    Log Message:
    Include the feed and remote addresses in all the text blurbs of the %request responses.


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