• src/sbbs3/ctrl/MainFormUn

    From rswindell@VERT to CVS commit on Mon Mar 19 16:39:00 2018
    src/sbbs3/ctrl MainFormUnit.dfm 1.84 1.85
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv28818

    Modified Files:
    MainFormUnit.dfm
    Log Message:
    Increase the LogTimer interval from 250ms to 500ms, this allows us to
    collate more (repeated/duplicate) log messages into a single line of the visible log.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Mar 19 16:41:00 2018
    src/sbbs3/ctrl MainFormUnit.cpp 1.197 1.198
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv32025

    Modified Files:
    MainFormUnit.cpp
    Log Message:
    Track log messages that are repeated within the same LogTimer tick
    (interval) and display them on a single line with an " [x#]" suffix
    which identifies the number of times the message was repeated during that interval.
    Also created a common log_msg() function and eliminated a lot of copy/pasta
    in the various *_log_msg() functions.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Mar 20 12:41:00 2018
    src/sbbs3/ctrl MainFormUnit.cpp 1.198 1.199
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv17726

    Modified Files:
    MainFormUnit.cpp
    Log Message:
    Fix a long-standing bug with the log windows: when the log length would
    reach the configured "max size", newly added log lines would not use the configured color/font for the msg's log-level (they'd all use the default color/font).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Mar 22 14:30:00 2018
    src/sbbs3/ctrl MainFormUnit.cpp 1.199 1.200
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv9087

    Modified Files:
    MainFormUnit.cpp
    Log Message:
    Fix the log msg repeat count (off by one).
    Remember the last forced timed event setting.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Oct 4 14:33:00 2018
    src/sbbs3/ctrl MainFormUnit.cpp 1.200 1.201
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv10010

    Modified Files:
    MainFormUnit.cpp
    Log Message:
    Fix the force timed event last-selection remebering feature: the list is alphabetized, so the indexes don't necessarily match the order (of timed events) in SCFG.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Jan 12 10:53:00 2019
    src/sbbs3/ctrl MainFormUnit.cpp 1.201 1.202
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv20297

    Modified Files:
    MainFormUnit.cpp
    Log Message:
    Better "Incorrect DLL" error message, display the expected version too.


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