Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. May 06, 2020
  2. May 05, 2020
  3. May 01, 2020
  4. Apr 30, 2020
    • Nicolas Werner's avatar
      Don't store pending receipts in cache · e6fcccc8
      Nicolas Werner authored
      We don't get notified for every message. Sometimes we only get a read
      receipt for the newest message, which means old read receipts accumulate
      in the database. This least to some considerable CPU overhead, when
      checking if the timeline should be notified for new read receipts.
      Instead just always notify, since that has far less overhead in the
      worst case and doesn't need complicated cache cleanup.
      
      The old pending_receipts db is not removed for now. It should still have
      minimal storage overhead and we don't have a good mechanism for cache
      format upgrades atm.
      e6fcccc8
  5. Apr 29, 2020
  6. Apr 23, 2020
  7. Apr 22, 2020
  8. Apr 21, 2020
  9. Apr 19, 2020
  10. Apr 14, 2020
  11. Apr 13, 2020
  12. Apr 10, 2020
  13. Mar 30, 2020
  14. Mar 29, 2020
  15. Mar 24, 2020
  16. Mar 20, 2020
  17. Mar 12, 2020
  18. Mar 03, 2020
  19. Feb 26, 2020
  20. Feb 20, 2020
  21. Feb 17, 2020
  22. Feb 16, 2020
  23. Feb 15, 2020
  24. Feb 14, 2020
    • Adasauce's avatar
      use the standard system download path for downloads · 17b5cc32
      Adasauce authored
      QFileDialog's dir arg (which was set to the incoming file name from the
      Matrix download) can take a full path to suggest. By prepending
      QStandardPaths::DownloadLocation, it opens to the system's download
      folder and proposes the filename as the download name.
      
      Using QStandardPaths should make this work on other platforms, and from
      what I read, its possible for this to return an empty string on
      platforms where it doesn't support it, so this should essentially
      revert to the previous functionality if Qt can't determine the system's
      download location.
      Unverified
      17b5cc32
  25. Feb 13, 2020
  26. Feb 07, 2020
  27. Feb 04, 2020
  28. Feb 03, 2020
Loading