aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2021-02-09Matrix: its all so tiresomedec05eba
2021-02-08Matrix: add room list on the left side when in a roomdec05eba
2021-01-25Limit ytdl video resolution to the largest monitors heightdec05eba
2021-01-25Matrix: edited message replies to user should still be red... and join event ↵dec05eba
more blalbalba whatever
2021-01-14cdec05eba
2021-01-14bdec05eba
2021-01-14adec05eba
2021-01-07Fix for pinephonedec05eba
2021-01-02Matrix: fix reactions in reply messagesdec05eba
2020-12-21Add pipe plugin, increase video load timeout to 500 secondsdec05eba
2020-12-15Matrix: more red in replies, or whateverdec05eba
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ↵dec05eba
render callback, fix gif play next on 4chan.. test
2020-12-05Matrix: scroll to bottom when receiving previous messages and no visible ↵dec05eba
messages, fix thumbnail size json crash
2020-12-04Matrix: wait until message is deleted remote before removing locally, to fix ↵dec05eba
removing messages we dont have permission to remove and reset avatar to posters avatar, not the deleters
2020-12-03Matrix: make messages that reply to us red even if the text itself doesn't ↵dec05eba
contain reference to our name
2020-12-01Youtube: fix description that contains bold text being cut offdec05eba
2020-12-01Matrix: remove sync sleepdec05eba
2020-11-24Matrix: fix user display name when added by invite (state_key)dec05eba
2020-11-22Matrix: add vim key navigation for messages/pinned messages viewdec05eba
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-21Smooth emojidec05eba
2020-11-20Matrix: display replied-to messages in pinned messages tabdec05eba
2020-11-19Matrix: cache get_message_by_id, temporary remove fetching additional ↵dec05eba
messages which corrupts messages
2020-11-18Matrix: fix read marker if the last message is a redact or editdec05eba
2020-11-18Matrix: set window title to room name when using matrixdec05eba
2020-11-18Matrix: use slower /context instead of /event to workaround construct ↵dec05eba
fucking shit bug where it just randomly fails
2020-11-18Matrix: implement m.stickerdec05eba
2020-11-17Matrix: fix duplicate notifications on mention for initial syncdec05eba
2020-11-17Matrix: attempt to fix fetching previous messages before initial sync is ↵dec05eba
finished fetching old messages
2020-11-16Exclude last parenthesis in url extraction if unbalanced, fix testsdec05eba
2020-11-16Matrix: fix crash when failing to send message or read markerdec05eba
2020-11-16Matrix: do not continuously fetch messages when currently showing pinned ↵dec05eba
messages tab
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-12Matrix: workaround synapse bug where sync doesn't include membership states ↵dec05eba
when using messages filter
2020-11-11Matrix: do not save to sync file on errordec05eba
2020-11-10Scroll page instead of changing body item if the item cant be fully ↵dec05eba
displayed inside the window
2020-11-09Matrix: show number of pinned messages in tab, show previous displayname in ↵dec05eba
name change
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-05Asdf sortingdec05eba
2020-11-05Move mentioned room to top againdec05eba
2020-11-05Change chat input to I, remove read marker delaydec05eba
2020-11-04Matrix: fetch additional messages in the background for all rooms, filter ↵dec05eba
room list when updated after sync
2020-11-04Add ctrl+arrow key to move by word in text input, fix search triggering with ↵dec05eba
backspace repeat char
2020-11-04Add channels page to related videos menu, fix related videos menu broken ↵dec05eba
after video failing to load
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec ↵dec05eba
with huge server to 3 seconds) and cached fetch to 150ms). Properly show notifications for older messages. Reduce memory usage from 120mb to 13mb
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: create room immediately after receiving join response, instead of ↵dec05eba
waiting for join sync message