Skip to content

Releases: hotbrightsunshine/chat

v0.1.1

18 Dec 21:47
Compare
Choose a tag to compare

Changes

Minor changes were made to fix this issue in particular.

v0.1

18 Dec 16:37
Compare
Choose a tag to compare

Say "hi" to v0.1! 🎊

It's with lots of love that we are announcing our first version of our chat.
We are also providing a list of functionalities down here, but to learn more, we recommend you to give a read at our Wiki and Github.io pages.

To run JARs, make sure to have Java installed in your computer. Run them with

java -jar ./app.jar <args> 

Server functionalities

The server...

  • Can communicate, read, and recognize commands and messages.
  • Can forward them to their proper users.
  • Can accept a nickname or deny it.
  • Can send an error to a client, and can communicate events to them.
  • Accepts command line parameters
  • Hasn't got a full translation in English. Rather, their logs are entirely in Italian.

Client functionalities

The client, on the other hand...

  • Can connect to a ServerSocket correctly
  • Displays correctly Server Announcements and Messages
  • Has a user-friendly Command Line Interface; It abstracts the commands enough to be easy to manipulate
  • Still does accept the /send command instead of @ facility. That's deprecated, and should be deleted.

Feel free to submit an issue if you find out any problem with the application.