• src/vdmodem/vdmodem.c vdmodem.vcxproj

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Monday, May 09, 2022 18:49:26
    https://gitlab.synchro.net/main/sbbs/-/commit/e8f8cb4286754b971cd8a2a2
    Modified Files:
    src/vdmodem/vdmodem.c vdmodem.vcxproj
    Log Message:
    Add Telnet support
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wednesday, June 01, 2022 21:13:01
    https://gitlab.synchro.net/main/sbbs/-/commit/3c8ca7e32f1dbac3f36efaa9
    Modified Files:
    src/vdmodem/vdmodem.c vdmodem.vcxproj
    Log Message:
    Add support for IP blocking/filtering via file (ala SBBS ip.can)svdm.ini IpFilterFile can be set to the path/filename of an "ip filter file",list of IP addresses or patterns (CIDRv4 notation supported) to refuseconnections from.This is reusing the same IP filter file logic from SBBS, so the same filterfile syntax/rules apply.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Monday, June 06, 2022 18:30:41
    https://gitlab.synchro.net/main/sbbs/-/commit/d3e4c4edb3dd30ab79a4b5be
    Modified Files:
    src/vdmodem/vdmodem.c vdmodem.vcxproj
    Log Message:
    Support option modem "speaker" (WAV file playback) control via ATM1 (turn on)Support optional WAV files via .ini keys:RingSoundConnectSoundDisconnectSoundATM0 turns "speaker" (WAV playback) off (the default), ATM1 turns on.Ignore ATLn (speaker level), ATT (tone) and ATP (pulse) commands. These aresometimes found in init strings which we don't want to prematurely fail witha parse failure and "ERROR" result.Increment version number to 0.2.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)