aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-21feat(plugins): Moyai ignore bots setting (#130)Nuckyz
2022-10-20New plugin: vcDoubleClickVendicated
2022-10-20Fix error when enabling a plugin with commands if CommandsAPI hasn't loadedVendicated
2022-10-20Document apisVendicated
2022-10-20legal: Make esbuild generate & link licensing informationVendicated
2022-10-20Add DataStore (IndexedDB wrapper)Vendicated
An alternative to the synchronous Settings API to work around storage limitations of localStorage and allow storing of arbitrarily large data in form of most Javascript DataTypes, see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
2022-10-20more eslintVendicated
2022-10-20feat(moyai): Add option to toggle triggering moyai when the window is not ↵Nuckyz
focused (#123)
2022-10-20feat: add sendify plugin (#122)Katlyn Lorimer
* feat: add sendify plugin * fix: tweak plugin description * fix: respect message replies This implements code provided by Ven, while taking into account possible errors from Discord as well as minor changes for readability. Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19Add volume settings to fart plugin (#113)Animal
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19feat: settings sliders (#120)megumin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19feat(BANger): Customisable gif or video (#121)Glitchy
Signed-off-by: glitchy <thepatheticweebgamer@gmail.com>
2022-10-19feat(plugin): Ify improvements (#119)Nuckyz
2022-10-19Fix ViewIcons, make banner have right cursorVendicated
Discord loves pushing 2 almost identical Avatar components for A/B testing, they have never heard of an if statement :trolleybus:
2022-10-19feat: randomiseFileNames -> anonymiseFileNames (#116)obscurity
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19Fix nitroBypassVendicated
2022-10-19README: fix linkVen
2022-10-19Add License detailsVen
2022-10-19fix(interactionKeybinds): disable ping when replying to own message (#118)obscurity
2022-10-18Settings: Implement plugin options defaults (#117)Ven
2022-10-18Updater: Fix error when update check failsVen
fixes #114
2022-10-18show only the dependants that are enabled (#111)Stijn van der Kolk
2022-10-17feat: gitignored src/userplugins directory (#112)megumin
2022-10-17fix(Experiments): Broken isStaff matchRie Takahashi
2022-10-17Settings 2.0 (#107)megumin
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-10-17Add pronoundb plugin (#104)TymanWasTaken
2022-10-17Fix messageActionsVendicated
2022-10-16added mock command (#103)echo
2022-10-16Allow customising SettingsDir via VENCORD_USER_DATA_DIR environment variable ↵Kyiro
(#106)
2022-10-16Unbrick updaterVendicated
2022-10-16watch: enable sourcemaps and disable minifyVendicated
2022-10-16Optimise Web via treeshaking, cleanup build scriptsVendicated
2022-10-15buildWeb: suppress experimental api warningsVendicated
2022-10-15BrowserExtension: Disable CSPVendicated
2022-10-15fart: lazy Audio, moyai: fix cors issuesVendicated
2022-10-14ViewIcons: Use ImageModal againVendicated
2022-10-14proxyLazy: Fix constructorsVendicated
2022-10-14Fix jsdocVendicated
2022-10-14Fix modals, add wp.mapMangledModuleVendicated
2022-10-14Add workspace settings for vscodeVendicated
2022-10-14Fix fxTwitter regex (#100)Berlin
* Fixes so that wont affect other things like likes * Fixes #97 Co-authored-by: Ven <vendicated@riseup.net>
2022-10-14add choices to CommandsAPI Options (#94)Mai
2022-10-14Patch#all option to patch duplicate modules (#99)Nuckyz
2022-10-14Fix Settings errors when retrieving a null value; add PlainSettingsVendicated
2022-10-14Populate package.json fieldsVendicated
2022-10-14Add a UserScript buildVendicated
2022-10-13turns out electron13 has no array.at()Vendicated
2022-10-13quickReply => InteractionKeybinds: now supports edits (#95)Ven
2022-10-12Reorganise command pluginsVendicated
2022-10-12Commands: basic error handlingVendicated