aboutsummaryrefslogtreecommitdiff
path: root/src/api/MessageEvents.ts
AgeCommit message (Collapse)Author
2023-05-17feat(plugin): FavoriteEmojiFirst (#1110)Syncx
Co-authored-by: V <vendicated@riseup.net>
2023-05-06[skip ci] Refactor utilsVendicated
2023-05-05Fix FakeNitro Stickers (#1048)Nuckyz
2023-05-02MessageEvents: Support sendMessage with attachments (#1023)V
2023-03-25feat(MessageEvents): Promisable send/edit listeners (#514)hunter
* promisable send/edit listeners * added self * Apply suggestions from code review Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> * fix patches --------- Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: Ven <vendicated@riseup.net>
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-14MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)Ven
2022-11-08fix double click actions using outdated contentVendicated
2022-11-07feat(nitroBypass): add sticker bypass (#184)Nico
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-10-22style: Sort importsVendicated
2022-10-22Add license headersVendicated
2022-10-09Make typescript happy, tsc test run in CIVendicated
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-09-16Add .editorconfig; reformat projectVendicated
2022-08-31Unindent, plugins is now an object instead of []Vendicated
2022-08-31Add Plugin.start, make Settings actually start/stop pluginsVendicated
2022-08-31Add nitro bypass (#4)ArjixWasTaken