Commit Graph

31 Commits

Author SHA1 Message Date
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