-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
12 additions
and
98 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule go
updated
5 files
+0 −3 | silverpelt/config_opts.go | |
+0 −48 | silverpelt/module_config.go | |
+0 −55 | silverpelt/permissions.go | |
+0 −37 | silverpelt/utils.go | |
+0 −14 | silverpelt/utils_test.go |
Submodule rust
updated
8 files
+13 −37 | rust.jobserver/src/lib.rs | |
+0 −18 | rust.permissions/Cargo.toml | |
+0 −157 | rust.permissions/src/lib.rs | |
+0 −53 | rust.permissions/src/parse.rs | |
+0 −159 | rust.permissions/src/types.rs | |
+0 −1 | rust.settings/Cargo.toml | |
+7 −16 | rust.settings/src/cfg.rs | |
+0 −3 | rust.settings/src/types.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nirn-proxy
updated
4 files
+4 −1 | .gitignore | |
+0 −1 | gitignore | |
+29 −0 | lib/discord.go | |
+15 −3 | lib/queue_manager.go |
Submodule templating-types
updated
12 files
+2 −1 | .luaurc | |
+106 −0 | @antiraid-ext/service.luau | |
+90 −0 | @antiraid-ext/signal.luau | |
+0 −103 | @antiraid-ext/task.luau | |
+0 −7 | @antiraid/async.luau | |
+1 −1 | @antiraid/interop.luau | |
+12 −0 | @antiraid/promise.luau | |
+0 −0 | @antiraid/stream.luau | |
+0 −15 | types/Async.luau | |
+6 −21 | types/DummyImpls.luau | |
+1 −11 | types/LuaStream.luau | |
+3 −3 | types/Primitives.luau |
Submodule api
updated
21 files
Submodule bot
updated
31 files
Submodule jobserver
updated
8 files
+1 −10 | interfaces/interfaces.go | |
+3 −19 | jobs/backups/create.go | |
+3 −19 | jobs/backups/restore.go | |
+2 −19 | jobs/moderation/msgprune.go | |
+2 −69 | jobs/utils.go | |
+3 −9 | pkg/server/jobrunner/create_task.go | |
+1 −1 | pkg/server/jobrunner/executor.go | |
+3 −11 | types/types.go |
Submodule template-worker
updated
11 files