• exec/ircbot.js

    From mcmlxxix@1:103/705 to CVS commit on Wed May 15 07:46:03 2019
    exec ircbot.js 1.34 1.35
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv8938

    Modified Files:
    ircbot.js
    Log Message:
    added max_paragraph_length and max_paragraphs settings. split client output at max_paragraph_length and allow sending in chunks x max_paragraphs.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to CVS commit on Thu Jul 18 10:29:46 2019
    exec ircbot.js 1.35 1.36
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25679

    Modified Files:
    ircbot.js
    Log Message:
    Supply default values in iniGetValue calls in init().
    The max_paragraph* settings introduced by mcmlxxix in 1.34 would break
    the bot for anyone who updated without adding these keys to ircbot.ini. (max_paragraph_length was NaN, breaking String.slice in Server_writeout
    of ircbot_functions.js.)


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mcmlxxix@1:103/705 to CVS commit on Tue Jun 2 08:15:43 2020
    exec ircbot.js 1.36 1.37
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12259

    Modified Files:
    ircbot.js
    Log Message:
    remove "load" parameter/property from Bot_Module class to avoid overriding load
    function in module scope. (pass load list to lib parameter instead)

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to CVS commit on Mon Jun 29 11:36:04 2020
    exec ircbot.js 1.37 1.38
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31118

    Modified Files:
    ircbot.js
    Log Message:
    Instead of loading undefined*.js a whole bunch of times, make 'dir'
    a thing and load stuff from there instead.


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)