[PR #724] [MERGED] Anime time #779

Closed
opened 2026-02-15 15:56:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/724
Author: @13xforever
Created: 3/9/2021
Status: Merged
Merged: 3/9/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (7)

  • 6699b27 it's anime time for every rule breaker
  • 67667e6 add anilist character name dump
  • 568e31e add anidb character name dump (no mecha)
  • 75d99a9 open some rename commands for regular users
  • 4ecbd62 bump azure timeout now that source generators do a lot of stuff
  • 222eaa2 redesign the name pool to reduce compilation time resource usage
  • 131dc9f fix tests

📊 Changes

18 files changed (+166026 additions, -21 deletions)

View changed files

📝 CompatBot/Commands/ForcedNicknames.cs (+13 -5)
📝 CompatBot/Commands/Fortune.cs (+1 -2)
📝 CompatBot/Config.cs (+1 -0)
📝 CompatBot/Database/DbImporter.cs (+119 -2)
CompatBot/Database/Migrations/ThumbnailDb/20210309212939_AddUserNamePool.Designer.cs (+266 -0)
CompatBot/Database/Migrations/ThumbnailDb/20210309212939_AddUserNamePool.cs (+29 -0)
📝 CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs (+18 -0)
📝 CompatBot/Database/ThumbnailDb.cs (+9 -0)
📝 CompatBot/EventHandlers/UsernameZalgoMonitor.cs (+22 -3)
📝 CompatBot/Program.cs (+2 -7)
📝 README.md (+1 -1)
📝 Tests/ZalgoTests.cs (+9 -0)
📝 azure-pipelines.yml (+1 -1)
get-names_anidb.ps1 (+114 -0)
get-names_anilist.ps1 (+58 -0)
names_anidb.txt (+80256 -0)
names_anilist.txt (+84727 -0)
names_anime.txt (+380 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/724 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/9/2021 **Status:** ✅ Merged **Merged:** 3/9/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`6699b27`](https://github.com/RPCS3/discord-bot/commit/6699b27a7b72d37c9b1990dc38f3766ac4ccf943) it's anime time for every rule breaker - [`67667e6`](https://github.com/RPCS3/discord-bot/commit/67667e6855a09416e3284c5f9c57da6db89263e0) add anilist character name dump - [`568e31e`](https://github.com/RPCS3/discord-bot/commit/568e31eb488cace4fb1a114e187032741c103f51) add anidb character name dump (no mecha) - [`75d99a9`](https://github.com/RPCS3/discord-bot/commit/75d99a9477ff38563f27a96b1986a08a24e6503e) open some rename commands for regular users - [`4ecbd62`](https://github.com/RPCS3/discord-bot/commit/4ecbd62eb0a7c12df921f43ad5805a7030448e15) bump azure timeout now that source generators do a lot of stuff - [`222eaa2`](https://github.com/RPCS3/discord-bot/commit/222eaa2a355ed5a34a71989421ea142df4f2b51f) redesign the name pool to reduce compilation time resource usage - [`131dc9f`](https://github.com/RPCS3/discord-bot/commit/131dc9f352035c5eabb02b0715ac546c6aa2bb90) fix tests ### 📊 Changes **18 files changed** (+166026 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/ForcedNicknames.cs` (+13 -5) 📝 `CompatBot/Commands/Fortune.cs` (+1 -2) 📝 `CompatBot/Config.cs` (+1 -0) 📝 `CompatBot/Database/DbImporter.cs` (+119 -2) ➕ `CompatBot/Database/Migrations/ThumbnailDb/20210309212939_AddUserNamePool.Designer.cs` (+266 -0) ➕ `CompatBot/Database/Migrations/ThumbnailDb/20210309212939_AddUserNamePool.cs` (+29 -0) 📝 `CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs` (+18 -0) 📝 `CompatBot/Database/ThumbnailDb.cs` (+9 -0) 📝 `CompatBot/EventHandlers/UsernameZalgoMonitor.cs` (+22 -3) 📝 `CompatBot/Program.cs` (+2 -7) 📝 `README.md` (+1 -1) 📝 `Tests/ZalgoTests.cs` (+9 -0) 📝 `azure-pipelines.yml` (+1 -1) ➕ `get-names_anidb.ps1` (+114 -0) ➕ `get-names_anilist.ps1` (+58 -0) ➕ `names_anidb.txt` (+80256 -0) ➕ `names_anilist.txt` (+84727 -0) ➕ `names_anime.txt` (+380 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:51 -05:00
yindo closed this issue 2026-02-15 15:56:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#779