]> git.poda.fr Git - newsserver.git/commit
First commit. Server + test client + tokens + history master
authorJulien <None>
Mon, 21 Sep 2026 17:23:33 +0000 (19:23 +0200)
committerJulien <None>
Mon, 21 Sep 2026 17:23:33 +0000 (19:23 +0200)
commit6198da115c16f5b9342a4e9e2baecfa88f9016d9
tree59b4048cbebebc8bdb716241afb0bf94bd2ade33
First commit. Server + test client + tokens + history
19 files changed:
CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/Logger.cpp [new file with mode: 0644]
src/Logger.hpp [new file with mode: 0644]
src/Message.hpp [new file with mode: 0644]
src/Server.cpp [new file with mode: 0644]
src/Server.hpp [new file with mode: 0644]
src/Socket.cpp [new file with mode: 0644]
src/Socket.hpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/Client.cpp [new file with mode: 0644]
tests/Client.hpp [new file with mode: 0644]
tests/history.txt [new file with mode: 0644]
tests/history_clean.txt [new file with mode: 0644]
tests/testClient.cpp [new file with mode: 0644]
tests/testServer.cpp [new file with mode: 0644]
tests/testSocket.cpp [new file with mode: 0644]
tests/tokens.txt [new file with mode: 0644]