mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-14 10:55:47 -04:00
The webserver was totally broken since nanohttpd had changed so much since the swap webserver was implemented. This syncs up with the sample file and gets rid of our hacks. The only differences now are the stuff that is removed since it is totally unused in F-Droid. This also adds a full test suite. this actually closes #248