diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -86,6 +86,8 @@ Current status What is available ----------------- +All of these are rudimentary prototypes at an early stage. + * Chat rooms (public and private) with full history and efficient data structure for retrieving missing messages after disconnection * File upload (public only) @@ -99,6 +101,8 @@ See `TODO` file for more details. * Finding peers via DHT (very easy to add) * Invite/notification system * Good access control +* Good networking behind NAT/Firewall +* Automatic discovery on local networks * More applications How to use it? @@ -217,4 +221,5 @@ This CLI supports a few basic commands: - `/pm nickname1 [nickname2] [...]`: enter private conversation with someone - `/send_file path`: make file available on the network and send link to current chat room. **WARNING: all files are publicly available for now, even if they are sent in a private chat room.** +- `/shards`: return the list of all shards on the system - `/quit`: return to iex prompt |