• src/doors/clans-src/docs/

    From Deuc¿@VERT to Git commit to main/sbbs/m on Wednesday, October 15, 2025 14:53:00
    https://gitlab.synchro.net/main/sbbs/-/commit/e2bb9bed07d624931d9b636e
    Added Files:
    src/doors/clans-src/docs/clans.txt
    Log Message:
    Rename "doc" to clans.txt

    This is the sysop guide, so we'll maybe rename it again.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Wednesday, October 15, 2025 19:45:00
    https://gitlab.synchro.net/main/sbbs/-/commit/709391d288b3925cb297d6e8
    Added Files:
    src/doors/clans-src/docs/WhatsNew.txt gpl.txt
    Log Message:
    Move stuff into docs and clean out the top level directory

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Tuesday, October 21, 2025 23:26:00
    https://gitlab.synchro.net/main/sbbs/-/commit/635fe6d20e37ce40bea4ba42
    Added Files:
    src/doors/clans-src/docs/ibbs-notes.txt
    Modified Files:
    src/doors/clans-src/src/GNUmakefile config.c door.c empire.c ibbs.c mail.c menus.c menus2.c myibbs.c quests.c reg.c reset.c scores.c structs.h system.c system.h user.c village.c
    Log Message:
    Allow multiple inbound directories

    Some systems are configured to put inbound files with a password
    into separate directories than ones without. For those systems,
    if the routing is configured as Direct (the default), it's likely
    that some will be password-protected (ie: with an uplink) and others
    won't be (ie: some rando across the planet).

    In these cases, either some processing would be needed to move all
    appropriate files somewhere for The Clans to process, or The Clans
    needs to be able to support at least two different inbound directories.

    Because I don't know how everyone has their FTN stuff configured,
    I just make it so you can configure an unlimited number of inbounds
    by just adding more lines to the config file. The config *utility*
    does not yet support this, and only allows setting/editing the first
    one.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Wednesday, October 22, 2025 19:27:00
    https://gitlab.synchro.net/main/sbbs/-/commit/4335de5cb8dd11bfb51fd24f
    Modified Files:
    src/doors/clans-src/docs/ibbs-notes.txt src/doors/clans-src/src/ibbs.c interbbs.h myibbs.c myibbs.h system.c
    Log Message:
    Fix race condition creating .msg file, add MAIL_NONE

    We now use O_EXCL when creating the .msg file to solve that common
    race condition.

    Also, add a new MAIL_NONE type for when a mailer isn't used and
    the *.msg files don't need to be created or deleted.

    Use MAIL_NONE for the Local IBBS method. This allows us to delete
    a large chunk of code that only really existed to delete .msg files.

    The config utility will need to be updated to support this new type
    since it will make running IBBS without FTN a bit easier.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Tuesday, October 28, 2025 10:29:00
    https://gitlab.synchro.net/main/sbbs/-/commit/f25d4ab153513051c14c8337
    Added Files:
    src/doors/clans-src/docs/test.txt
    Removed Files:
    src/doors/clans-devkit/ARMY.HLP BUILD.HLP BULLETIN.HLP CHURCH.EVT CITIZEN.HLP CLANS.HLP CLANS.PAK CLASSES.TXT COMBAT.HLP EMPIRE.HLP EVA.TXT EVENTMON.TXT FORT.HLP GENALL.BAT ITEMS.HLP ITEMS.TXT LIST.ASC MENUS.HLP MONSTERS.TXT Makefile NEWBIE.HLP NPC-PC.TXT NPCQUOTE.TXT NPCS.TXT PAK.LST PG.ASC PRAY.EVT PXNEWS.ASC PXTIT.ASC QUESTS.EVT QUESTS.HLP RACES.HLP RACES.TXT RESET.HLP RULER.HLP SCHEMES.TXT SECRET.EVT SPELLS.HLP SPELLS.TXT STATS.HLP STRATEGY.HLP STRINGS.TXT VILLAGE.HLP WAR.HLP WIZARD.HLP chew.c chew.txt clandev.txt classes.dat defines.h ecomp.c ecomp.txt install.c keywords.h langcomp.c langcomp.txt makenpc.c makepak.c makepak.txt mclass.c mclass.txt mcomp.c mcomp.txt mitems.c mitems.txt mspells.c notes.txt races.dat structs.h src/doors/clans-devkit/unix/Makefile src/doors/clans-devkit/win32/chew.dsp chew.ncb chew.opt chew.plg devkit.dsw devkit.ncb devkit.opt ecomp.dsp ecomp.plg install.dsp install.plg langcomp.dsp langcomp.plg makenpc.dsp makenpc.plg makepak.dsp makepak.plg mclass.dsp mclass.plg mcomp.dsp mcomp.plg mitems.dsp mitems.plg mspells.dsp mspells.plg
    Log Message:
    Remove clans-devkit

    This is all rolled into clans-src (test.txt was unique to devkit,
    copied over to docs dir)

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