MODiX icon indicating copy to clipboard operation
MODiX copied to clipboard

Discord Bot handling basic moderation needs, soon implements statistics.

Results 119 MODiX issues
Sort by recently updated
recently updated
newest added

As per the discord discussion, we could have a channel dedicated to in progress campaigns and have people react to confirm or deny, using the same functionality that is used...

I thought this already existed, but it seems it does not. This issue is to contain discussions and notes on how to implement guild-specific configuration items. When a MODiX instance...

proposal
needs investigation

In code the cookie expiration time is set to 7 days, but in reality it's closer to 24 hours. Check whether the `dataprotection` folder is being persisted as a volume...

bug
needs investigation

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

feature request is simple (by description) when someone post a link to a github repo, with a region delimiter (e.g. from line X to line Y) the bot should post...

enhancement
proposal

If the token is null, it's silently used. It will then cause a WebException in the StackExchangeService when the query fails due to lack of token.

bug

A few people have gotten the following error: https://media.discordapp.net/attachments/536023005164470303/664298874176798731/unknown.png This seems to happen when build.sh is using Windows line endings. I have no idea if the issue affects more files...

This is gonna need some investigation, as everything SEEMS to be setup properly. The only thing I spot that's out of place is that `LoggerConfiguration` is being built and injected...

The initial query against '/api/userInfo` that occurs during startup of the Vue client will generally timeout when the browser is also loading the client's bundled JS files, not because there's...