Skip to content

Releases: regmicmahesh/duckchatstallmaninspired

0.0.1

10 Feb 19:02
Compare
Choose a tag to compare

This is the first pre-release of our client-server chat application.

This application runs completely on top of TCP ❤️ , and we don't bother with high level protocols such as http 🤮, websockets 🤮 and others.

We've a simple run and we don't bother with message segments like request header, request body, crlf and stuffs. 🤮

We run a simple protocol that is your message ends with \n. How simple is that?

For now, there are few commands such as

Command Description Example
/join Join? /join
/quit Quit? /quit
/whisper DM? /whisper mahesh k xa yar
/nick Change Nickname? /nick mahesh

What's Changed

  • fix: code formatting and remove root main.go by @washbin in #1
  • feat: add color to message based on remote address by @washbin in #5
  • fix: remove RemoteAddr and use LocalAddr for color selection by @CaffeineDuck in #6
  • feat: add LICENSE by @CaffeineDuck in #7

New Contributors

Full Changelog: https://github.com/regmicmahesh/duckchatstallmaninspired/commits/0.0.1