Skip to content
Success

Changes

Summary

  1. Cleanup Actor.equals() and .hashCode() + some formatting (commit: 2bb9e09) (details)
  2. Escape UUID in database querys (commit: 0bdeb7d) (details)
  3. Limit UUIDs to 36 chars + prevent null UUIDs (commit: faaab7c) (details)
  4. Don't try to process row if actors could not be inserted (commit: 421f167) (details)
Commit 2bb9e099592b7cb456832bc8b1a83893c333e247 by Brokkonaut
Cleanup Actor.equals() and .hashCode() + some formatting
(commit: 2bb9e09)
The file was modified src/main/java/de/diddiz/LogBlock/Actor.java (diff)
Commit 0bdeb7dc86b8e0b09269a86aaa80be63b6bc0a9b by Brokkonaut
Escape UUID in database querys
(commit: 0bdeb7d)
The file was modified src/main/java/de/diddiz/LogBlock/Consumer.java (diff)
Commit faaab7c4f64759cce3dcb634f789af7d059e2336 by Brokkonaut
Limit UUIDs to 36 chars + prevent null UUIDs
(commit: faaab7c)
The file was modified src/main/java/de/diddiz/LogBlock/Actor.java (diff)
Commit 421f16784f224094eb416d6e3f454b7ff1b1a22a by Brokkonaut
Don't try to process row if actors could not be inserted
(commit: 421f167)
The file was modified src/main/java/de/diddiz/LogBlock/Consumer.java (diff)