2 Commits

Author SHA1 Message Date
Yves-Marie Haussonne
8d9713e552 ```
Refactor transaction handling on startup

Changed the config option for handling transactions on startup from a simple boolean (clear transactions) to an enum ('keep', 'delete', 'rollback') for more granular control. Implemented the 'rollback' logic to revert transactions on startup. Added validation and error logging for the new config value.
```
2024-09-26 14:54:03 +02:00
Yves-Marie Haussonne
92eb472212 add globals in luacheckrc, document settings 2024-09-25 23:18:02 +02:00