Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-21 | feat(plugins): Moyai ignore bots setting (#130) | Nuckyz | |
2022-10-20 | New plugin: vcDoubleClick | Vendicated | |
2022-10-20 | Fix error when enabling a plugin with commands if CommandsAPI hasn't loaded | Vendicated | |
2022-10-20 | Document apis | Vendicated | |
2022-10-20 | legal: Make esbuild generate & link licensing information | Vendicated | |
2022-10-20 | Add 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-20 | more eslint | Vendicated | |
2022-10-20 | feat(moyai): Add option to toggle triggering moyai when the window is not ↵ | Nuckyz | |
focused (#123) | |||
2022-10-20 | feat: 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-19 | Add volume settings to fart plugin (#113) | Animal | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-10-19 | feat: settings sliders (#120) | megumin | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-10-19 | feat(BANger): Customisable gif or video (#121) | Glitchy | |
Signed-off-by: glitchy <thepatheticweebgamer@gmail.com> | |||
2022-10-19 | feat(plugin): Ify improvements (#119) | Nuckyz | |
2022-10-19 | Fix ViewIcons, make banner have right cursor | Vendicated | |
Discord loves pushing 2 almost identical Avatar components for A/B testing, they have never heard of an if statement :trolleybus: | |||
2022-10-19 | feat: randomiseFileNames -> anonymiseFileNames (#116) | obscurity | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-10-19 | Fix nitroBypass | Vendicated | |
2022-10-19 | README: fix link | Ven | |
2022-10-19 | Add License details | Ven | |
2022-10-19 | fix(interactionKeybinds): disable ping when replying to own message (#118) | obscurity | |
2022-10-18 | Settings: Implement plugin options defaults (#117) | Ven | |
2022-10-18 | Updater: Fix error when update check fails | Ven | |
fixes #114 | |||
2022-10-18 | show only the dependants that are enabled (#111) | Stijn van der Kolk | |
2022-10-17 | feat: gitignored src/userplugins directory (#112) | megumin | |
2022-10-17 | fix(Experiments): Broken isStaff match | Rie Takahashi | |
2022-10-17 | Settings 2.0 (#107) | megumin | |
Co-authored-by: Vendicated <vendicated@riseup.net> | |||
2022-10-17 | Add pronoundb plugin (#104) | TymanWasTaken | |
2022-10-17 | Fix messageActions | Vendicated | |
2022-10-16 | added mock command (#103) | echo | |
2022-10-16 | Allow customising SettingsDir via VENCORD_USER_DATA_DIR environment variable ↵ | Kyiro | |
(#106) | |||
2022-10-16 | Unbrick updater | Vendicated | |
2022-10-16 | watch: enable sourcemaps and disable minify | Vendicated | |
2022-10-16 | Optimise Web via treeshaking, cleanup build scripts | Vendicated | |
2022-10-15 | buildWeb: suppress experimental api warnings | Vendicated | |
2022-10-15 | BrowserExtension: Disable CSP | Vendicated | |
2022-10-15 | fart: lazy Audio, moyai: fix cors issues | Vendicated | |
2022-10-14 | ViewIcons: Use ImageModal again | Vendicated | |
2022-10-14 | proxyLazy: Fix constructors | Vendicated | |
2022-10-14 | Fix jsdoc | Vendicated | |
2022-10-14 | Fix modals, add wp.mapMangledModule | Vendicated | |
2022-10-14 | Add workspace settings for vscode | Vendicated | |
2022-10-14 | Fix fxTwitter regex (#100) | Berlin | |
* Fixes so that wont affect other things like likes * Fixes #97 Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-10-14 | add choices to CommandsAPI Options (#94) | Mai | |
2022-10-14 | Patch#all option to patch duplicate modules (#99) | Nuckyz | |
2022-10-14 | Fix Settings errors when retrieving a null value; add PlainSettings | Vendicated | |
2022-10-14 | Populate package.json fields | Vendicated | |
2022-10-14 | Add a UserScript build | Vendicated | |
2022-10-13 | turns out electron13 has no array.at() | Vendicated | |
2022-10-13 | quickReply => InteractionKeybinds: now supports edits (#95) | Ven | |
2022-10-12 | Reorganise command plugins | Vendicated | |
2022-10-12 | Commands: basic error handling | Vendicated | |