aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2020-11-24Start on mastodon/pleromadec05eba
2020-11-23Matrix: remove room if loaded in cache but removed remotedec05eba
2020-11-23Matrix: readd additional messages sync, remove reply/edit formatting from roo...dec05eba
2020-11-22Matrix: user messages not appearing after re-entering roomdec05eba
2020-11-22Matrix: filter out messages with transaction id, which fixed messages sent by...dec05eba
2020-11-22Matrix: add /reactdec05eba
2020-11-22Matrix: add reactionsdec05eba
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy loa...dec05eba
2020-11-19Matrix: cache get_message_by_id, temporary remove fetching additional message...dec05eba
2020-11-18Matrix: attempt to fix fetching of previous messages before sync is finisheddec05eba
2020-11-18Matrix: attempt fix double messages for sent messages with construct, missing...dec05eba
2020-11-16Matrix: fix crash when failing to send message or read markerdec05eba
2020-11-16Matrix: fix unread red marker when fetching previous messagesdec05eba
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-11-12Matrix: workaround synapse bug where sync doesn't include membership states w...dec05eba
2020-11-09Matrix: show correct displayname and avatar for direct messages, or rooms wit...dec05eba
2020-11-09Matrix: update user display name/avatar when updated in /sync; fix backspace ...dec05eba
2020-11-08Matrix: show last message sorted by timestamp in room descriptiondec05eba
2020-11-07Cache read tagdec05eba
2020-11-04Matrix: fetch additional messages in the background for all rooms, filter roo...dec05eba
2020-11-04Matrix: do not post filter on first sync, show loading animation if sync cach...dec05eba
2020-11-04Matrix: hack: fetch latest messages even if sync is not finished when going t...dec05eba
2020-11-04Test caching filter in matrixdec05eba
2020-11-04Matrix: show membership events, unimplemented events, do not fetch users remo...dec05eba
2020-11-04Add channels page to related videos menu, fix related videos menu broken afte...dec05eba
2020-11-03Youtube add channel page, fix search pagination (update to correct continuati...dec05eba
2020-11-03Matrix: fetch user if the user is not available for some reason (synapse bug?)dec05eba
2020-11-03Matrix: update body item filter when switching tabdec05eba
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w...dec05eba
2020-11-01Matrix: do not show notification for cache sync messagesdec05eba
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: create room immediately after receiving join response, instead of wai...dec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add as...dec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room varia...dec05eba
2020-10-23Kill program on read failure or callback returning non-0 value, fix potential...dec05eba
2020-10-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
2020-10-21Matrix: sort rooms by mention/unread messagesdec05eba
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-19shared_ptr<RoomData> -> unique_ptr<RoomData> and naked pointersdec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ...dec05eba
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show rela...dec05eba
2020-10-17Matrix: update room list when joining a room (in another client) without rest...dec05eba
2020-10-17Matrix: make text that mentions us reddec05eba