mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #78] [MERGED] Username spoofing detection #195
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/78
Author: @13xforever
Created: 9/12/2018
Status: ✅ Merged
Merged: 9/13/2018
Merged by: @Nicba1010
Base:
master← Head:feature/username_spoofing_detection📝 Commits (9)
e1e3c06...169e580well, I am stupid2a313d2some config comments832c45cuser name spoofing monitoringfb52ed6more multi-character glyphs3e344benew log issue detections809f858detect encrypted or corrupted disc dumps0034cffuse compact updat info formatea79488!audit spoofing📊 Changes
16 files changed (+10028 additions, -27 deletions)
View changed files
➕
CompatBot/Commands/Moderation.Audit.cs(+72 -0)📝
CompatBot/Commands/Moderation.cs(+1 -1)📝
CompatBot/CompatBot.csproj(+1 -0)📝
CompatBot/Config.cs(+7 -7)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+2 -0)➕
CompatBot/EventHandlers/UsernameSpoofMonitor.cs(+111 -0)📝
CompatBot/Program.cs(+4 -0)📝
CompatBot/Utils/DiscordClientExtensions.cs(+25 -6)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+13 -6)📝
CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs(+9 -6)➕
HomoglyphConverter/ConfusablesBuilder.cs(+57 -0)➕
HomoglyphConverter/HomoglyphConverter.csproj(+16 -0)➕
HomoglyphConverter/Normalizer.cs(+85 -0)➕
HomoglyphConverter/confusables.txt(+9618 -0)➕
HomoglyphConverter/confusables.txt.gz(+0 -0)📝
discord-bot-net.sln(+7 -1)📄 Description
This PR adds monitoring for new and changed names that could potentially target any other user with a role, aka
GaICivincident prevention.At the moment there's no differentiation for role importance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.