Commit Graph

333 Commits

Author SHA1 Message Date
Zack Scholl 43dbf98705 rotate multicast based on current time 2018-12-14 06:32:44 -08:00
Zack Scholl e58fc14218 customize multicast address 2018-12-14 06:27:55 -08:00
Lars d42a4f82a1 Add pure Go Windows GUI 2018-11-21 00:08:30 +01:00
Zack Scholl 068fdb77fc pass errors all the way back 2018-11-02 06:15:37 -07:00
Zack Scholl 8a882cc174 throttle the progress bar 2018-11-01 19:06:50 -07:00
Zack Scholl cf2363fd4e add missing escape at end of cli app 2018-11-01 09:08:18 -07:00
Zack Scholl e0081ea8a8 tell user codephrase is wrong if PAKE fails 2018-11-01 07:26:18 -07:00
Zack Scholl a56334fc60 prompt user if accidently receiving 2018-11-01 07:08:57 -07:00
Zack Scholl aefb15105a recipient quits if trying to connect without sender
Addresses #109
2018-11-01 06:56:40 -07:00
Zack Scholl 818e590d92 need to do chdir in goroutine 2018-10-24 07:19:03 -07:00
Zack Scholl e57f3e3861 need to watch slashes 2018-10-24 06:48:05 -07:00
Zack Scholl 0ca74b010e minor zip fixes
Allows multiple zips.

Need to close file after zipping it.
2018-10-24 06:42:27 -07:00
Zack Scholl 562925b5e5 add missing execute bit for config dir 2018-10-23 06:19:53 -07:00
Zack Scholl 61d14be70d add compress test 2018-10-23 05:28:30 -07:00
Zack Scholl 08c84e9f85 connect to tcp in parallel 2018-10-22 20:34:04 -07:00
Zack Scholl c2dd9091ff recipient listens to sender 2018-10-22 19:48:45 -07:00
Zack Scholl e5fcc0d3ee add models 2018-10-22 19:42:39 -07:00
Zack Scholl ea9aa3f8ec recipient websockets should check for errors 2018-10-22 19:41:50 -07:00
Zack Scholl 6a07e1538d sender listens for recipient to close 2018-10-22 19:39:16 -07:00
Zack Scholl ab5df93d10 move reading to goroutine 2018-10-22 19:11:43 -07:00
Zack Scholl 3064ceef81 add output folder 2018-10-22 06:36:36 -07:00
Zack Scholl 3dc6d44c41 throw error if versions are incompatible 2018-10-21 10:46:04 -07:00
Zack Scholl 45b7eebbb9 use normal import 2018-10-21 09:05:27 -07:00
Zack Scholl 69b19c7e78 recipient also uses codephrase 2018-10-21 08:25:53 -07:00
Zack Scholl 81bc06eabb add configuration file 2018-10-21 08:21:58 -07:00
Zack Scholl 1ae117166a add config default 2018-10-21 07:54:59 -07:00
Zack Scholl 0d17219c87 add initial struct fixes #98 2018-10-21 07:45:05 -07:00
Zack Scholl 9e7661c1b0 update deps 2018-10-21 07:43:45 -07:00
Zack Scholl 7371f6f238 remove utils dependency 2018-10-21 07:38:04 -07:00
Zack Scholl 23d451540c update cli 2018-10-21 07:33:29 -07:00
Zack Scholl e591c6afb6 better error message when interrupting 2018-10-21 07:31:35 -07:00
Zack Scholl 9349496111 recipient sends back initial data 2018-10-21 07:25:43 -07:00
Zack Scholl 6e10ed25af recipient sends errors through websockets 2018-10-21 07:23:48 -07:00
Zack Scholl d05e196139 return errors through websockets 2018-10-21 07:20:23 -07:00
Zack Scholl 4aab058344 add windows icon 2018-10-20 07:02:51 -07:00
Zack Scholl dc6493374a open folder if no arguments given 2018-10-19 10:18:49 -07:00
Zack Scholl 5ecbab6673 fix release 2018-10-19 07:54:20 -07:00
Zack Scholl f94790dc75 add release 2018-10-19 07:50:43 -07:00
Zack Scholl 92af0b46ab add release 2018-10-19 07:46:42 -07:00
Zack Scholl 4e55b1efd1 don't do debug 2018-10-19 07:33:08 -07:00
Zack Scholl 0e4fff7378 open folder after receiving 2018-10-19 07:30:24 -07:00
Zack Scholl 79f7e9af41 add icons 2018-10-19 07:25:22 -07:00
Zack Scholl 62bf674365 add more info to win 2018-10-19 06:36:45 -07:00
Zack Scholl ec148d98c1 make sure recipient connects to TCP first 2018-10-18 09:35:08 -07:00
Zack Scholl e85eaac9e3 add parent window 2018-10-18 06:45:32 -07:00
Zack Scholl 366d3c527c fix fprintf 2018-10-18 06:40:24 -07:00
Zack Scholl 3b498d57cf switch to window 2018-10-18 06:36:16 -07:00
Zack Scholl 82e274875d fix zipping on windows 2018-10-18 06:34:48 -07:00
Zack Scholl 48933b5ecc better ui for window 2018-10-17 21:38:29 -07:00
Zack Scholl f9dfa6bc05 add window recipient prompt 2018-10-17 18:14:45 -07:00