• src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, December 17, 2023 23:51:34
    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 Monday, December 18, 2023 17:21:37
    https://gitlab.synchro.net/main/sbbs/-/commit/46d7b67de286c4b75ea22d10
    Modified Files:
    src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp
    Log Message:
    Prompt for filter duration when manually creating IP filter (ip.can) entries

    ---
    þ 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 Monday, December 18, 2023 19:59:15
    https://gitlab.synchro.net/main/sbbs/-/commit/39cca0b7486ca9926a6ebd65
    Modified Files:
    src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp
    Log Message:
    Fix wrong macro name used in previous commit

    ---
    þ 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 Tuesday, December 19, 2023 23:42:29
    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 Wednesday, December 20, 2023 23:36:17
    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