• src/syncterm/CHANGES ripper.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Oct 27 22:55:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/53675de7ebcfd56d889d8923
    Modified Files:
    src/syncterm/CHANGES ripper.c
    Log Message:
    Fix issue with RIP and fragmented ANSI

    If an ANSI sequence spanned multiple recv() calls, it would get
    silently dropped if RIP was enabled.

    Reported by skipperdoodle1947 (who does awesome stuff)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Oct 28 21:48:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9d2351e48f9859ad6a178fdf
    Modified Files:
    src/syncterm/CHANGES ripper.c
    Log Message:
    More RIP fixes for dura-bbs.net

    RIP XOR operation had issues with polylines, boxes, etc. where the
    same pixel could be written more than once, resulting in it being
    toggled back to the original state.

    Also, there were some memory leaks of temporary struct ciolib_pixel
    variables. This is now fixed as well.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Oct 30 09:37:03 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/22329c74fafbabba93ad58fa
    Modified Files:
    src/syncterm/CHANGES ripper.c
    Log Message:
    Don't reset font in RIPv3 mode

    It appears v3 kept the font through a RIP_RESET_WINDOWS command

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Aug 10 15:13:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a3f0148bd764f4c87775e8fa
    Modified Files:
    src/syncterm/CHANGES ripper.c
    Log Message:
    Implement feature request 110

    This was actually a bug report, where if a RIP "ANSI" sequence that
    was split across packets would be passed to the SkyPix handler
    instead of being handled as RIP.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Oct 16 20:24:25 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2077e44a7df7c16be04537ea
    Modified Files:
    src/syncterm/CHANGES ripper.c
    Log Message:
    Fix RIP when \n\r is used for line endings

    This may not be a complete fix because the situation is so increadibly stupid... but that's what NT2008 does.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Oct 16 20:56:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/41e36e31c2a416d06098a13d
    Modified Files:
    src/syncterm/CHANGES ripper.c
    Log Message:
    Actually, RIPTerm breaks there too.

    NY2008 is just broken.

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