refactor: split monolithic rpc.py into modular action handlers and base components

This commit is contained in:
2026-01-24 09:10:46 +01:00
parent 6e80c3142e
commit 2b3cc49d65
15 changed files with 1452 additions and 1311 deletions
+8
View File
@@ -32,6 +32,14 @@
## Version 1.33.0 - 2026-01-24
Modularize RPC action handlers by splitting the monolithic rpc.py file into separate components for authentication, channels, containers, databases, mentions, messages, and miscellaneous actions. This improves code organization and facilitates easier maintenance and extension of RPC functionalities.
**Changes:** 13 files, 2753 lines
**Languages:** Python (2753 lines)
## Version 1.32.0 - 2026-01-24