Easy file sharing for the mere mortal
Find a file
Olivier Tremblay e2e27c51fe
Fix share count bug
Also make username in client config less dumb
2018-10-17 19:54:34 -04:00
.gitignore Initial commit 2018-10-11 21:27:27 -04:00
go.mod Initial sharing work 2018-10-11 21:28:52 -04:00
go.sum Initial sharing work 2018-10-11 21:28:52 -04:00
LICENSE Initial commit 2018-10-11 21:27:27 -04:00
main.go Fix share count bug 2018-10-17 19:54:34 -04:00
README.md Support multiple downloads 2018-10-15 07:29:55 -04:00

sharethis

Easy file sharing for the mere mortal

TODO

  • Better documentation. :P
  • Logging (probably with log levels too)
  • Per-account bandwidth quotas
  • Admin functionality (use the client to add or remove keys, adjust quotas, etc)
  • Remove hardcoded idiotic values
  • UPnP hole-punching (so that the server does not have to proxy files (as in direct peer-to-peer file sending))