face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.67k stars 155 forks source link

Rewrite dns in rust #142

Closed theMackabu closed 1 month ago

theMackabu commented 1 month ago

Backwards compatible dns

todo:

code quality

theMackabu commented 1 month ago

Breaking changes for search engines, new /domains response type

{
  "domains": [], // Vec<ResponseDomain>
  "page": 1, // u32
  "limit": 15 // u32
}
SticksDev commented 1 month ago

Breaking changes for search engines, new /domains response type

{
  "domains": [], // Vec<ResponseDomain>
  "page": 1, // u32
  "limit": 15 // u32
}

We miiiight want to wait on this. Let me talk to @face-hh to see what we think

theMackabu commented 1 month ago

We miiiight want to wait on this. Let me talk to @face-hh to see what we think

It's to fix issues when the domain load is too high, I can create a separate PR for dingle.it if needed

face-hh commented 1 month ago

GET /tlds seems to not work image

theMackabu commented 1 month ago

GET /tlds seems to not work image

resolved with f7ede22

theMackabu commented 1 month ago

🎉