Commit Graph

3 Commits

Author SHA1 Message Date
c9ac352bb4 Refactor server configuration management
- Removed old server configuration files (server.json, server.log, server_config.c, server_config.h).
- Introduced a new configuration file (server.conf) with a more structured format.
- Implemented a configuration parser (config_parser.c) to read and apply settings from server.conf.
- Updated server logic to utilize the new configuration structure.
- Enhanced logging functionality and added rate limiting features.
- Improved error handling and security measures in request processing.
2025-10-02 18:57:05 +00:00
eaf6e27154 Update Makefile
Update for better understating the progress stage
2025-02-28 19:57:53 +01:00
a0a2d191ce Add files via upload
Makefile
2025-02-12 20:13:05 +01:00