Commit Graph

623 Commits

Author SHA1 Message Date
7abc36d66f
Merge pull request #38 from zeroday0619/ruff-check-gh-action
Some checks are pending
Ruff / ruff (push) Waiting to run
GitHub action configure for ruff action
2024-07-13 21:04:38 +09:00
feb7cff398
Merge pull request #36 from gnh1201/smtp
SMTP fix #35 / SMTP 서버 수정
2024-07-13 21:03:55 +09:00
5bff160d17
Merge branch 'main' into smtp 2024-07-13 21:03:36 +09:00
Euiseo Cha
4be3fa4df8
Merge branch 'gnh1201:main' into ruff-check-gh-action 2024-07-13 20:35:18 +09:00
d7acbf42f0
Merge pull request #34 from gnh1201/ssl-negotiation
Fix SSL negotiation + ruff formatted / SSL 협상 관련 수정 및 ruff format 적용
2024-07-13 19:21:33 +09:00
Euiseo Cha
27bb1616c2
feat: github action configure for ruff action 2024-07-13 18:35:03 +09:00
7b2d3529f5
Update README.md 2024-07-12 16:28:40 +09:00
68ef47b569
Update README.md 2024-07-12 11:28:05 +09:00
52b0949ce1
Update README.md 2024-07-12 11:23:42 +09:00
1d39e8a3b6 SMTP fix #35 2024-07-12 10:14:39 +09:00
ce3c6e7623 Update roadmap.png 2024-07-12 00:59:42 +09:00
43c3ff3466 Update roadmap.png 2024-07-12 00:43:24 +09:00
9bf5078294 Fix SSL negotiation 2024-07-12 00:34:33 +09:00
c206ee99e5 Update roadmap.png 2024-07-11 21:42:23 +09:00
1832801918 Update roadmap.png 2024-07-11 21:07:57 +09:00
f25ed75eb1 Update roadmap.png 2024-07-11 21:05:18 +09:00
1414824f86 Update roadmap.png 2024-07-11 21:03:19 +09:00
6de1888077 Add roadmap image 2024-07-11 20:53:06 +09:00
e2442a6290 Fix SSL negotiation #32 2024-07-11 19:03:34 +09:00
77ae320f40 ruff formatted 2024-07-11 19:02:08 +09:00
1a8022df73 Revert "Fix SSL negotiation + ruff formatted"
This reverts commit 57ed60fd01.
2024-07-11 19:00:58 +09:00
57ed60fd01 Fix SSL negotiation + ruff formatted 2024-07-11 18:42:10 +09:00
f1d2d58374
Merge pull request #28 from zeroday0619/logging-system
[Critical] Implemented a custom logger and fixed some invalid code implementations and fixed some misspellings.
2024-07-11 17:12:40 +09:00
60bcc14a93
Update server.py 2024-07-11 16:45:21 +09:00
afc974ae37
Rename certs/download_certs.sh to download_certs.sh 2024-07-11 16:43:39 +09:00
67160232d0
Rename certs/download_certs.bat to download_certs.bat 2024-07-11 16:43:28 +09:00
7078a1a3b8
Rename download_certs.sh to certs/download_certs.sh 2024-07-11 16:35:57 +09:00
9fa17e8c7b
Rename download_certs.bat to certs/download_certs.bat 2024-07-11 16:35:43 +09:00
7fdf83be9d
Merge pull request #26 from gnh1201/certs_downloader
Add the local certificate downloader / 로컬 인증서 다운로더 추가
2024-07-11 16:32:59 +09:00
Euiseo Cha
8f38f3d5de
fix: use_extension value extension 2024-07-11 16:05:56 +09:00
Euiseo Cha
391fc021d6
fix: use_extension value extension 2024-07-11 16:02:51 +09:00
Euiseo Cha
4d97e006e5
Merge branch 'gnh1201:main' into logging-system 2024-07-11 15:41:13 +09:00
caca4e3f65
One more fix #24 2024-07-11 15:38:38 +09:00
aa009b5a27 Revert "One more fix #24"
This reverts commit fffac9dcb7.
2024-07-11 15:37:43 +09:00
fffac9dcb7
One more fix #24 2024-07-11 15:36:28 +09:00
Euiseo Cha
1b47fb744a
Merge branch 'main' into logging-system 2024-07-11 15:27:31 +09:00
4d3af6c128
Merge branch 'main' into certs_downloader 2024-07-11 15:21:58 +09:00
e262348e75
Merge pull request #30 from zeroday0619/main
ruff exclude append assets data
2024-07-11 15:21:20 +09:00
Euiseo Cha
e9aba0f803
feat: ruff exclude append assets data 2024-07-11 15:19:50 +09:00
2072b06dd3
Merge pull request #29 from zeroday0619/ruff
apply ruff linter
2024-07-11 15:16:31 +09:00
5d4d70a33a
Merge branch 'main' into ruff 2024-07-11 15:12:06 +09:00
Euiseo Cha
c527b1d831
feat: apply ruff linter and update .gitignore 2024-07-11 15:05:51 +09:00
b3e4165fab
Merge branch 'main' into certs_downloader 2024-07-11 14:11:35 +09:00
1fdb788e0c
Update .gitignore 2024-07-11 14:11:09 +09:00
83b46d3ede
Merge pull request #27 from gnh1201/importlib_with_env
Change the `Extension.register()` process / 확장 등록 프로세스 변경
2024-07-11 14:08:01 +09:00
a9783c6081 One more fix #27 2024-07-10 09:28:06 +09:00
f5caf1cac7 Fix fix fix 2024-07-09 17:02:29 +09:00
Euiseo Cha
cd7350655b
feat: implemented a custom logger and fixed some invalid code implementations
fixed some misspellings. Note that this modification is highly likely to cause conflicts.
2024-07-09 17:01:25 +09:00
1064dc017b
Update web.py 2024-07-09 16:50:48 +09:00
810d5041cb
Update web.py 2024-07-09 16:50:40 +09:00