matrix-gptbot/src/gptbot/callbacks
Kumi e1782d1034
Disable test and encryption callbacks
Temporarily commented out callbacks for test responses, event handling, and encrypted messages to focus on core functionality stabilization. This change aims to simplify the debugging process and enhance the reliability of active features during the development phase. Encryption handling will be reintroduced after refining base features.
2023-11-29 11:43:09 +01:00
..
__init__.py Disable test and encryption callbacks 2023-11-29 11:43:09 +01:00
encrypted.py Work towards encryption support 2023-11-11 17:22:43 +01:00
invite.py Make it an importable module 2023-05-25 07:28:28 +00:00
join.py Work towards encryption support 2023-11-11 17:22:43 +01:00
keys.py Work towards encryption support 2023-11-11 17:22:43 +01:00
message.py Work towards encryption support 2023-11-11 17:22:43 +01:00
roomkey.py Work towards encryption support 2023-11-11 17:22:43 +01:00
roommember.py Work towards encryption support 2023-11-11 17:22:43 +01:00
sync.py Make it an importable module 2023-05-25 07:28:28 +00:00
test.py Make it an importable module 2023-05-25 07:28:28 +00:00
test_response.py Bump version to 0.1.0 2023-05-25 12:41:32 +00:00