aboutsummaryrefslogtreecommitdiffstats
path: root/src/ops.rs
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.1.3, update tesseras-dht to 0.1.4v0.1.3murilo ijanc2026-03-271-0/+4
| | | | | | | - Block marker on delete prevents DHT re-import - Remote delete propagation via delete_callback - New index page with project info and man page links - Fix lookups status order (started/completed)
* Fix critical data integrity and security issuesmurilo ijanc2026-03-251-1/+11
| | | | | | | | | | - Atomic writes in store (write-to-temp + rename) to prevent corruption on crash - Validate DHT results against requested content hash to reject forged data from malicious nodes - Limit protocol line size to 128 KiB on Unix socket to prevent memory exhaustion - Use saturating_add for TTL expiry to prevent u64 overflow
* Initial commit: tesseras-paste decentralized pastebinmurilo ijanc2026-03-251-0/+160
DHT-backed encrypted pastebin with two binaries (tp/tpd), XChaCha20-Poly1305 encryption, content-addressed storage, and Unix socket + HTTP interfaces.