<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tesseras-paste/src/ops.rs, branch v0.1.1</title>
<subtitle>Decentralized pastebin built on tesseras-dht
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tesseras.net/tesseras-paste/'/>
<entry>
<title>Fix critical data integrity and security issues</title>
<updated>2026-03-25T17:22:21+00:00</updated>
<author>
<name>murilo ijanc</name>
</author>
<published>2026-03-25T17:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tesseras.net/tesseras-paste/commit/?id=b9f813fb4b7de1042370b529b9ccc036b208465b'/>
<id>b9f813fb4b7de1042370b529b9ccc036b208465b</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit: tesseras-paste decentralized pastebin</title>
<updated>2026-03-25T05:07:37+00:00</updated>
<author>
<name>murilo ijanc</name>
</author>
<published>2026-03-25T05:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tesseras.net/tesseras-paste/commit/?id=7aff2e1d279a4e442b32f49ca0a0eca065355787'/>
<id>7aff2e1d279a4e442b32f49ca0a0eca065355787</id>
<content type='text'>
DHT-backed encrypted pastebin with two binaries (tp/tpd),
XChaCha20-Poly1305 encryption, content-addressed storage,
and Unix socket + HTTP interfaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DHT-backed encrypted pastebin with two binaries (tp/tpd),
XChaCha20-Poly1305 encryption, content-addressed storage,
and Unix socket + HTTP interfaces.
</pre>
</div>
</content>
</entry>
</feed>
