• exec/irc.js

    From Brian Klauss@VERT to Git commit to main/sbbs/master on Thursday, January 07, 2021 12:13:23
    https://gitlab.synchro.net/main/sbbs/-/commit/3dad44150a2056ef7df15ef3
    Modified Files:
    exec/irc.js
    Log Message:
    Modified default behavior of irc.js to use globally defined interface from subs.ini.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, January 07, 2021 12:13:23
    https://gitlab.synchro.net/main/sbbs/-/commit/b3a872347b3526dd66c2dc9e
    Modified Files:
    exec/irc.js
    Log Message:
    Merge branch 'brklauss75/sbbs-master'

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, January 17, 2022 22:17:20
    https://gitlab.synchro.net/main/sbbs/-/commit/8df9adb1b701541de39d6f84
    Modified Files:
    exec/irc.js
    Log Message:
    UTF-8 encode/decode support, from martylake

    Based largley on martylake's provided patch set. By default, assumes
    all IRC messages are UTF-8 encoded and will translate to CP-437 if
    appropriate or send as UTF-8 if the user's terminal supports it.
    Set utf8_support=false in the [irc] section of your ctrl/modopts.ini
    file if you wish to disable this behavior.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, February 19, 2023 12:48:02
    https://gitlab.synchro.net/main/sbbs/-/commit/1fec0d45b656e412a6de8158
    Modified Files:
    exec/irc.js
    Log Message:
    Fix irc.js line 750: TypeError: channels.current is undefined

    And other potential occurrences of this when not in a channel

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, February 23, 2024 00:40:02
    https://gitlab.synchro.net/main/sbbs/-/commit/906ee60fac78f4f9aec9ce1e
    Modified Files:
    exec/irc.js
    Log Message:
    Don't hang if/when nick is rejected

    Change wait_for() to no longer loop indefinitely.

    If nick is rejected (e.g. begins with number), prepend '_' to it.

    Increment version number to 1.62

    Fixes issue #723

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Friday, February 23, 2024 06:33:13
    https://gitlab.synchro.net/main/sbbs/-/commit/5c9c55185a94e3ed3fa07f32
    Modified Files:
    exec/irc.js
    Log Message:
    Don't just drop out the bottom of the function on timeout.

    If we don't get one of the commands we're waiting for, close the
    socket and exit instead of returning with the appearance of having
    received one.

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