Commit Graph

27 Commits

Author SHA1 Message Date
f8d773c1a9
adding repo when publishing
Some checks failed
Build Binaries / Build & Test (push) Successful in 53s
Build Binaries / Package Library (push) Failing after 41s
Build Binaries / Package Container (push) Has been cancelled
2024-07-28 11:17:02 +01:00
e04a15534d
updating deps
Some checks failed
Build Binaries / Build & Test (push) Successful in 51s
Build Binaries / Package Library (push) Failing after 32s
Build Binaries / Package Container (push) Has been cancelled
2024-07-28 10:54:01 +01:00
fa7a9949c1
fixing tests 2024-02-12 19:39:36 +00:00
77110f964d
more thorough error handling 2024-02-12 19:38:07 +00:00
6cef74968c
working key handshake, client subcommands, just need to start encrypting and sending content 2024-02-11 22:30:07 +00:00
6e954a9795
handling key submission from client and responding with server public key 2024-02-10 11:53:51 +00:00
328c011109
serialising public key to string, adding docs, shifting stuff about 2024-02-09 20:47:46 +00:00
dcb257a784
adding docs 2024-02-08 23:11:38 +00:00
ee9022211e
moving message module to record, skipping additional records while thinking about EDNS 2024-02-08 23:04:16 +00:00
c64691de92
merging request and response 2024-02-08 22:51:03 +00:00
8213c9e099
record parsing 2024-02-08 22:44:43 +00:00
aa78441e5a
adding asym crypto, fixing txt, appending logs 2024-02-08 17:22:06 +00:00
fdc8a7e338
adding txt rdata 2024-02-07 21:51:31 +00:00
bda56b4084
adding authority and additional resource records, renaming to resource records 2024-02-07 19:26:42 +00:00
8d92a97850
helper functions, re-imports 2024-02-07 17:44:28 +00:00
325e825b1d
doing re-imports, adding a_from_request 2024-02-07 17:23:34 +00:00
308dc38ae0
responses working, qclass and qtype from 1 byte to 2 2024-02-07 16:50:05 +00:00
0ae64f674c
adding rdata trait, tightening question parsing 2024-02-02 20:21:57 +00:00
a023165a8d
adding docstrings 2024-01-30 22:35:22 +00:00
8e1d070f85
restructuring, finished request parsing, moving on to response serialising 2024-01-30 18:36:49 +00:00
1f6593263a
tweaking dns question parsing 2024-01-29 23:19:09 +00:00
7cf99b610a
parsing questions back and forth 2024-01-29 22:11:12 +00:00
985adbae68
bidirectional header passing, adding question struct 2024-01-29 18:37:25 +00:00
4051665b6d
sending and processing responses 2024-01-29 07:43:16 +00:00
584dcdebde
passing messages to processor and back again 2024-01-29 00:03:43 +00:00
d3aefea3cd
moving server socket to new thread, adding dns structs 2024-01-28 22:48:35 +00:00
c994be0b3f
initial commit with working sockets 2024-01-28 19:30:59 +00:00