goober/modules
2025-07-27 14:51:17 +03:00
..
__init__.py complete overhaul 2025-06-20 23:48:10 +02:00
globalvars.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
image.py added permission wrapper 2025-07-23 10:19:08 +03:00
key_compiler.py made code work on < python3.12 2025-07-25 23:32:56 +03:00
keys.py added cpu info to stats 2025-07-26 14:27:47 +03:00
logger.py added permission wrapper 2025-07-23 10:19:08 +03:00
markovmemory.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
permission.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
prestartchecks.py added sync hub 2025-07-27 12:24:51 +03:00
README.MD updated locales and readmes i guess goober instances would download them on next update unless someone manually runs git pull or gets it for the first time 2025-07-01 23:22:38 +02:00
sentenceprocessing.py added permission wrapper 2025-07-23 10:19:08 +03:00
settings.py added sync hub 2025-07-27 12:24:51 +03:00
sync_conenctor.py fixed trying to connect to localhost 2025-07-27 14:51:17 +03:00
unhandledexception.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00

Modules Directory

This folder contains core module files for the project.

Important:
Do not modify the files in this directory if you plan to update the project in the future. Any changes made here may be overwritten during updates, or may cause Git to detect modifications and refuse to update properly.

If you need to make changes, consider contributing upstream or using extension mechanisms provided by the project.