Commit Graph

825 Commits

Author SHA1 Message Date
Carter Perez 066b2b4fe3
Update README.md 2025-12-31 04:41:11 -05:00
Carter Perez 1035e8f4cd
Delete PROJECTS/Aenebris/.angela/NEXT_websockets-prep.md 2025-12-31 04:40:33 -05:00
Carter Perez 980aefe3c3
Merge pull request #14 from CarterPerez-dev/1.5/haskell-reverse-proxy
feat: implement WebSocket proxying support (Milestone 1.5)
2025-12-31 04:40:11 -05:00
CarterPerez-dev 984d3d5dd6 feat: implement WebSocket proxying support (Milestone 1.5)
- Add Connection.hs with ConnectionState type and upgrade detection
- Add Tunnel.hs for bidirectional WebSocket tunneling via responseRaw
- Update Proxy.hs to detect WebSocket upgrades and route to tunnel mode
- Fix request body forwarding (was previously empty)
- Add network, streaming-commons, splice dependencies
- Add WebSocket/SSE test servers in examples/websockets/

WebSocket + regular HTTP now work simultaneously without conflicts.
SSE streaming support pending (Milestone 1.6).
2025-12-31 04:10:29 -05:00
CarterPerez-dev 3c66c1818f complete 2025-12-29 21:04:24 -05:00
CarterPerez-dev b34cc4a0db initial 2025-12-28 11:31:36 -05:00
CarterPerez-dev 26d9fa1c29 chore: bump dns-lookup to v0.1.1, exclude docs from publish trigger 2025-12-09 11:37:23 -05:00
Carter Perez 5eca6e2994
Add examples section to README
Added examples section with screenshots to README.
2025-12-09 11:29:41 -05:00
CarterPerez-dev 590ef42977 feat: add dns-lookup CLI tool
Professional DNS lookup CLI with beautiful Rich terminal output.

Features:
- Multi-record queries (A, AAAA, MX, NS, TXT, CNAME, SOA)
- Reverse DNS lookup
- DNS trace (visual resolution path from root to authoritative)
- Batch lookups with async concurrency
- WHOIS integration
- JSON export for scripting

Includes PyPI publish workflow for automated releases.
2025-12-09 11:22:16 -05:00
Carter Perez a58b08b2a8
Merge pull request #10 from CarterPerez-dev/project/secure-p2p-messaging
in progress debugging checkpoint
2025-12-09 03:22:56 -05:00
CarterPerez-dev 7b061955e0 in progress debugging checkpoint 2025-12-09 03:22:25 -05:00
Carter Perez 3889bdd1f0
Merge pull request #9 from CarterPerez-dev/project/secure-p2p-messaging
in progress debugging checkpoint
2025-12-08 17:46:18 -05:00
CarterPerez-dev bee650d9c0 in progress debugging checkpoint 2025-12-08 17:44:27 -05:00
Carter Perez 74717832c6
Merge pull request #8 from CarterPerez-dev/project/secure-p2p-messaging
Remove .venv from tracking
2025-11-28 15:23:30 -05:00
CarterPerez-dev 67a26ffcd9 Remove .venv from tracking 2025-11-28 15:21:55 -05:00
Carter Perez 561964d161
Update README.md 2025-11-28 15:19:57 -05:00
CarterPerez-dev 96d681cf1e initial implementation 2025-11-28 15:16:10 -05:00
CarterPerez-dev 7f324efd87 initial implementation 2025-11-28 14:55:31 -05:00
CarterPerez-dev 8f89000277 checkpoint 2025-11-16 12:19:30 -05:00
CarterPerez-dev 0dbfff88da phase 1 - haskell reverse proxy 2025-11-13 02:52:48 -05:00
CarterPerez-dev a53ac282d5 mypy is annoying 2025-11-12 15:37:53 -05:00
CarterPerez-dev 116460f01a yapf 2025-11-12 15:33:54 -05:00
CarterPerez-dev e7a4ea6f92 fix ruff and mypy lint, add pre commit so it doesnt happen again 2025-11-12 15:30:47 -05:00
CarterPerez-dev 0c4a22748c move workflow files - add prettier formatting and format 2025-11-12 14:57:47 -05:00
CarterPerez-dev d1bf2cf2a9 yo yo you should star the repo :) pls 2025-11-12 08:05:27 -05:00