aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
AgeCommit message (Collapse)Author
2021-05-21Fix deadlock by reference to stack local room outside the functiondec05eba
2021-05-21Jump to room when submitting notificationdec05eba
2021-05-20Add notifications tab to matrixdec05eba
2021-05-20Move chat page room list logic to matrix delegatedec05eba
2021-05-20Start on notificationsdec05eba
run matrix delegate on main (ui) thread instead of mutex hell
2021-05-19Disable mention formatting in single line code blocksdec05eba
2021-05-18Add mention autocompletedec05eba
2021-05-05Fix red color when reply to us is editeddec05eba
2021-04-28Update emoji, add room topic to matrixdec05eba
2021-04-28Add youtube subscriptions, etcdec05eba
2021-04-27Fix multiline block not visible if only one line, fix naughty users having ↵dec05eba
too long names or newlines in username
2021-04-26Fix soundcloud (fetch client id), add authors to mangakatana, some other fixesdec05eba
2021-04-18Fix misc matrix bugs related to leaving a room when side panel is visible ↵dec05eba
and changing room, misc visual changes to manga
2021-04-01Matrix: fix thumbnails when using pantalaimon, add more predefined rooms to ↵dec05eba
room directory
2021-04-01Matrix: add room directory for joining rooms, resize video thumbnaildec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-28Use imagemagick to create thumbnails instead of doing it ourselves. Better ↵dec05eba
result and less memory usage because out of process memory reclaimed on exit
2021-03-26Add soundclouddec05eba
2021-02-11Matrix: mark local edit/reply as readdec05eba
2021-02-09The final solution to the room selection questiondec05eba
2021-02-09I hate this garbage piece of shitwaredec05eba
2021-02-09Matrix: put an end to my unread messages miserydec05eba
2021-02-09Matrix: test: only show m.room.message types in room list description, sort ↵dec05eba
room list by activity, improve initial sync time
2021-02-05Matrix: fix crash when a room is being removed in one thread and the room ↵dec05eba
description is set in another, at the same time
2020-12-15Matrix: more red in replies, or whateverdec05eba
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 ↵dec05eba
room description
2020-11-22Matrix: user messages not appearing after re-entering roomdec05eba
2020-11-22Matrix: filter out messages with transaction id, which fixed messages sent ↵dec05eba
by us in another client
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 ↵dec05eba
load 4chan board
2020-11-19Matrix: cache get_message_by_id, temporary remove fetching additional ↵dec05eba
messages which corrupts messages
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, ↵dec05eba
missing displayname/avatars and invite to join modifying the wrong user
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 ↵dec05eba
when using messages filter
2020-11-09Matrix: show correct displayname and avatar for direct messages, or rooms ↵dec05eba
with no name/avatar
2020-11-09Matrix: update user display name/avatar when updated in /sync; fix backspace ↵dec05eba
search delay
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 ↵dec05eba
room list when updated after sync
2020-11-04Matrix: do not post filter on first sync, show loading animation if sync ↵dec05eba
cache is removed without login
2020-11-04Matrix: hack: fetch latest messages even if sync is not finished when going ↵dec05eba
to room
2020-11-04Test caching filter in matrixdec05eba
2020-11-04Matrix: show membership events, unimplemented events, do not fetch users ↵dec05eba
remote during cache (slow)