Skip to content

Feature/setup - #1

Merged
LordofGhost merged 30 commits into
mainfrom
feature/setup
Jul 1, 2026
Merged

Feature/setup#1
LordofGhost merged 30 commits into
mainfrom
feature/setup

Conversation

@LordofGhost

Copy link
Copy Markdown
Member

This pull request sets up the foundational structure for the Messenger project, establishing both the client and server applications, integrating the RSA encryption library as a submodule, and providing initial build and documentation support. The client is built with Qt/QML, and the server is a terminal application. The project is configured for C++20 and uses CMake for building.

The most important changes are:

Project Structure and Build System:

  • Added CMakeLists.txt files to define the project, enforce C++20, and organize the build into lib, src, client, server, and shared subdirectories. [1] [2] [3] [4]
  • Integrated the RSA encryption library as a git submodule and ensured it is included in the build process. [1] [2] [3]

Client Application:

  • Implemented the initial Qt/QML client with a singleton client class, a minimal Main.qml UI, and application startup logic. [1] [2] [3]

Server Application:

  • Added a basic terminal server with a singleton server class and simple startup/shutdown messages. [1] [2]

Documentation:

  • Expanded the README.md to describe the architecture, dependencies, setup instructions, and build process, including a mermaid diagram for dependencies.

Copilot AI review requested due to automatic review settings June 30, 2026 18:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@LordofGhost
LordofGhost merged commit c810122 into main Jul 1, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants