GitHub / real-yfprojects/ectec / commits
An educational chat tool for learning how encrypted communication works [WIP]
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 5556ae70 | Delete codeql-analysis.yml |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 97fe0648 | Configure pre-commit.ci | real-yfprojects <r****s@u****m> | over 3 years ago | |
| a71188a9 | Pin github action dependencies to sha. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| bde3aacd | [ga] Bump actions/download-artifact from 3.0.0 to 3.0.2 (#88) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 91bfb361 | [ga] Bump softprops/action-gh-release from 0.1.14 to 0.1.15 (#87) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| b65c4358 | [ga] Bump actions/setup-python from 3 to 4 (#89) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 589b8f2c | merge Merge pull request #86 from real-yfprojects/dependabot/github_actions/develop... |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 1bd4b631 |
[ga] Bump github/codeql-action from 1 to 2
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 75d7765c | Configure dependabot auto updates. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| 075aa8ed | Run build on every commit. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| 43e674c8 | Add exclude for resource and ui python files. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| c98e4d4c | Migrate from `setup.cfg` to `pyproject.toml`. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| 00867293 | Update dev configuration. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| d07fea3a | Add `.editorconfig` and configure pre-commit hooks. | real-yfprojects <r****s@u****m> | over 3 years ago | |
| 9f2337b9 | Update breeze icon theme to v5.99 | real-yfprojects <r****s@u****m> | over 3 years ago | |
| 5c467cfd | Bind sockets to localhost in tests (#85) |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c60fb446 | Refer to the roadmap in README. |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5d7f3abd | Disable console for pyinstaller packaging. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 0a7a21ea | Update build and release action. |
yfprojects <6****s@u****m>
Committed by: real-yfprojects <r****s@u****m> |
about 4 years ago | |
| c837cf30 | merge Merge branch 'develop' into main | real-yfprojects <r****s@u****m> | about 4 years ago | |
| f2ad2e66 | Create release.yml |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| b47b4013 | Make build reusable. |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| f19c9c58 | Run codeql on develop branch also. |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 9b23a0ef | Write readme with screenshots. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| c69c2832 | Clean some unused imports. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 759c588d | Upload MacOS-Bundle in build workflow. |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 1e990afc | Use `.icsn` for MacOS app. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 3969d9a3 | List development dependencies in `requirements-dev.txt`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 53edd652 | Add task for inexistent resource files any way. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| cceb62fa | Create build.yaml |
yfprojects <6****s@u****m>
Committed by: real-yfprojects <r****s@u****m> |
about 4 years ago | |
| cef330c1 | Update testing workflow. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| b866287c | Update ectecgui readme, `dodo.py` and package config. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| c4bdb287 | Move ectec source into `ectecgui` python distribution. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| add2bbc2 | Bump ectecgui version to `v1.0.3`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 915bac63 | Run connecting to server in a separate QThread. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 3c19fa76 | Clear log file instead of renaming it on rotation. |
real-yfprojects <6****s@u****m>
Committed by: real-yfprojects <r****s@u****m> |
about 4 years ago | |
| 930aadcc | Update `pyinstall.spec`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 7ac79119 | merge Merge ectecgui `v1.0.2`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 36cd7461 | Bump ectec-gui version to `v1.0.2`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 427b018d | Bump ectec version to `1.1.2`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 9ab63777 | Fix the use of `TIMEOUT` and `COMMAND_LENGTH` in ectec client and server. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 3ec2d023 | Clear message content after sending a message in `UserClientWindow`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 9b8dc27a | Fix closing user client with escape key. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| b959304c | Retranslate title of `LanguageMenu`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| aefbc862 | Bump ectecgui version to `1.0.1`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| ab2bb0a8 | Update `ectec_res.py`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| ac8fbff5 | Keep symlinks in `breeze.qrc`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 69f1c0ea | Set style to Fusion on windows. | real-yfprojects <6****s@u****m> | about 4 years ago | |
| 8869eb83 | Gitignore all doit db files. | real-yfprojects <6****s@u****m> | about 4 years ago | |
| c0026ad5 | Remove *TODO to issue* workflow. |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| cf75d790 | Add icons to hamburger menu and the server stop button. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| e6434e53 | Finish all translations. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 1553314c | Replace `settings-configure` icon with `configure` icon. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| e9afe17d | Fix icon theme on windows. | real-yfprojects <6****s@u****m> | about 4 years ago | |
| 7e3a97d7 | Fix rich text in german translations. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 36f9394f | Add windows support to `dodo.py`. | yfprojects <6****s@u****m> | about 4 years ago | |
| b815fe2a | Translate vorta into German and update resources. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 256fb533 | Remove `automate.py`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| b0a8f1b9 | Remove auto generated ui files from sources. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 4ed97333 | Fix GUI strings. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 47b28be2 | Write component descriptions for the about dialog. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| d79b79cb | Fix window titles of server and userclient dialog. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 58998883 | Add packaging tasks to `dodo.py`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 68aedb04 | Add `Logs` action to every menu. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 8de5fb7a | Fix import in `ectecgui.client.userclient`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 09bed4e3 | Move common startup operations into `ectecgui.__init__` functions. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 8c46df50 | Make placeholder strings in ui files untranslatable. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 8a70c75f | Update ectec README with build instructions. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 515b5493 | Update setup.cfg of `ectec` and `ectecgui`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 220d9663 | Update packaging with pyinstaller. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| c93b2aad | Update python packaging spec files for ectec and ectecgui. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 4bae3a1b | Fix size of `EctecIcon.svg`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 7ce15b63 | Update ROADMAP.md. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 1bf1f43b | Improve translation support and add menu for switching language. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| f28f3ff8 | Load translation for the user's locale. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| ecbc2fe7 | Add `lrelease` command to `dodo.py`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| e3399767 | Import from `logging` directly instead of importing from `logs`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 9f1bd6b0 | Make AddressValidator more relaxed and change initial address in `ConnectWind... | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 69576301 | Close app on keyboard interrupt. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 671647f6 | Add command line arguments and allow them changing log behaviour. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 59b01c73 | Update `README.md` in ectecgui to use doit. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 387e736a | Update ROADMAP.md. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| ed8b0079 | Fix `ectec` tests that do not expect sender to store own package. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 5009a8f6 | Connect about window to menu action in every window. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 9eaafb2a | Add tasks to start the programm from the source code to `dodo.py`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 1b5115a3 | Update rule dependencies in `dodo.py`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| c39e6fcb | Implement `About` window. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 7e3e6ba4 | Remove init mechanism for `retranslateUi`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 8170e492 | Generate ui-Modules with PyQt 5.15.6 | real-yfprojects <r****s@u****m> | about 4 years ago | |
| f1e4ef97 | Implement alternative to `automate.py` using `doit`. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| ae7b06f9 | Use relative paths in automate.py | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 262475e9 | Remove VSCode badge. |
yfprojects <6****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a20742d7 | Update breeze icon theme to v5.94.0. | real-yfprojects <r****s@u****m> | about 4 years ago | |
| 395321ef | Set `shell=True` for subprocess calls in `automate.py`. | yfprojects <y****s@u****m> | almost 5 years ago | |
| 75568623 | Make `ectecgui` distributable using pyinstaller. | real-yfprojects <r****s@u****m> | almost 5 years ago | |
| 5b62435b | Make `ectecgui` a python package. | real-yfprojects <r****s@u****m> | almost 5 years ago | |
| be93bdb3 | Update ROADMAP. | real-yfprojects <r****s@u****m> | almost 5 years ago | |
| 8b7eea82 | Change handling of the connection beeing closed in ectec's `UserClient`. | real-yfprojects <r****s@u****m> | almost 5 years ago | |
| be16b54e | Add Validators to entries in clients `ConnectWindow`. | real-yfprojects <r****s@u****m> | almost 5 years ago | |
| 548eb78e | Handle breakage of connection in `UserClientWindow`. | real-yfprojects <r****s@u****m> | almost 5 years ago |