• src/sbbs3/sbbscon.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 18, 2025 18:34:17
    https://gitlab.synchro.net/main/sbbs/-/commit/474ecc554b7eaaeb875fd001
    Modified Files:
    src/sbbs3/sbbscon.c
    Log Message:
    Fix JSDOCS WITH_SDL build.

    Apparently, whatever was making this not link before has been fixed,
    and so this workaround was breaking it.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thursday, March 27, 2025 18:50:18
    https://gitlab.synchro.net/main/sbbs/-/commit/325334ccba2366d6ef68e73c
    Modified Files:
    src/sbbs3/sbbscon.c
    Log Message:
    If sbbs is passed a directory, use that as a the ctrl-dir (to find sbbs.ini)

    To be consistent with how sbbsctrl.exe works

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, January 02, 2026 01:04:55
    https://gitlab.synchro.net/main/sbbs/-/commit/4c5295ed3c2881ec75d79358
    Modified Files:
    src/sbbs3/sbbscon.c
    Log Message:
    .h

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, February 24, 2026 17:33:17
    https://gitlab.synchro.net/main/sbbs/-/commit/6cd9eab93a086ea857dfdd89
    Modified Files:
    src/sbbs3/sbbscon.c
    Log Message:
    OR on zero to be pedantically correct

    personality() takes an execution domain in the lower byte and flags
    in the top three bytes. PER_LINUX is zero, so this doesn't do anything,
    but it's technically incorrect to not specify a domain.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wednesday, February 25, 2026 08:29:04
    https://gitlab.synchro.net/main/sbbs/-/commit/ae1b80793588fc111edcea15
    Modified Files:
    src/sbbs3/sbbscon.c
    Log Message:
    Add commented-out code for issue 685

    Deon George should be able to comment-out, uncomment the various
    options to see which of them work (if any).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wednesday, February 25, 2026 15:52:09
    https://gitlab.synchro.net/main/sbbs/-/commit/abbdd973f2f6af9580ab424e
    Modified Files:
    src/sbbs3/sbbscon.c
    Log Message:
    Add include so mmap() can be called on aarch64.

    Whoops.

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