This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree
31 files changed
+79
-79
lines changed- .github/workflows
- __pycache__
- tests
- ftp
- dist
- files
- directory
- http
- irc
- dist
- smtp
31 files changed
+79
-79
lines changed.github/workflows/autotest.yml
100644
100755
File mode changed.
LICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
__init__.py
100644
100755
File mode changed.
Binary file not shown.
Binary file not shown.
client.py
100644
100755
File mode changed.
env.sh
100644
100755
File mode changed.
interface.py
100644
100755
File mode changed.
main.py
100644
100755
Lines changed: 79 additions & 79 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 |
|
request_handler.py
100644
100755
File mode changed.
run.sh
100644
100755
File mode changed.
tcp_server.py
100644
100755
File mode changed.
tests/ftp/dist/ftpserver
100644
100755
File mode changed.
tests/ftp/files/2.txt
100644
100755
File mode changed.
tests/ftp/files/directory/1.txt
100644
100755
File mode changed.
tests/ftp/install.sh
100644
100755
File mode changed.
tests/ftp/run.sh
100644
100755
File mode changed.
tests/ftp/tester.py
100644
100755
File mode changed.
tests/http/install.sh
100644
100755
File mode changed.
tests/http/run.sh
100644
100755
File mode changed.
tests/http/tests.py
100644
100755
File mode changed.
tests/irc/dist/server
100644
100755
File mode changed.
tests/irc/exec.sh
100644
100755
File mode changed.
tests/irc/install.sh
100644
100755
File mode changed.
tests/irc/run.sh
100644
100755
File mode changed.
tests/irc/tester.py
100644
100755
File mode changed.
tests/setup_and_run.sh
100644
100755
File mode changed.
tests/smtp/install.sh
100644
100755
File mode changed.
tests/smtp/run.sh
100644
100755
File mode changed.
tests/smtp/tests.py
100644
100755
File mode changed.
0 commit comments