Open zerotamaitsu opened 12 years ago
Okay we are going to follow this documentation that we worked with 'meh' on. https://github.com/meh/ruby-torchat/tree/doc/doc/protocol
Use groupchat.md and groupchat_redundancy.md
Just here to say that I tested my implementation and design, and it works properly, already implemented in BitlBee.
I will try to implemented your protocoll meh, this will need many times and we must first fix bugs.
meh, can i remind you that you have forgotten to change "!" and "?" in https://github.com/meh/ruby-torchat/blob/master/doc/protocol/groupchat.md , into an alphanumeric format. If you remember, prof7bit would not implement groupchat if it has alphanumeric characters in packet name.
On Mon, May 7, 2012 at 12:15 PM, jtorchat < reply@reply.github.com
wrote:
I will try to implemented your protocoll meh, this will need many times and we must first fix bugs.
Reply to this email directly or view it on GitHub: https://github.com/jtorchat/jtorchat/issues/7#issuecomment-5548684
*non alpha numeric character
On Tue, May 8, 2012 at 10:40 AM, Eliza Burkes jtorchat@gmail.com wrote:
meh, can i remind you that you have forgotten to change "!" and "?" in https://github.com/meh/ruby-torchat/blob/master/doc/protocol/groupchat.md, into an alphanumeric format. If you remember, prof7bit would not implement groupchat if it has alphanumeric characters in packet name.
On Mon, May 7, 2012 at 12:15 PM, jtorchat < reply@reply.github.com
wrote:
I will try to implemented your protocoll meh, this will need many times and we must first fix bugs.
Reply to this email directly or view it on GitHub: https://github.com/jtorchat/jtorchat/issues/7#issuecomment-5548684
meh, can i remind you that you have forgotten to change "!" and "?" in https://github.com/meh/ruby-torchat/blob/master/doc/protocol/groupchat.md , into an alphanumeric format. If you remember, prof7bit would not implement groupchat if it has alphanumeric characters in packet name.
Oh snap, yeah, I forgot to update the examples, my implementation doesn't have those characters, if you notice the titles of the packets are different,
Suggested packet name:
groupchat_participating? => groupchat_check_user_participating
groupchat_participating! => groupchat_user_is_participating
groupchat_not_participating! => groupchat_user_not_participating
On Tue, May 8, 2012 at 10:41 AM, Eliza Burkes jtorchat@gmail.com wrote:
*non alpha numeric character
On Tue, May 8, 2012 at 10:40 AM, Eliza Burkes jtorchat@gmail.com wrote:
meh, can i remind you that you have forgotten to change "!" and "?" in https://github.com/meh/ruby-torchat/blob/master/doc/protocol/groupchat.md , into an alphanumeric format. If you remember, prof7bit would not implement groupchat if it has alphanumeric characters in packet name.
On Mon, May 7, 2012 at 12:15 PM, jtorchat reply@reply.github.com wrote:
I will try to implemented your protocoll meh, this will need many times and we must first fix bugs.
Reply to this email directly or view it on GitHub: https://github.com/jtorchat/jtorchat/issues/7#issuecomment-5548684
Wouldn't it make sense to have a chat leader who does all the resending but if they die/disconnect the next user takes on their role. That way it is less network heavy.
Can this document be useful for group feature? http://www.cypherpunks.ca/~iang/pubs/mpotr.pdf
First implementation: https://github.com/hellais/cryptocat/blob/mpotr/js/mpotr.js
Looks massive, will read later this month. Whats the gist?
On Fri, May 18, 2012 at 9:16 AM, HostFat reply@reply.github.com wrote:
Can this document be useful for group feature? http://www.cypherpunks.ca/~iang/pubs/mpotr.pdf
Reply to this email directly or view it on GitHub: https://github.com/jtorchat/jtorchat/issues/7#issuecomment-5782374
How is groupchat going at the moment?
== Current model
Additional Notes on Current model for groupchat:
daux (Direct): normal msg from me
daux (8 of 10): I'm partially disconnected from 2 users
To implement this, three simple rules is needed.
Why this approach, why not symmetric encryption, or asymmetric encryption.