From c5e210ffd66dbf7eee3a9b35de4647fe6fa188d2 Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Thu, 5 Jun 2025 00:38:37 +0500 Subject: [PATCH 01/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02c8cf..19abf0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

ChatApp Java

+-

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

🧠Features

From 6ebd58cec687a8bd26c4122209e3db8e6e4f433a Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Thu, 5 Jun 2025 00:38:46 +0500 Subject: [PATCH 02/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19abf0a..a02c8cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ --

ChatApp Java

+

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

🧠Features

From c93e8eb391688c68ead8f69b11bb955cf3e3ccc3 Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Fri, 6 Jun 2025 14:47:48 +0500 Subject: [PATCH 03/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02c8cf..19abf0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

ChatApp Java

+-

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

🧠Features

From 5817b39524e877a77c452ce68cf78b117dba2d9b Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Fri, 6 Jun 2025 14:48:01 +0500 Subject: [PATCH 04/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19abf0a..a02c8cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ --

ChatApp Java

+

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

🧠Features

From 7c89afa60255b09e9fb4a1ef7fda9f8662c3c84f Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Thu, 25 Sep 2025 16:50:17 +0500 Subject: [PATCH 05/11] Update maven.yml --- .github/workflows/maven.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c6bb036..8b13789 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,35 +1 @@ -# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: Java CI with Maven - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven - - name: Build with Maven - run: mvn -B package --file pom.xml - - # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 From 28af33db58caa04140f42e77279983d1009d6908 Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Sat, 27 Sep 2025 00:25:05 +0500 Subject: [PATCH 06/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02c8cf..35f212d 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ This project is ideal for beginners lookin' to understand how TCP/IP-based messa

1. Clone the repository

git clone https://github.com/menacedjava/chatApp-java.git
 cd chatApp-java 
- + From 309fd2f01702e93af7d8f516be586c8c45b2248d Mon Sep 17 00:00:00 2001 From: Madumarov Davron Date: Sat, 27 Sep 2025 00:25:11 +0500 Subject: [PATCH 07/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35f212d..facd1f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

From 869dc2c0f5f6f3246ca0f44c7f30db16fee23f8f Mon Sep 17 00:00:00 2001 From: Madumarov Davron <193397674+SeniorMenace@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:42:49 +0500 Subject: [PATCH 08/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index facd1f9..31b67bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +e

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

From a69c86086175ab379e703da6a09236427af51a24 Mon Sep 17 00:00:00 2001 From: Madumarov Davron <193397674+SeniorMenace@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:42:53 +0500 Subject: [PATCH 09/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b67bd..facd1f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -e +

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

From 10a90ce3a579754d2f833192b22f9df3b41cbb50 Mon Sep 17 00:00:00 2001 From: Madumarov Davron <193397674+SeniorMenace@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:39:31 +0500 Subject: [PATCH 10/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index facd1f9..e4213d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +m

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.

From 3e8d76aaaeb946b0c1756ab4c5285a436d689610 Mon Sep 17 00:00:00 2001 From: Madumarov Davron <193397674+SeniorMenace@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:39:39 +0500 Subject: [PATCH 11/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4213d1..facd1f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -m +

ChatApp Java

Chat App Java is a simple console-based client-server chat application built in Java using sockets. It demonstrates the fundamentals of real-time communication, threading, and network programming in Java. This project is ideal for beginners lookin' to understand how TCP/IP-based messaging systems work behind the scenes.