• exec/ircbot.js

    From mcmlxxix@VERT to CVS commit on Wed May 15 03: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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Thu Jul 18 06: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.)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mcmlxxix@VERT to CVS commit on Tue Jun 2 04: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)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Mon Jun 29 07: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.



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