aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Matrix.cpp
AgeCommit message (Collapse)Author
2022-11-30Matrix: remove upload limit check if server returns error, allow @ in ↵dec05eba
username in login but remove it
2022-11-30Matrix: ignore gpg keys with expired/revoked subkey as welldec05eba
2022-11-29Matrix: set filesize limit to int64 and remove 300mb limit for non-image filesdec05eba
2022-11-28Matrix: ignore expired and revoked signatures for gpg encryptdec05eba
2022-11-26Remove reply formatting from media file title in matrix media replydec05eba
2022-11-18Readd meme gpg encryption in matrix, this time asynchronous decryptiondec05eba
of only visible items
2022-11-16ppdec05eba
2022-11-16Matrix: fix read marker when running multiple instances of quickmedia on the ↵dec05eba
same account at the same time
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-15Matrix: remove aliases and child spaces from sync to reduce sync sizedec05eba
2022-11-13Matrix: allow pinning a message if no message has ever been pinned before in ↵dec05eba
the room, fix get_previous_message spam when reaching top sometimes, fit card view cutting off bottom text (description)
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-12Matrix: fix reply formatted body including reply-to-reply message when it ↵dec05eba
shouldn't
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-11Matrix: fix replying to custom emoji making the custom emoji also display in ↵dec05eba
the reply text
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-09Matrix: reply body formatting shouldn't have html, formatted body should be ↵dec05eba
pure html. Dont display urls in codeblocks
2022-11-08html parser: fix possible endless loop. Fixes matrix chat where parsing ↵dec05eba
non-html as html happened
2022-11-08Add syntax highlighting (currently only for matrix codeblocks)dec05eba
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-07Add option to limit number of lines of text drawn in Text classdec05eba
2022-11-07Formatted text with color in matrix, monospace for codeblocksdec05eba
2022-11-06Matrix: post reply should use the last edited message in the raw bodydec05eba
2022-11-02Matrix: update room info in ui when receiving updatesdec05eba
2022-10-29Youtube: allow opening youtube channels directly from url. Same with ctrl+i ↵dec05eba
info menu
2022-10-29Matrix: add media reply with ctrl+udec05eba
2022-10-25Fix incorrect var unset in parse_user_infodec05eba
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-09-08Remove linux specific sendfile function (unused)dec05eba
2022-05-09fix pronounsMidov
2022-04-03Make saucenao work when using pantalaimon (doesn't work for encrypted rooms)dec05eba
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-17Wip: fix video duration not working for some analyzed files, get frame in ↵dec05eba
middle of video instead of first frame for thumbnail
2022-02-16Fix matrix invite accept/decline after refactoring caused bugdec05eba
2022-02-12Local-manga: improve loading of page when using slow mediumdec05eba
Especially when using NFS. Only get the latest chapter when needed and cache link to the cover page.
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-09-15Reset timestamp when going to next youtube video, copy download url on ↵dec05eba
ctrl-c for youtube
2021-09-13Include refactoringdec05eba