-rw-r--r-- | .gitignore | 4L |
-rw-r--r-- | .gitlab-ci.yml | 39L |
-rw-r--r-- | README.md | 40L |
-rw-r--r-- | UNLICENSE | 24L |
-rw-r--r-- | cyrto/.gitignore | 10L |
-rw-r--r-- | cyrto/CHANGELOG.md | 3L |
-rw-r--r-- | cyrto/README.md | 1L |
-rw-r--r-- | cyrto/analysis_options.yaml | 30L |
-rw-r--r-- | cyrto/example/cyrtophora_example.dart | 6L |
-rw-r--r-- | cyrto/lib/cyrtophora.dart | 9L |
-rw-r--r-- | cyrto/lib/src/account.dart | 10L |
-rw-r--r-- | cyrto/lib/src/api.dart | 30L |
-rw-r--r-- | cyrto/lib/src/data.dart | 64L |
-rw-r--r-- | cyrto/lib/src/utils.dart | 75L |
-rw-r--r-- | cyrto/lib/src/validate.dart | 80L |
-rw-r--r-- | cyrto/pubspec.yaml | 14L |
-rw-r--r-- | cyrto/test/cyrtophora_test.dart | 5L |
-rw-r--r-- | cyrto/test/utils_test.dart | 100L |
-rw-r--r-- | cyrto/test/validate_test.dart | 66L |
-rw-r--r-- | phora/Cargo.lock | 1145L |
-rw-r--r-- | phora/Cargo.toml | 18L |
-rw-r--r-- | phora/src/account.rs | 44L |
-rw-r--r-- | phora/src/crypto.rs | 188L |
-rw-r--r-- | phora/src/data.rs | 35L |
-rw-r--r-- | phora/src/database/error.rs | 27L |
-rw-r--r-- | phora/src/database/mod.rs | 15L |
-rw-r--r-- | phora/src/database/sqlite.rs | 136L |
-rw-r--r-- | phora/src/endpoints.rs | 16L |
-rw-r--r-- | phora/src/lib.rs | 122L |
-rw-r--r-- | phora/src/node.rs | 17L |
-rw-r--r-- | phora/src/validate.rs | 146L |
-rw-r--r-- | spec/.gitignore | 1L |
-rw-r--r-- | spec/book.toml | 6L |
-rw-r--r-- | spec/src/SUMMARY.md | 8L |
-rw-r--r-- | spec/src/accounts.md | 37L |
-rw-r--r-- | spec/src/cyrtophora.md | 3L |
-rw-r--r-- | spec/src/database.md | 6L |
-rw-r--r-- | spec/src/password-hashing.md | 75L |
-rw-r--r-- | spec/src/sqlite-support.md | 11L |
-rw-r--r-- | spec/src/validation.md | 1L |