Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Together-Java/TJ-Bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v.4.18
Choose a base ref
...
head repository: Together-Java/TJ-Bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v.4.19
Choose a head ref
  • 7 commits
  • 8 files changed
  • 5 contributors

Commits on Jul 7, 2025

  1. fix: Handle empty message content for suggestion threads (#1265)

    * fix: handle empty message content for thread titles
    
    Ensures a fallback thread title is provided when the original message content is empty.
    The thread title will now default to the message author's name in such cases,
    preventing empty or uninformative thread titles.
    
    Co-authored-by: billpapat <[email protected]>
    Co-authored-by: Chris Sdogkos <[email protected]>
    Mentored-by: Chris Sdogkos <[email protected]>
    
    * style: apply gradle task `spotlessApply`
    
    CI/CD is failing without this commit.
    
    Co-authored-by: billpapat <[email protected]>
    Co-authored-by: Chris Sdogkos <[email protected]>
    Mentored-by: Chris Sdogkos <[email protected]>
    
    * fix: thread titles #1265
    
    1) Created channels without title will default to "username's suggestions"
    2) Change String threadTitle to final
    3) ThreadTitle logic implemented in a helper method
    
    Co-authored-by: Ethan McCue <[email protected]>
    
    * docs(ThreadTitle): add JavaDocs and rename param
    
    Addresses code review by @christolis.
    
    Co-authorized-by: Chris Sdogkos <[email protected]>
    Signed-off-by: Chris Sdogkos <[email protected]>
    Signed-off-by: billpapat <[email protected]>
    
    * Changes as per requested by Zabuzard
    
    * Changes as per requested by Zabuzard
    
    * Changes as per requested by Taz03
    
    ---------
    
    Signed-off-by: Chris Sdogkos <[email protected]>
    Signed-off-by: billpapat <[email protected]>
    Co-authored-by: Chris Sdogkos <[email protected]>
    Co-authored-by: Ethan McCue <[email protected]>
    3 people authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    03ea888 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Bump com.diffplug.spotless from 7.0.4 to 7.1.0 (#1275)

    Bumps com.diffplug.spotless from 7.0.4 to 7.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    1592157 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Extend ScamBlocker to detect image-only scam messages, plus unit tests (

    #1279)
    
    Added two new config params:
    * suspiciousAttachmentsThreshold
    * suspiciousAttachmentNamePattern
    Zabuzard authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    82a8932 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Bump com.diffplug.spotless from 7.1.0 to 7.2.0 (#1280)

    Bumps com.diffplug.spotless from 7.1.0 to 7.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-version: 7.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    7c643c2 View commit details
    Browse the repository at this point in the history
  2. Scam Blocker fine-tuning (#1281)

    * added new scam and false positives, fine-tuned, ability to use "foo$"
    * exact matches (^foo$)
    Zabuzard authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    e6522be View commit details
    Browse the repository at this point in the history
  3. Ignore "scam" send by trusted users (#1282)

    * Ignore "scam" send by trusted users
    * added extra "trustedUserRolePattern" config entry
    Zabuzard authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    c33d235 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (#1284)

    Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 to 1.14.0.
    - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
    - [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-text
      dependency-version: 1.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    c391084 View commit details
    Browse the repository at this point in the history
Loading