Compare commits

..

72 Commits

Author SHA1 Message Date
ca49fb3037
Main file added 2020-11-15 20:46:34 +01:00
60c87ecb19 Merge master branch 2020-04-19 20:43:35 +02:00
25cf7271f4 Test 10 2020-04-19 20:00:29 +02:00
8b07741c59 Test 9 2020-04-19 19:58:37 +02:00
14992dd19b Test 8 2020-04-19 19:56:43 +02:00
f52429fc4d Test 7 2020-04-19 19:54:52 +02:00
bd8eb7da4c Test 6 2020-04-19 19:45:48 +02:00
f56fc6d60c Test 5 2020-04-19 19:42:55 +02:00
f6e65d5495 Test 4 2020-04-19 19:42:18 +02:00
05cc3cb8e6 Test 3 2020-04-19 19:41:06 +02:00
a381805c3c Test 2 2020-04-19 19:37:19 +02:00
1f200b30ab Test 2020-04-19 19:33:03 +02:00
60761ebc5e Typo 2020-04-19 16:28:35 +02:00
b4e6be4bfa create_certificate script provided 2020-04-19 16:28:24 +02:00
557363d3de Working on SSL certificate generation 2020-04-19 00:04:48 +02:00
7311ef3e72 Working on SSL certificate generation 2020-04-18 19:17:25 +02:00
22a20b98fc Handle SSL exceptions 2020-04-17 21:39:59 +02:00
f21a7fdfb9 Test 2020-04-17 21:09:46 +02:00
2ff847b44b Simplify timed_input definition 2020-04-17 20:13:57 +02:00
90df61d3a6 Serious bug silently bypassing SSL context fixed. Previous versions do not really support SSL! 2020-04-17 16:20:55 +02:00
e40989e304 Implemented non-unix timed_input function 2020-04-15 16:27:45 +02:00
4ba5065271 New version 2020-04-13 23:11:43 +02:00
e77d4b4146 Prevent bad behaviour when terminal windows is too small 2020-04-13 23:10:41 +02:00
d703054c58 Documentation 2020-04-13 20:57:39 +02:00
3f5384f9e9 Refactoring 2020-04-13 19:45:05 +02:00
3b7aa265ab Refactoring 2020-04-13 12:58:37 +02:00
932760bcb6 Log server disconnection as error, not info 2020-04-12 19:26:46 +02:00
5f0ed1295f Organize as package 2020-04-12 19:15:06 +02:00
4c56ff7723 Whitespace again 2020-04-12 11:54:30 +02:00
be6f8bbafc Whitespace again 2020-04-12 11:53:50 +02:00
0877a08713 Whitespace 2020-04-12 11:50:38 +02:00
31ab51ec52 Whitespace 2020-04-12 11:49:54 +02:00
e203e35f8e Newline after each variable 2020-04-12 11:43:18 +02:00
bf57baad45 Typos 2020-04-12 11:39:30 +02:00
4fc9ebc38a Offer to store new settings in config file 2020-04-12 11:35:44 +02:00
a95d0aaa91 Do not check file_path if it is None (again) 2020-04-12 10:51:50 +02:00
ae41102d4c False requirement 2020-04-12 01:24:49 +02:00
2aead918bf Do not check file_path if it is None 2020-04-12 00:29:39 +02:00
4a05b05ace Show progress bar in client 2020-04-12 00:25:04 +02:00
8bd0ac76f2 Use original file name 2020-04-11 21:48:37 +02:00
b77de07d6e Use main function, avoid unnecessary trailing underscores 2020-04-11 20:55:26 +02:00
4f01831169 Pass file information to receiver client 2020-04-11 20:35:18 +02:00
e68ab4282c Allow multiple client connections 2020-04-11 19:59:09 +02:00
c0dd046670 Misplacement of writer.drain() 2020-04-10 16:09:39 +02:00
f1d54861ee Whitespace 2020-04-10 16:08:31 +02:00
4352f2908b Quotes prevent variable splitting if file name has spaces 2020-04-10 16:06:45 +02:00
5f1c8fdf47 Send file while encrypting it 2020-04-10 15:15:45 +02:00
0069f9e5ea Allow end-to-end encryption 2020-04-10 13:41:36 +02:00
685b4e6756 Fixed ssl transmission 2020-04-10 10:18:24 +02:00
f7a9f76aad TODO: adjust to ssl 2020-04-09 23:44:01 +02:00
db0da8b24b Implemented SSL 2020-04-09 23:34:04 +02:00
1ec3a4b5e2 Set self.working 2020-04-09 23:06:55 +02:00
ca3aa5857b Get client role as first line 2020-04-09 23:05:03 +02:00
1853d85a79 Typo 2020-04-09 22:33:01 +02:00
40f48e3b95 Cancel pending tasks although they are done 2020-04-09 22:16:46 +02:00
458cc0f5e7 Prevent shadowing of variables 2020-04-09 22:01:50 +02:00
25750736f4 Allow multiple sessions 2020-04-09 19:51:10 +02:00
d2522b3e08 Command Line Interface 2020-04-09 19:46:52 +02:00
d4abc1f2a5 TODO: ask peer its role 2020-04-09 14:51:02 +02:00
9dba9673a3 Use DNS name 2020-04-09 14:45:38 +02:00
018bea5606 Use the same port 2020-04-08 14:53:59 +02:00
7549977fc9 Use aruba as host 2020-03-30 18:01:49 +02:00
248d4ccb88 IT WORKS! 2020-03-28 20:54:41 +01:00
69c06dc4dc almos exhausted 2020-03-28 19:53:06 +01:00
c8409e12ef Works with 2 ports 2020-03-28 19:37:20 +01:00
70f2cd64d7 A lot of work for nothing? 2020-03-28 19:02:03 +01:00
bc287833cc May have found a similar idea, but too tired to give a look
See you next time
2020-03-26 15:02:12 +01:00
cab7527c63 Working on server but getting errors
ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 5000)
2020-03-26 14:49:17 +01:00
40dba845fd Working on server 2020-03-26 12:32:01 +01:00
971927a798 Working on server 2020-03-26 10:54:01 +01:00
add5b42a3b asyncore is deprecated 2020-03-25 22:34:39 +01:00
a932184757 test 2020-03-25 22:34:05 +01:00

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
# Data folder
data/
data
# Byte-compiled / optimized / DLL files
__pycache__/