-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
26 lines (19 loc) · 1016 Bytes
/
CHANGELOG.txt
File metadata and controls
26 lines (19 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Version 1.0.0
- Initial release of the encrypted chat client and server
- Implemented AES encryption using CryptoUtil.java
- Added multi-client support with broadcast messaging
- Added README, LICENSE, and USAGE documentation.
- Basic error handling and connection management.
Version 1.1.0
- Stripped away the encryption to reslove issue with chats not appearing for client.
- Removed password for client connection
- Cleaned up code
- Moved to seperate folder in Repository
Version 1.2.0 (UnEcrypted Chat Application)
- Refactored entire server and client codebase for clarity and maintainability.
- Added admin kick system with password protection (admin123).
- Added server shutdown broadcast and client countdown window.
- Created a GUI layout with fonts, user list, and active log features.
- Added log saving feature to the server control panel.
- Fixed multiple disconnect, user list, and threading issues.
- Cleaned up all classes, added comments for better understanding.