Patrick Klaeren

Results 27 issues of Patrick Klaeren

As per functionality from other bots - to fully commit to using MODiX, it might be nice to see users who joined/leave the guild in the assigned moderation log channels.

proposal
good first issue

It looks like the build pipelines are currently maintained in the UI on devops, would be nice to have these in version control.

infrastructure

There's a little overhead when Discord.NET's API changes and we need to update the Discord.Net.Abstractions library as part of MODiX to match the new contract(s). I understand why the abstractions...

proposal
refactoring
unit testing

In all areas where we are storing datetimes, we're currently utilising .NET's `DateTimeOffset` type. While we try and retain the timezone/offset information, it turns out, the EF Core driver for...

bug
enhancement
temporary workaround

Currently we iterate over all active tags for a guild and check if the logged in user can edit the tag - regardless if they will edit the given tags....

enhancement
refactoring

Since the upgrade to .NET Core 3.1, #649, there have been (more?) exceptions regarding the antiforgery token on the web end. Initial investigation seems to point towards needing to configure...

bug
needs investigation

I've been regularly receiving the following error: ![image](https://user-images.githubusercontent.com/1341180/63843339-25dfd880-c97e-11e9-9f2e-a8430ab70f5c.png) It looks like we're pulling through all promotions, here https://github.com/discord-csharp/MODiX/blob/master/Modix/Controllers/PromotionController.cs#L24-L29 which may be unfavorable in this particular scenario and leads to timeouts.

bug
needs investigation

As per functionality from other bots - to fully commit to using MODiX, it might be nice to see logs from users who's nicknames have changed in the guild, in...

proposal
good first issue

Currently we have a hardcoded value for the minimum amount of stars required for a message to be sent to a starboard channel. It has been suggested, by @tannergooding, that...

enhancement
proposal

MODiX currently has no spam prevention. As discovered in #83, although we purge invite links, there's nothing stopping a user from posting multiple invites and letting MODiX itself spam the...

proposal