- Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
- Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
- Add: hook to automatically upgrade the database scheme if needed
- Add: hook to automatically upgrade the database scheme if needed
- Add: multi-add IDs, create a list with stb_ds and add its content in the queue, the adds are batched 10 per 10
- Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
- Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
- Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
- Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
- Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
- Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
...
@@ -9,7 +10,7 @@
...
@@ -9,7 +10,7 @@
- Change: cmake minimal version to 3.17 because of policy CMP0100
- Change: cmake minimal version to 3.17 because of policy CMP0100
- Change: the CI check if lektor compiles, no binary deployment for now
- Change: the CI check if lektor compiles, no binary deployment for now