Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode/
.claude/
*.exe
.env
.env
fmsgd
3 changes: 1 addition & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ All code MUST conform to the specification. When in doubt, re-read SPEC.md and f
## Key Rules

- Serialize and parse wire fields in the exact order defined in SPEC.md.
- Use the flag bit assignments from SPEC.md (bit 0 = has pid, bit 1 = has add to, bit 2 = common type, etc.).
- Enforce recipient uniqueness across both to and add to (case-insensitive).
- Use the flag bit assignments from SPEC.md (bit 0 = has pid, bit 1 = has add to, bit 2 = common type, etc.).im
- Reject/accept response codes must match SPEC.md — do not invent new codes.
- Resolve `_fmsg.<domain>` using A/AAAA records only (never TXT, MX, or SRV).
- Validate sender IP before issuing CHALLENGE.
Expand Down
603 changes: 287 additions & 316 deletions SPEC.md

Large diffs are not rendered by default.

191 changes: 0 additions & 191 deletions TODO.md

This file was deleted.

Loading
Loading