-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple client mode #17
base: master
Are you sure you want to change the base?
Conversation
## Basic usage flow | ||
|
||
1. Server starts with gpg-group-chat --server at 192.168.0.1 | ||
2. The client1 starts with gpg-group-chat --client --server-ip=192.168.0.1 --public\_key=public\_key1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually is used dash instead of underscore to separate words like "--public-key"
One more thing, just make sure the all this code pass on pep8. |
Just now I figured out that there are two issues on commit messages
|
b97fb45
to
885df49
Compare
21646c0
to
75d466a
Compare
I think that is ready to merge 👍 |
I wouldn't merge it yet. It still missing tests and I got a refactoring in mind that we could do. @ruanLN we can schedule a time to pair on that, is that ok for you? |
- using a better IP example - adds line numbers on the list
- using a better IP example - adds line numbers on the list
Just naive receive message
…for example, i have added a placeholder to the encrypt function too
Break the method in other so separeted the logic
e68b740
to
e31263c
Compare
comparte to the client branch, maybe we can merge some of their code.
Fixes #4