• src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sun Dec 17 23:51:34 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3ac5570e6bbcdfc377b293c3
    Modified Files:
    src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp
    Log Message:
    Include a better reason for filtering than just "abuse"

    The number of failed login attempts. It's something.

    ---
    þ 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 Tue Dec 19 23:42:29 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0ece229079e72a6eb1a75e77
    Modified Files:
    src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp
    Log Message:
    Fix crashes when remove items from the failed login list

    We need to get the NextItem *before* we delete the current one.

    I'm not sure why this was in there, but removed it as appears to have
    no effect:
    if(ListView->Selected == NULL)
    break;

    ---
    þ 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 Wed Dec 20 23:36:17 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/32475b52b1c66181d262ebb2
    Modified Files:
    src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp
    Log Message:
    Remember/re-use the "All Selected" checkbox setting

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