This website requires JavaScript.
Explore
Help
Sign In
jay
/
chat-client
Watch
1
Star
0
Fork
You've already forked chat-client
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c63a625a0a
chat-client
/
settings.json
11 lines
131 B
JSON
Raw
Normal View
History
Unescape
Escape
Got encrypted, stable communication between the server and the client
2019-03-30 18:33:57 +11:00
{
Made communication more stable
2019-04-09 19:18:47 +10:00
"rsa"
:
{
"file"
:
{
"public"
:
"key.pub"
,
"private"
:
"key"
}
,
"size"
:
2048
,
Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme
2019-04-17 08:53:12 +10:00
"in_memory"
:
false
Made communication more stable
2019-04-09 19:18:47 +10:00
}
Got encrypted, stable communication between the server and the client
2019-03-30 18:33:57 +11:00
}