Warn when uploading unsplitted logs / auto split logs

Currently it is possible to upload a big log containing data of multiple days and it gets listed under the first date in the log. This makes it nearly impossible to find recent kills that were uploaded with an older log.

Suggestions to improve this:

  • Warning in the client when uploading if the difference of log entries is more than some hours
  • Automatically split the log when the client detects a big time difference
  • Display the report for each date in the log in the guild calendar

The problem is it’s difficult to detect this without scanning the log file before uploading. While I could certainly do this, it would significantly lengthen the process of log uploading.