• exec/irc.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jan 17 22:17:20 2022
    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 Sun Feb 19 12:48:02 2023
    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 Tue Jul 16 12:23:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b45c2678a337b8d9da2a82c6
    Modified Files:
    exec/irc.js
    Log Message:
    Add '-p' option to over-ride password sent to server via PASS message

    If -p (or -P) is the last option given with no argument following, then no password would be sent to the server (via PASS message).

    For Odusseus71

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