refactor: split monolithic rpc.py into modular action handler classes for auth, channels, containers, databases, mentions, messages, and misc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user