Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 24, 2022
  2. Sep 23, 2022
  3. Sep 22, 2022
  4. Sep 20, 2022
  5. Sep 19, 2022
  6. Sep 16, 2022
  7. Sep 11, 2022
    • Hiers's avatar
      Line to indicate first unread message (#1147) · 8071b192
      Hiers authored
      * First draft of unread line feature.
      
      * Minor visual fix.
      
      * Removed unnecessary ternary operator.
      
      * Extended unread line functionality to work on minimised window or focusing another window.
      
      * Fix for unread line not showing when last read message is hidden.
      
      * Minor performance improvement. Fix for misbehaving event2order DB at application start.
      
      * Fix for possible performance issues when user has joined a large number of rooms.
      
      * Fix for breaking macos and clazy builds.
      
      * Changed on windows focus function to refresh unread line if room is unread.
      
      * Unread line is removed when user sends a message.
      
      * Linting.
      
      * Fixed unread line to work in standalone room windows.
      
      * Switch isRoomUnread for index 0.
      
      * Merged try/catch blocks.
      
      * Fix for crash on opening a room invite.
      
      * Call fullyReadEventId function when used instead of storing it and passing it through.
      
      * Function that was meant to sync the unread line was relying on an async function, oops.
      
      * Linting again.
      
      * More linting...
      
      * Minor changes.
      Unverified
      8071b192
    • Forest's avatar
      Control logging via command line and environment variables · 80f7683a
      Forest authored
      Nheko is very chatty in its log output, generating log noise (which
      complicates diagnostics) and needless disk writes (which affect power
      consumption and SSD life).  This patch introduces command line options
      and environment variables to control log levels and output type.
      
      The old --debug command line option still works, at least for now.
      It is overridden by the new command line options when they are used.
      
      Partially addresses #665.
      80f7683a
  8. Sep 06, 2022
  9. Sep 05, 2022
  10. Sep 04, 2022
  11. Sep 01, 2022
  12. Aug 31, 2022
  13. Aug 30, 2022
  14. Aug 20, 2022
  15. Aug 18, 2022
  16. Aug 16, 2022
  17. Aug 13, 2022
  18. Aug 09, 2022
  19. Aug 08, 2022
  20. Aug 05, 2022
  21. Aug 04, 2022
  22. Aug 01, 2022
  23. Jul 30, 2022
  24. Jul 29, 2022
  25. Jul 23, 2022
  26. Jul 22, 2022
  27. Jul 20, 2022
  28. Jul 19, 2022
Loading