aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
AgeCommit message (Collapse)Author
2022-12-16Fix bug where image are not removed from loading when not visibledec05eba
Matrix: fix invites not showing notification
2022-12-14Matrix: do not progress if internet is down (load qm read markers fails)dec05eba
2022-12-10Matrix: show loading icon properly for sync, show notifications for first syncdec05eba
2022-12-10Matrix: re-add sync from latest cachedec05eba
2022-12-10Revert matrix sync changes until tabs are addeddec05eba
2022-12-09Matrix: continue from cache instead of initial sync everytime. Mainly ↵dec05eba
improves pantalaimon sync speed
2022-12-02Matrix: extract username if login is email or user iddec05eba
2022-11-29Matrix: set filesize limit to int64 and remove 300mb limit for non-image filesdec05eba
2022-11-18Readd meme gpg encryption in matrix, this time asynchronous decryptiondec05eba
of only visible items
2022-11-15Use matrix global account data for qm read marker to bypass synapse issue ↵dec05eba
with /sync
2022-11-15Matrix: use a local cache of latest read marker timestamps to try and avoid ↵dec05eba
many unread message notices
2022-11-13Matrix: fix message edits not being applied correctlydec05eba
2022-11-12Matrix: add option to silence invites without declining them or hiding them ↵dec05eba
(ignore)
2022-11-12Matrix: fix editing reply breaking body and formatted text, edits should ↵dec05eba
always show latest edit, set read marker to proper latest message
2022-11-11Show unread mentions number at top of messagedec05eba
2022-11-11Dont format matrix reaction locally, bypass pantalaimon for custom emojidec05eba
2022-11-11Matrix: fix emojis not removed from codeblocks when posting a message, clamp ↵dec05eba
emoji size during post not upload
2022-11-11Matrix: do not format html in room description if body is plain textdec05eba
2022-11-11Add image (custom emoji) alt text for copy-pasting, limit custom emoji size ↵dec05eba
in room description, change max size to 32, 32, cache custom emoji locally
2022-11-11Support images in text, add custom emoji to matrixdec05eba
2022-11-10Matrix: add settings page with join room and logout buttondec05eba
2022-11-08html parser: fix possible endless loop. Fixes matrix chat where parsing ↵dec05eba
non-html as html happened
2022-11-07Matrix: fix edit being replaced with old message when re-entering the room ↵dec05eba
(without restart) Add quote colors to 4chan, monospace for codeblocks
2022-11-07Formatted text with color in matrix, monospace for codeblocksdec05eba
2022-11-02Matrix: update room info in ui when receiving updatesdec05eba
2022-10-29Matrix: add media reply with ctrl+udec05eba
2022-10-25Matrix: apply user display name and avatar update by timestampdec05eba
2022-09-12Sneed momentdec05eba
2022-09-10Matrix: better name for clipboard file (with extension), give pantalaimon ↵dec05eba
files proper filenames when downloading
2022-04-03Make saucenao work when using pantalaimon (doesn't work for encrypted rooms)dec05eba
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
2021-11-26Better system messages for /id and /helpdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-11-12Allow plugins to add their own tabs in ctrl+r instead of search, comments, ↵dec05eba
related and channel
2021-09-13Include refactoringdec05eba
2021-09-04Matrix: fix messages that dont mention us being added to notifications list. ↵dec05eba
Also fix read status for notifications
2021-08-20List all notifications in notifications page (including the ones we get ↵dec05eba
after starting up qm). This was caused by notifications body being overwritten with cache when navigating to it
2021-08-19Matrix: add ctrl+r to navigate to replied to message and navigate to message ↵dec05eba
from notifications tab
2021-08-17Matrix: fix room description not including message on initial sync because ↵dec05eba
of pinned events
2021-08-16Add MyAnimeList (wip)dec05eba
2021-08-15Matrix: use white avatar for users with no avatar, optimize notifications updatedec05eba
2021-08-10Matrix: add ctrl+p/ctrl+d to pin/unpin messagesdec05eba
2021-08-05Make body items private, add accessor functionsdec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
2021-08-01Matrix: implement power level change messagesdec05eba
2021-07-26Matrix: greatly improve performance when entering a very large room ↵dec05eba
(initially and later on)
2021-07-26Matrix: add /join and /invite commandsdec05eba
2021-06-25Matrix: do not show kick/ban notification when restarting quickmedia (do not ↵dec05eba
show notification on cache load)
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-05-21Fix deadlock by reference to stack local room outside the functiondec05eba
2021-05-21Jump to room when submitting notificationdec05eba