DarkCat09
  • Joined on 2023-01-04
DarkCat09 transferred repository DarkCat09/iotishnik-tests to iotishnik/tests 2024-08-23 19:52:01 +03:00
DarkCat09 pushed to main at iotishnik/tests 2024-08-23 19:51:17 +03:00
ab67b00717 [old local changes] add content-type
DarkCat09 commented on issue iotishnik/server#3 2024-08-23 19:49:55 +03:00
Организовать E2E тестирование всех частей API

Потом можно будет переместить в эту репу, если сильно надо.

DarkCat09 commented on issue iotishnik/server#3 2024-08-23 19:49:26 +03:00
Организовать E2E тестирование всех частей API

Совсем забыл про это, так и лежали в локальной гит-репе тесты, сейчас запушил. https://git.dc09.ru/DarkCat09/iotishnik-tests

DarkCat09 created branch main in iotishnik/tests 2024-08-23 19:48:27 +03:00
DarkCat09 pushed to main at iotishnik/tests 2024-08-23 19:48:27 +03:00
5f1d0338c9 [Revert if incompatible] ?time=&name= is for device, not sensor
9b08f8cb69 Log x-full-error header as warning
ac27fe81f3 Add debug logging env
b4ab6a47d9 Replace urllib with urllib3
1d75e10c63 Fix: close UDP socket
Compare 10 commits »
DarkCat09 created repository iotishnik/tests 2024-08-23 19:47:33 +03:00
DarkCat09 deleted branch dev/dc09 from iotishnik/server 2024-08-23 19:46:47 +03:00
DarkCat09 commented on pull request iotishnik/server#16 2024-08-23 15:31:34 +03:00
docs: add file tree with explanations

As @nm17 asked in the chat.

DarkCat09 created pull request iotishnik/server#16 2024-08-23 15:30:41 +03:00
docs: add file tree with explanations
DarkCat09 pushed to dev/dc09 at iotishnik/server 2024-08-23 15:30:27 +03:00
634a8ea1f1 docs: add file tree with explanations
6bcd46e65a ADD GPL3 license
87e189580e Merge pull request 'fix: redis, /get & /post parsing' (#15) from dev/dc09 into master
Compare 3 commits »
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-21 14:47:22 +03:00
e042a139bf refactor: rewrite self-signed cert verifier
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-20 21:20:21 +03:00
4314df372b add DnsClient arg to file_sscv init(), update main.rs example
9806eb6a02 refactor: remove webpki feature, prepare for next refactor
2feb039c11 small cleanup + doc
e77b785fa0 alias dane feature to hickory, remove dane.rs example
Compare 4 commits »
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-16 20:18:11 +03:00
dc126d2e0f feat/refactor: add DANE verification
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-15 18:15:00 +03:00
05f22493be refactor/feat: DnsClient as IP resolver in Client
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-15 16:56:01 +03:00
de8333d164 fix(example): upd after changes in DnsClient API
60d7cfb310 style: cargo clippy --fix
3bce5e603f docs: add doc-comments to new errors
446bf9f67b refactor: rewrite cert::fingerprint once again
5b43635b62 feat: DNS client + DANE impl with Hickory
Compare 5 commits »
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-09 18:09:58 +03:00
2a097fb800 fix: async DNS resolving
d6db194a1a style: move "example" sections in manifest to bottom
cc8a62c19e refactor: move webpki into separate feature, reorder deps
Compare 3 commits »
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-09 12:08:47 +03:00
6e4722d060 docs: update todo
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-09 11:42:37 +03:00
3359c3c9fd feat: take Path in FileBasedCertVerifier::init
32895e5b65 docs: add doc-comments to rewritten certs::fingerprint
Compare 2 commits »
DarkCat09 pushed to main at unweb/tokio-gemini 2024-08-08 19:59:45 +03:00
1fc73d0cab refactor/feat: rewrite certs::fingerprint with generic data type…