Marcus B Spencer
Marcus B Spencer
### Purpose Fixes #7403. ### Testing Tested by enabling UPnP on the router, and checking on the router page that the external ports of the UDP mappings match what is...
TODO: - [ ] documentation changes - [ ] make the external conflict command syntax actually useful - [ ] GUI changes - [ ] Detect conflict files created by...
There are a few responses that are mentioned by name in the [relay protocol spec](https://docs.syncthing.net/specs/relay-v1.html), like `ResponseSuccess`, and `ResponseAlreadyConnected`, but these types of Response messages are not documented in said...
A full index transfer is required after we dropped all files. ### Purpose Fixes #10469. ### Testing Unit test and I tested the migration manually.
### What happened? Steps to reproduce: 1. Create a fakefs folder with path `test?files=20` on device A 2. Create a fakefs folder with the same ID and with path `test?content=true`...
### Purpose Improves consistency and makes it a bit easier to change the log level to something else. ### Testing CPU benchmark looks like it works and has the same...
I think 421 (Misdirected Request) is a better fit than 404 (Not Found) for host mismatch for two reasons: 1. 421 is more specific than 404, and made for this...