• exec/irc.js

    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
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tuesday, July 16, 2024 12:23:53
    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
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, January 31, 2025 18:16:28
    https://gitlab.synchro.net/main/sbbs/-/commit/de1132e21e77ec2c7e6e9b3d
    Modified Files:
    exec/irc.js
    Log Message:
    Increase connect timeout from 15 to 30 seconds

    vert.synchro.net is taking > 15 seconds after initial IRC version notice

    ---
    þ 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 Wednesday, February 05, 2025 18:44:18
    https://gitlab.synchro.net/main/sbbs/-/commit/36f4eb6afbcce39daa6f62da
    Modified Files:
    exec/irc.js
    Log Message:
    Add some bbs.online checks to hopefully detect disconnected user better

    Seen disconnected users "stuck" in irc.js for long periods of time. Hopefully this helps.

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