• exec/avatars.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wednesday, February 23, 2022 13:01:08
    https://gitlab.synchro.net/main/sbbs/-/commit/9166b520ca68317216e2b5b9
    Modified Files:
    exec/avatars.js
    Log Message:
    Increase white-space tolerance when importing avatars from msgbaseTARDIS (Quarkware BBS, the Ruby BBS), uses just \n for QWK messageline deliniation, but we were expected \r\n terminated lines here.Also, apparently there was trailing white-space on the "json-end"line, so handle that case too.
    --- SBBSecho 3.14-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, February 23, 2022 13:27:08
    https://gitlab.synchro.net/main/sbbs/-/commit/ad7a74744db3a9fd126f96aa
    Modified Files:
    exec/avatars.js
    Log Message:
    Remove accidental debug print() statement left from previous commit
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:19:52
    exec avatars.js 1.38 1.39
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13770

    Modified Files:
    avatars.js
    Log Message:
    Fix issue where Share Avatar Collections imported from FTN were saved as files in data/fido with the node number encoded twice (once in hex and once in decimal):
    006702c1.705.VERT.misc.bin

    This is a harmless bug, but an unintentional one. It would also result in unexpected filenames in text/avatars:
    705.VERT.misc.bin

    So... this commit should remove the "705." from these filenames.


    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)