• src/doors/clans-src/src/myopen.h

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 15 08:37:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/97d73ed04fc60a596c9d1c1a
    Modified Files:
    src/doors/clans-src/src/myopen.h
    Log Message:
    Fix checked encrypted read.

    Was reading into the struct, then decoding over itself.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 15 22:20:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f0ad2de744ce91fd6a8a8c70
    Modified Files:
    src/doors/clans-src/src/myopen.h
    Log Message:
    Don't assert on struct size differences

    After all that work doing a proper serialization because different
    systems will lay structures out differently in memory, maybe I
    shouldn't assert if the structures are a different size than on
    the system I generated the buffer sizes on.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Oct 18 11:50:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/994b4b5ce37972836a50e892
    Modified Files:
    src/doors/clans-src/src/myopen.h
    Log Message:
    Fix read/write macros

    Only write if the serialization worked, only deserialize if the read
    worked.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 9 01:00:52 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/a6ef42c5abb41afb68cf7d3c
    Modified Files:
    src/doors/clans-src/src/myopen.h
    Log Message:
    Remove 13 unnecessary serBuf static asserts from myopen.h

    These types are serialized only via local buffers (devkit tools or
    inline as sub-structs), never through the shared serBuf scratch buffer:
    Army, empire, EventHeader, FileHeader, MessageHeader, Msg_Txt, NPCNdx,
    PClass, Spell, SpellsInEffect, Strategy, Topic, TradeList.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)