• src/sbbs3/scfg/scfgsub.c

    From rswindell@VERT to CVS commit on Saturday, July 28, 2018 22:04:00
    src/sbbs3/scfg scfgsub.c 1.46 1.47
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv29367

    Modified Files:
    scfgsub.c
    Log Message:
    Fix bug introduced in rev 1.41:
    If there were any sub-boards in the group of a newly created sub-board,
    the newly created sub-board would not have the "HDRMOD" misc flag set, so
    its data files would not be created when saving changes/exiting SCFG.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 03, 2018 06:07:00
    src/sbbs3/scfg scfgsub.c 1.49 1.50
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv29343/scfg

    Modified Files:
    scfgsub.c
    Log Message:
    Allow message "tagging" (ala hashtags, without the hash).
    If a message sub-board is configured to "Allow Message Tagging"
    (under Toggle Options in SCFG->Message Areas), then after a message is
    posted (via the terminal server), the user will be prompted if they
    want to tag the message with one or more space-separated tags. The no/yes prompt can be skipp if desired by setting the TagMessageQ line in the
    text.dat file to an empty string. There is currently no provision for
    regular users to actually see/view the message tags (yet), but the sysop
    or sub-op can view the tags in the message header with the 'H' sys/sub-op command.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, May 22, 2019 09:53:00
    src/sbbs3/scfg scfgsub.c 1.51 1.52 scfgmsg.c 1.59 1.60 scfg.h 1.27 1.28
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv1032

    Modified Files:
    scfgsub.c scfgmsg.c scfg.h
    Log Message:
    Fix issue reported by Va7aqd: when sub-boards were cut to the clipboard
    (or deleted) or a group of sub-boards was deleted, and any of the deleted/cut sub-boards belonged to a configured QWKnet hub, that QWKnet sub-board would end-up pointing to the next sub-board in the configuration (possibly in another message group, possibly not part of the QWKnet in question). Now, if a
    QWKnet sub is deleted/cut, remove it (correctly) from any QWKnet hubs using
    a common (new) function: remove_sub(). The bug was: the remaining sub-board pointers were moved *before* the remove-sub pointer was compared against the list of QWKnet hub subs (and NULLed), so while the effort *was* made to address this problem, it didn't actually work in practice. Thanks for the bug report.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, July 26, 2019 19:59:43
    src/sbbs3/scfg scfgsub.c 1.53 1.54
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv6335

    Modified Files:
    scfgsub.c
    Log Message:
    Add new P-mode flag: P_NOXATTRS to disable "Extra Attribute Code"
    support in putmsg/printfile, etc. on per-use basis.
    Add per-sub-board P-mode flags (so "Extra Attribute Codes" can be disabled
    on a per-sub-board basis).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, July 30, 2019 08:16:10
    src/sbbs3/scfg scfgsub.c 1.54 1.55
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv31963

    Modified Files:
    scfgsub.c
    Log Message:
    Allow the P_AUTO_UTF8 mode to be set in a sub's pmode setting (for auto-detect of UTF-8 message text).
    Remember the "bar" position of sub toggle options (now that they scroll).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, July 30, 2019 08:21:09
    src/sbbs3/scfg scfgsub.c 1.55 1.56
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv32622

    Modified Files:
    scfgsub.c
    Log Message:
    Clarify the help text of the AUTO-UTF8 option a bit more (it's detected
    during *display* in the terminal server, so this option would help, say,
    the web server).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 01, 2019 08:17:42
    src/sbbs3/scfg scfgsub.c 1.56 1.57
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv10296

    Modified Files:
    scfgsub.c
    Log Message:
    Add option to disable word-wrap (for all messages) on a per-sub basis.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Friday, September 25, 2020 05:08:32
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/36eaaef3a10f2474fd239bef
    Modified Files:
    src/sbbs3/scfg/scfgsub.c
    Log Message:
    Fix line wrap in help text.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Friday, October 16, 2020 05:14:24
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ade7841ecd3c035302852aac
    Modified Files:
    src/sbbs3/scfg/scfgsub.c
    Log Message:
    Clarify in the prompt that 0 max msgs = unlimited msgs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, December 12, 2020 03:12:14
    https://gitlab.synchro.net/main/sbbs/-/commit/62a788ca5ea4e8d6dc9f8341
    Modified Files:
    src/sbbs3/scfg/scfgsub.c
    Log Message:
    Set the "changes" flag when configuring a sub's fido address

    This fixes issue #194 reported by mlong.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, December 17, 2020 08:34:56
    https://gitlab.synchro.net/main/sbbs/-/commit/a7608f3dca558deb0dda2324
    Modified Files:
    src/sbbs3/scfg/scfgsub.c
    Log Message:
    Enable Message Markup parsing in newly-created sub-boards by default

    Message Markup seems to be working well, so just enable by default on newly created subs (existing sub-boards aren't impacted). A sysop can always disable this option on a per sub-board basis if its a problem.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, December 17, 2020 08:57:14
    https://gitlab.synchro.net/main/sbbs/-/commit/72d9699d8ce8e559b5ff3009
    Modified Files:
    src/sbbs3/scfg/scfgsub.c
    Log Message:
    Hide the message markup marks by default too.

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