This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Jun 07, 2020
-
-
Nicolas Werner authored
-
- May 30, 2020
-
-
Nicolas Werner authored
-
- May 18, 2020
-
-
Nicolas Werner authored
-
- May 09, 2020
-
-
Nicolas Werner authored
-
- May 06, 2020
-
-
Nicolas Werner authored
-
- May 05, 2020
-
-
Nicolas Werner authored
-
- May 03, 2020
-
-
Nicolas Werner authored
-
- May 02, 2020
-
-
Nicolas Werner authored
-
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 10, 2020
-
-
Nicolas Werner authored
-
- Mar 22, 2020
-
-
Nicolas Werner authored
-
- Mar 03, 2020
-
-
Adasauce authored
i was confused when a room with me and two friends showed as "user1" and 3 others.
-
- Feb 28, 2020
-
-
Nicolas Werner authored
-
- Feb 24, 2020
-
-
Nicolas Werner authored
This may increase the db size by a factor of 1000 in the worst case and it will need some fixes, when we decide to not show some events in the timeline, but it should work for now.
-
- Feb 23, 2020
-
-
Nicolas Werner authored
Only consider the room as unread, if there is a message in the room and only consider message and sticker events as messages. fixes #65
-
- Feb 20, 2020
-
-
Nicolas Werner authored
-
- Feb 05, 2020
-
-
Nicolas Werner authored
-
- Jan 31, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jan 17, 2020
-
-
Maybe this fixes the 1mb map size in my windows test environment?
-
- Dec 23, 2019
-
-
Nicolas Werner authored
-
- Dec 15, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 14, 2019
-
-
Nicolas Werner authored
fixes compilation issues with last released lmdb++
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Aug 26, 2019
-
-
Nicolas Werner authored
-
- Aug 20, 2019
-
-
Joe Donofry authored
-
- Aug 19, 2019
-
-
Joe Donofry authored
-
- Aug 13, 2019
-
-
Joe Donofry authored
Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature.
-
- Aug 10, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit.
-
- Aug 06, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
- Jul 04, 2019
-
-
Joe Donofry authored
-
- Jul 03, 2019
-
-
Nicolas Werner authored
-
- Feb 17, 2019
-
-
Andrew Johnson authored
-
- Jan 26, 2019
-
-
Joe Donofry authored
User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed.
-
- Sep 28, 2018
-
-
Victor Berger authored
-