-
src/sbbs3/load_cfg.c
From
rswindell@VERT to
CVS commit on Monday, August 05, 2019 18:51:40
src/sbbs3 load_cfg.c 1.76 1.77
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv23213
Modified Files:
load_cfg.c
Log Message:
A more sensible (though not 100% backwards compatiblity) Transfer File Path default-setting.
- If a directory's Transfer File Path is not set (blank), and the library
has a "parent directory" configured, then the default Transfer File Path
will (now) be <parent>/<dir-code>, where <dir-code> is the directory's
internal code (lower-cased). This is different from previous behavior where
the parent dir was not used unless *something* was entered for a dir's
Transfer File Path. I'm sorry if this brakes your b0rad!
- If a directory's Transfer File Path is not set (blank), and the library does
*not* hae a "parent directory" configured, then the behavior should be the
same as before, default Transfer File Path: <data-dir>/<dir-code>
- If a directory's Transfer File Path is already set to a
full path, there should be no change in behavior either.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Monday, August 05, 2019 20:08:47
src/sbbs3 load_cfg.c 1.77 1.78
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv647
Modified Files:
load_cfg.c
Log Message:
Fix typo in previous commit.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Monday, August 05, 2019 21:38:51
src/sbbs3 load_cfg.c 1.78 1.79
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv11280
Modified Files:
load_cfg.c
Log Message:
When the LIB_DIRS option is enabled (auto-add sub-directories of teh parent directory), ignore dirs that are already configured, i.e. internal code
suffix matches the sub-dir name.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, August 06, 2019 00:40:06
src/sbbs3 load_cfg.c 1.79 1.80
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv2664
Modified Files:
load_cfg.c
Log Message:
Remove trailing slash from sub-dir name before comparing against internal
code. Compare against full internal-code (not just suffix) for duplicate detection.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net