This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Sep 16, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
-
- Aug 17, 2020
-
-
Nicolas Werner authored
-
- Aug 01, 2020
-
-
trilene authored
-
- Jul 26, 2020
-
-
Nicolas Werner authored
-
- Jul 24, 2020
-
-
trilene authored
-
- Jul 19, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jul 18, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jul 14, 2020
- Jul 13, 2020
-
-
trilene authored
-
- Jul 12, 2020
-
-
Nicolas Werner authored
-
- Jul 10, 2020
-
-
trilene authored
-
- Jul 09, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jun 26, 2020
-
-
Nicolas Werner authored
-
- Jun 12, 2020
-
-
Joe Donofry authored
-
- May 30, 2020
-
-
Nicolas Werner authored
-
- May 26, 2020
-
-
Nicolas Werner authored
-
- May 21, 2020
-
-
lkito authored
-
- May 17, 2020
-
-
Nicolas Werner authored
Messages on /sync don't have a room_id
-
- May 16, 2020
-
-
Nicolas Werner authored
-
- May 15, 2020
-
-
Joe Donofry authored
-
- May 13, 2020
-
-
Nicolas Werner authored
(This is such a hack and will probably break, but it works for now for most cases...)
-
Joe Donofry authored
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
-
- May 10, 2020
-
-
Joe Donofry authored
-
- May 09, 2020
-
-
Nicolas Werner authored
-
- May 08, 2020
-
-
Joe Donofry authored
-
- May 06, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 05, 2020
-
-
Nicolas Werner authored
-
- May 04, 2020
-
-
Nicolas Werner authored
-
- Apr 30, 2020
-
-
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.
-
- Apr 29, 2020
-
-
Nicolas Werner authored
-