Subj : src/xpdev/ini_file.c To : Git commit to main/sbbs/master From : Deucе Date : Thu Oct 23 2025 09:34 am https://gitlab.synchro.net/main/sbbs/-/commit/d3cd03fb949d0203177a74ab Modified Files: src/xpdev/ini_file.c Log Message: Fix error with stream cipher handling If the last 2k "block" in a stream cipher didn't hit exactly on a block boundary, it was written in plaintext, not encrypted, which would be read back as gibberish. This caused all of the bits that add a BBS entry to seem to fail to add with stream encrypted files (ie: ChaCha20). .