-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit hooks
for more information, see https://pre-commit.ci, https://pre-commit.com and the `.pre-commit-config.yaml` file in this repository.
- Loading branch information
1 parent
07bcb0b
commit 816e285
Showing
42 changed files
with
609 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
_optional description text_ | ||
|
||
|
||
## Changes | ||
- _add Changes_ | ||
|
||
**Fixes _add Links_** | ||
- _add Changes_ | ||
|
||
**Fixes _add Links_** | ||
|
||
## Screenshots | ||
(prefer animated gif) | ||
|
||
(prefer animated gif) | ||
|
||
## Checklist | ||
- [ ] tested locally | ||
- [ ] added new dependencies | ||
- [ ] updated the docs | ||
- [ ] added a test | ||
|
||
- [ ] tested locally | ||
- [ ] added new dependencies | ||
- [ ] updated the docs | ||
- [ ] added a test | ||
|
||
## Notes | ||
|
||
Notes | ||
----- | ||
_Add notes here._ | ||
_For example sth that has to be watched out for_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,67 @@ | ||
# Version 1.0.0 | ||
|
||
- [x] Client User Role (UR) | ||
- [x] Connect to server with role and name | ||
- [x] UR: Mantain list of users | ||
- [x] UR: Send raw text messages to a one or multiple persons | ||
- [x] UR: Receive raw text messages | ||
- [x] UR: Chat view | ||
- [x] Client User Role (UR) | ||
- [x] Connect to server with role and name | ||
- [x] UR: Mantain list of users | ||
- [x] UR: Send raw text messages to a one or multiple persons | ||
- [x] UR: Receive raw text messages | ||
- [x] UR: Chat view | ||
|
||
<br> | ||
|
||
- [x] Server (S) | ||
- [x] S: Let users connect | ||
- [x] S: List connected users | ||
- [x] S: Forward messages | ||
- [x] S: Tell users to update users list | ||
- [x] Server (S) | ||
- [x] S: Let users connect | ||
- [x] S: List connected users | ||
- [x] S: Forward messages | ||
- [x] S: Tell users to update users list | ||
|
||
<br> | ||
|
||
- [x] *About* | ||
- [x] _About_ | ||
|
||
<br> | ||
|
||
- [x] S: Unbound (free) port detection | ||
- [x] S: Kicking clients | ||
- [x] S: Blocking any new clients option | ||
- [x] S: Unbound (free) port detection | ||
- [x] S: Kicking clients | ||
- [x] S: Blocking any new clients option | ||
|
||
# Version 1.1.0 | ||
|
||
- [ ] Reporting assistant | ||
- [ ] Reporting assistant | ||
|
||
# Version 1.2.0 | ||
|
||
- [ ] UR: Filter messages by receiver | ||
- [ ] UR: Display time a message was received | ||
- [ ] Detection of servers in the network | ||
- [ ] Prevent client from memory overflow by a too long history. | ||
- [ ] S: Displaying server logs in the GUI | ||
- [ ] UR: Filter messages by receiver | ||
- [ ] UR: Display time a message was received | ||
- [ ] Detection of servers in the network | ||
- [ ] Prevent client from memory overflow by a too long history. | ||
- [ ] S: Displaying server logs in the GUI | ||
|
||
# Version 1.3.0 | ||
|
||
- [ ] Display of rich text messages | ||
- [ ] Formatting of messages (bold, italic, encrypted/plain) | ||
- [ ] Markdown editor, html editor, preview/editor | ||
- [ ] Display of rich text messages | ||
- [ ] Formatting of messages (bold, italic, encrypted/plain) | ||
- [ ] Markdown editor, html editor, preview/editor | ||
|
||
# Version 1.4.0 | ||
|
||
- [ ] Client Person in the Middle Role (MR) | ||
- [ ] Client Person in the Middle Role (MR) | ||
|
||
# Version 1.5.0 | ||
|
||
- [ ] UR: Encryption using RSA | ||
- [ ] UR: Encryption using AES | ||
- [ ] UR: Hashing | ||
- [ ] UR: Signing | ||
|
||
- [ ] UR: Encryption using RSA | ||
- [ ] UR: Encryption using AES | ||
- [ ] UR: Hashing | ||
- [ ] UR: Signing | ||
|
||
# Planned | ||
|
||
- [ ] Displaying client logs in the GUI | ||
- [ ] Displaying client logs in the GUI | ||
|
||
- [ ] Context help (F1 key) | ||
- [ ] Help document for students | ||
- [ ] Tasks and technical information in the Help document | ||
- [ ] Developer docs connected to the GUI and context help | ||
- [ ] Context help (F1 key) | ||
- [ ] Help document for students | ||
- [ ] Tasks and technical information in the Help document | ||
- [ ] Developer docs connected to the GUI and context help | ||
|
||
- [ ] Information for getting in touch | ||
- [ ] Settings for default values | ||
- [ ] Information for getting in touch | ||
- [ ] Settings for default values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,5 +239,3 @@ state #END:close | |
state :end | ||
|
||
{pass} | ||
|
||
|
Oops, something went wrong.