jeff

Results 134 issues of jeff

right now the debug log level is unusable, too much of it is spamming the logs, we need to downgrade the less informative ones to trace level.

enhancement
help wanted
good first issue
refactor

It could be useful to make the dns suffix configurable, i.e. use `*.yourdomain.tld` instead of `*.loki` so that people can set up reverse proxies if they have a big enough...

enhancement
dns

"A zone without a SOA record does not conform to the standard required by RFC 1035." Right now lokinet lacks an SOA record for all of our emulated zones. One...

enhancement
dns

we should add an rpc call to expose a port to plainquic or update the existing one to also tell it to add an srv record for it. mainly for...

we should drop all traffic using firewall rules to our first hops that are not needed for comms. questions: * can this be done on all platforms? * if it...

enhancement
question

we should use the cursed macos apis for "blessed workers" to run lokinet instead of using a background daemon which is jenky. this will allow it to run inside an...

packaging
refactor
macos

if a lookup for lns comes back with an endpoint we own locally we should not do any additional lookups on the network as we already have it locally.

bug

currently the way lokinet handles exceptions is to not catch them. we need to review exceptional cases, i.e. what can be caught and what can not.

bug
request for comments
refactor

currently wterm does no anti-aliasing, that should probably be fixed.

enhancement
help wanted

Implementing seedless protocol should be really easy.