aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ele...dec05eba
2020-10-16Matrix: use room object instead of room iddec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb t...dec05eba
2020-10-15Youtube: fetch next page when reaching bottom of search (also fixes continuat...dec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
2020-10-10Refactor: move download->json parsing to a one functiondec05eba
2020-10-04Matrix: remove initial delay when entering roomdec05eba
2020-10-03Matrix: attempt to fix threading issuesdec05eba
2020-10-03Matrix: show unread marker from previous session (fetch m.read marker from se...dec05eba
2020-10-03Nyaa.si: fetch next page when reaching the bottomdec05eba
2020-10-03Remove unused codedec05eba
2020-10-02Matrix: show audio and files in bodydec05eba
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: implement mention/reply notificationsdec05eba
2020-10-01Matrix: show indication for unread messages and show the last message in the ...dec05eba
2020-10-01Matrix: add message delete with ctrl+ddec05eba
2020-09-30Matrix: implement message editingdec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
2020-09-28Matrix: fix login with pantalaimon proxy, fix logout crash, show real login e...dec05eba
2020-09-27Matrix: add logout commanddec05eba
2020-09-26matrix: send start/stop typingdec05eba
2020-09-25Matrix: add display name colors depending on user iddec05eba
2020-09-25Matrix: fetch previous messages when reaching the topdec05eba
2020-09-24matrix: Add thumbnails to room listdec05eba
2020-09-23Add matrix image uploaddec05eba
2020-09-22Initial file manager implementation, with thumbnail cachingdec05eba
2020-09-22Add ctrl+i to view attached images/videos to matrix postsdec05eba
2020-09-21Add matrix room namesdec05eba
2020-09-21Initial matrix supportdec05eba
2020-09-18Initial nyaa.si supportdec05eba
2020-09-15Add manga creators page to navigate to others works by the creatorsdec05eba