• src/sbbs3/scfg/scfgmsg.c

    From rswindell@VERT to CVS commit on Sat Jul 28 14:10:00 2018
    src/sbbs3/scfg scfgmsg.c 1.55 1.56 scfgsub.c 1.47 1.48
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv16327

    Modified Files:
    scfgmsg.c scfgsub.c
    Log Message:
    Improvements to importing message areas:
    - If an FTN Echo Tag is more than 25 chars, copy it to the newly created
    sub's "newsgroup" name
    (when exporting areas to echolists, use the newsgroup name for the FTN
    Area/Echo Tag field, if it's not blank)
    - Copied the duplicate internal code logic from the importing file areas
    code - it works a lot better

    With these changes I was able to successfully import 10247 areas from the usenet group listing he sent me (with 10258 areas listed). The areas that
    were over-written during import were due to the first 63 characters of the newsgroup names being duplicated - sorry, that's the best I can do.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Jul 28 15:10:00 2018
    src/sbbs3/scfg scfgmsg.c 1.56 1.57 scfgsub.c 1.48 1.49
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv24282

    Modified Files:
    scfgmsg.c scfgsub.c
    Log Message:
    Fixed bug introduced in rev 1.52 of scfgmsg.c: We're not displaying
    the data dir here, we're using it to delete the data files! This explains
    why sub data wasn't getting deleted when deleting a message group and
    answering "Yes" to the "Delete All Data in Group" dialog.
    Eliminated the "clearing ptrs" thing - not needed any more since the move
    from ptrs/*.ixb to user/*.subs files.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Feb 14 12:36:00 2019
    src/sbbs3/scfg scfgmsg.c 1.58 1.59 scfgsub.c 1.50 1.51 scfgxfr2.c 1.56 1.57 Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv6807

    Modified Files:
    scfgmsg.c scfgsub.c scfgxfr2.c
    Log Message:
    Better protection against configuring invalid (e.g. blank) sub/dir short-names, internal code suffixes or grp/lib internal code prefixes.
    More strcpy->SAFECOPY and sprintf -> SAFEPRINTF replacements.
    More use of uifcYesNoOpts.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Jul 7 09:43:42 2019
    src/sbbs3/scfg scfgmsg.c 1.61 1.62
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv8240

    Modified Files:
    scfgmsg.c
    Log Message:
    Fix issue reported by Dumas Walker:
    When importing a FidoNet echolist (NA file), the FidoNet address was forced to the first configured FTN AKA for the system, not copied from the template sub.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Dec 1 06:38:40 2019
    src/sbbs3/scfg scfgmsg.c 1.65 1.66
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv11971

    Modified Files:
    scfgmsg.c
    Log Message:
    When importing a newsgroup.lst, support an (optional) description following the newsgroup name (as is standard per RFC3977).
    Add missing 'control.dat' description to help text.
    Add a newsgroup.lst option to the "Export Area File Format" menu.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Mar 23 13:24:35 2020
    src/sbbs3/scfg scfgmsg.c 1.66 1.67
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv20998

    Modified Files:
    scfgmsg.c
    Log Message:
    Fix bug reported by Ragnarok:
    when importing an echolist (e.g. badareas.lst) file, the storage path of the template sub-board (if there was one) is cleared. Don't over-ride the template sub's storage path unless a non-blank storage directory was specified in the import file (e.g. subs.txt).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 9 21:31:12 2020
    src/sbbs3/scfg scfgmsg.c 1.70 1.71
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv3194

    Modified Files:
    scfgmsg.c
    Log Message:
    If an imported sub-board description contains both the words "SYSOP" and "ONLY", add "SYSOP" to the access requirements automatically.
    Exception: when importing SUBS.TXT (since it includes Access Requirements already).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 20 09:39:17 2020
    src/sbbs3/scfg scfgmsg.c 1.71 1.72
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv28941

    Modified Files:
    scfgmsg.c
    Log Message:
    Include pmode and n_pmode sub_t fields when cloning options.
    Fixes bug reported by rampage in #synchronet.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue May 5 09:28:52 2020
    src/sbbs3/scfg scfgmsg.c 1.72 1.73
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv3108

    Modified Files:
    scfgmsg.c
    Log Message:
    Some echolists (e.g. linuxnet.na) use '%' for comments (rather than ';') so just ignore any lines in imported echolists that begin with a non-alpha-numeric character.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Sep 22 15:03:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/095a7b4bd090ce28cda67cb2
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    When importing FidoNet message area tags > 40 chars, use newsgroup name

    Follow-up to previous commit for Keyop (extending max area tag length from 35 to 40/50 chars), when importing echolists/areas.bbs files, if the area tag is longer than 40 chars, then import it into the newsgroup name field instead (63 chars max).

    ---
    þ 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 Sun Jan 28 13:24:22 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/35cf3602503d01fc44dbeaf5
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Remember/restore the current lightbar position on the Message Options menu

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