http://74f5ydnjsrizxzjux3ivt5qt2epgzvq2pfipttdpjblyqcx7i4sq.b32.i2p/chat98/chat98/commit/358aa6038cb79ae451a8d6d1fae44ba32ac77741.diff
.
+
+With the way messages are structured in the program, the server has no knowledge of who exactly is sending a message, and they do not know who is receiving it, or if the person receiving it is even online. This is by design, so the server has as little information as possible, but this does mean anyone connected to the server can observe all messages being sent, as it is impossible for the server to determine which connection to relay a message to specifically, as the server has no...