Commit Graph

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