no-DB mode implementation #94

Manually merged
jabber.developer merged 34 commits from feat/no-db-mode into master 2026-05-05 19:32:42 +00:00
49 changed files with 13482 additions and 711 deletions
Showing only changes of commit 024e4b2336 - Show all commits

View File

@@ -29,8 +29,7 @@
#define FF_VERSION_PREFIX "# format-version: "
#define FLATFILE_HEADER \
"# profanity chat log — UTF-8, LF line endings\n" \
"# format-version: 1\n" \
"# vim: set fileencoding=utf-8 fileformat=unix :\n"
"# format-version: 1\n"
#define FF_MAX_LINE_LEN (10 * 1024 * 1024) /* 10 MB — reject lines longer than this */
#define FF_MAX_LMC_DEPTH 100 /* max correction chain depth */