-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite in Rust & use Nix to build Docker images #303
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clippy found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
I think we can drop the |
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
Signed-off-by: seth <[email protected]>
with tag names *and* aliases both being options, we reach the limit for the discord API Signed-off-by: seth <[email protected]>
this was unused
this allows for the module to always work when only importing it from the flake. if you want to make sure you aren't duplicating nixpkgs inputs, the `nixpkgs` input of this flake should be overriden, or `services.refraction.package` should be set to an overlayed version of refraction (i.e., `pkgs.refraction` after setting `nixpkgs.overlays = [ inputs.refraction.overlays.default ]`)
This reverts commit 3503dda.
This reverts commit 4795e15.
This reverts commit 94b12a1.
New things
Rust! 🚀 🔥 🦀
Moderation Commands 👮So far custom ban and kick commands have been implementedThis is mainly to fix our problems with other bots not supporting both slash and prefix commands wellSuggestions are very welcome here, as I would like to make sure we have most commands we would regularly want (and have fun using them :p)Nix Docker images ❄️
TODO
Here are some things currently implemented in refraction that aren't here yet (let me know if I missed any)
modrinth commandWe are removing this in favor of Alliumtag
commandeta
(thanks kode!)support
threadsReimplement Contributor roles #268we're not doing this anymorestatus
done! just need to check for bugs
disclaimer
some of this is code directly derived from teawiebot