Skip to content

v2.1

Choose a tag to compare

@dertfin0 dertfin0 released this 24 Oct 21:25
· 2 commits to master since this release

The application has been brought to a usable state

Here is a short list of changes in version 2.1:

  • Added app icon
  • Improved encryption (added IV)
  • Added server logging
  • Add server down message for clients
  • Fixed bugs (5)

List of fixed bugs:

  • Client receiving empty messages from server </>
  • Some encryption errors </>
  • Server throws ConcurrentModificationException when user disconnects </>
  • Server does not close user thread after user disconnects </>
  • The server tries to receive messages from disconnected users </>