Commit Graph

46 Commits

Author SHA1 Message Date
Namu
1138dddcb7 fix: remove check formating step in CI/CD (different version makes it bug I guess)
Some checks failed
Build project / quality-and-build (push) Failing after 10m8s
Build project / SonarQube Trigger (push) Has been skipped
2026-03-23 18:06:38 +01:00
Namu
e97a15d84b fix: format the project 2026-03-23 16:45:29 +01:00
Namu
9a24fc33c6 fix: correct the typo in action directory
Some checks failed
Build project / quality-and-build (push) Failing after 10m54s
Build project / SonarQube Trigger (push) Has been skipped
2026-03-23 14:30:19 +01:00
Namu
ce180792db fix: simplify the trigger of the CI 2026-03-23 14:28:00 +01:00
Namu
cc6dfa9d7f fix: correct file name 2026-03-23 14:25:09 +01:00
Namu
2617a082b0 feat: add a basic pipeline 2026-03-23 14:16:51 +01:00
Thomas Sazerat
4bf3c984eb Merge pull request #2 from Namularbre/hotfix/2.0.1
fix: follow clippy recommandation
2026-03-23 11:57:02 +01:00
Namu
4f46b4a932 fix: follow clippy recommandation 2026-03-23 11:31:21 +01:00
Thomas Sazerat
6462493b98 Merge pull request #1 from Namularbre/architecture-refactoring
refactor: Put the files in modules
2025-09-28 23:25:44 +02:00
Namu
479f2ff4c9 refactor: Put the files in modules 2025-09-28 23:24:29 +02:00
namu
2d1689d03d [chore] adds a licence to the project 2025-03-09 01:24:28 +01:00
namu
119460a8ca [refactor] move listen function in server module 2025-03-09 01:05:38 +01:00
namu
f9e0090a52 [feat] adds time in udp message logs 2025-03-09 00:55:32 +01:00
namu
a7197fc0b4 Global refactor of the code 2024-11-14 17:38:07 +01:00
Thomas
2ae74269ea Added an error message for when the config.json file is missing 2024-03-20 15:11:23 +01:00
Thomas
12cb2d6bd9 updated README 2024-03-20 14:58:31 +01:00
Thomas
8ed155adaa The program get the server address in config file 2024-03-20 14:52:51 +01:00
Thomas
46e7269a23 added serverAddr configuration field 2024-03-20 14:52:07 +01:00
Thomas
2c2d3b71d3 The programs output in terminal has colors to help read in it 2024-03-20 00:57:37 +01:00
Thomas
4a9622f0ba Added colored library to project 2024-03-20 00:49:34 +01:00
Thomas
659f232dc8 Fixed a typo 2024-03-19 23:35:35 +01:00
Thomas
b66c1db9e6 Removed action 2024-03-18 19:02:37 +01:00
Thomas
2565f66ecc changed the message when we receive data 2024-03-18 19:02:22 +01:00
Thomas
49821ec7a2 Changed the way the error are handled to removed dead code 2024-03-18 18:28:00 +01:00
Thomas Sazerat
d6be707242 Update README.md 2024-03-15 01:11:26 +01:00
Thomas SAZERAT
8fe0451c94 Changed the action to try make it works 2024-03-15 00:57:41 +01:00
Thomas SAZERAT
3bbf488327 changed action file 2024-03-15 00:55:07 +01:00
Thomas SAZERAT
27ecdbc4a0 Changed the author field in the readme to redirect to my accound 2024-03-15 00:52:56 +01:00
Thomas SAZERAT
cd5224539f updated readme 2024-03-15 00:47:33 +01:00
Thomas SAZERAT
7943de01ed added two new fonctionalities: The possibility to blacklist ip address with port, and the possibility to forward a message from an ip to another. 2024-03-15 00:42:27 +01:00
Thomas SAZERAT
a08e8a93f7 Changed the workflow to compile in release mode each time I push on master 2024-03-15 00:13:52 +01:00
Thomas SAZERAT
36f94b7374 created a prototype of a config file 2024-03-15 00:11:29 +01:00
Thomas SAZERAT
9dd0e8d781 Added serde and serde_json dependancies 2024-03-15 00:11:09 +01:00
Thomas SAZERAT
559e2300a3 Merge branch 'master' of https://github.com/Namularbre/UdpSocketServer 2024-03-12 00:23:10 +01:00
Thomas SAZERAT
b3a2669487 Changed the way the socket is created to avoid binding errors 2024-03-12 00:22:56 +01:00
Thomas Sazerat
3210d747ee Update README.md 2024-03-11 15:20:51 +01:00
Thomas Sazerat
5d550079c6 Update rust.yml 2024-01-01 17:49:59 +01:00
Thomas Sazerat
09475904b2 Create rust.yml 2024-01-01 17:48:34 +01:00
Thomas Sazerat
8f50e417c3 Update README.md 2024-01-01 17:47:50 +01:00
Thomas Sazerat
a70e000797 Create README.md 2024-01-01 17:45:59 +01:00
Namularbre (Thomas Sazerat)
5fa298e9eb Added a missing blank line at the EOF of main.rs 2023-11-14 22:47:44 +01:00
Namularbre (Thomas Sazerat)
ec7165b37d Implemented the Bucket module 2023-11-14 18:38:51 +01:00
Namularbre (Thomas Sazerat)
581e1f1c56 the server_address in listening is no longer cloned 2023-11-14 13:24:05 +01:00
Thomas Sazerat
68ab2963d6 Delete .idea directory 2023-11-13 17:01:45 +01:00
Namularbre (Thomas Sazerat)
c46a83dcf9 Removed .idea from git 2023-11-13 17:01:25 +01:00
Namularbre (Thomas Sazerat)
729f1de785 Now the code is cleaner, and we can configure the server a bit 2023-11-13 16:59:51 +01:00