• src/sbbs3/scfg/scfgmsg.c

    From rswindell@VERT to CVS commit on Sunday, July 29, 2018 01:10:00
    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 Sunday, July 29, 2018 02:10:00
    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 Sunday, July 07, 2019 20:43:42
    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 Sunday, December 01, 2019 19:38:40
    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