• exec/irc.js

    From rswindell@VERT to CVS commit on Mon Aug 3 18:02:01 2020
    exec irc.js 1.58 1.59
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9972

    Modified Files:
    irc.js
    Log Message:
    Fix the 353 (Name Reply) handling which appears to have been broken in 2019 with the changes to "parse messages from server better".
    This change caused the channel's nick array to be populated with a single string that contained all the Nick's in the channel, space-separated, which broke tab-completion of nicks and the total users in a channel displayed
    in the status line, as reported by Hakuchi.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Aug 29 11:57:07 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/a04e67beaebf1dc317bbedc2
    Modified Files:
    exec/irc.js
    Log Message:
    Add a /help menu, apparently users need help sometimes

    Also incremented the rev to 1.60.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Aug 29 13:41:31 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/53da8d4a6cacd7e8b0a303c3
    Modified Files:
    exec/irc.js
    Log Message:
    Merge branch 'master' of gitlab.synchro.net:sbbs/sbbs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Brian Klauss@VERT to Git commit to main/sbbs/master on Thu Jan 7 12:13:23 2021
    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 Thu Jan 7 12:13:23 2021
    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 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 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