Commit Graph

14 Commits

Author SHA1 Message Date
rapturate
dd34fa55ec Updated my error log functionality to go to an error.log file instead of to the console. 2026-06-09 14:57:38 -04:00
rapturate
42f50c9e9a 1) First draft of the TUI functionality
2) Added env_reader functions (env.hpp and env.cpp)
3) Program looks for a .env on startup and creates one based on user input if not found.
4) Refactored log_parsing and ip_to_geo to use the global env variables for parsing and ip lookup from the local .mmdb database
5) CMakeLists.txt is now cross platform functional
6) Added various cross platform checks for creating .env variables
2026-06-09 14:29:42 -04:00
rapturate
bdaf8451a0 added location info into the log_parsing output. Now when the access logs are parsed, the geo_data is now included in the p_logs print function for each entry. 2026-06-08 14:25:11 -04:00
rapturate
03a826a71c some additional reconfigurations and what not. 2026-06-03 16:58:14 -04:00
rapturate
19898abd57 Created a .gitignore 2026-06-03 15:59:12 -04:00
rapturate
805856ec23 past commit not executed, finishing up 2026-06-03 15:21:38 -04:00
422c489db9 removed some stuff for time testing. 2026-05-29 11:17:43 -04:00
2bceb55cf2 Tested timing between printf and cout. cout won by a mile. 2026-05-29 11:17:13 -04:00
0e9a04a701 Added a printf version of the print_logs. I need to add timers for both methods to see which one I would like to use. 2026-05-29 10:53:12 -04:00
46e8048e14 Wrote the print_logs funciton for debugging and changed the location of the test .log files 2026-05-29 10:45:11 -04:00
9105718e56 Switched my header files to .hpp for clarity 2026-05-29 10:19:40 -04:00
rapturate
9ce211c572 Added documentation comments using Doxygen, changed the file structure back to the original, and wrote the getter functions for the individual entries. 2026-05-28 12:33:46 -04:00
rapturate
5673f32e69 changed my file structure to be headers and objects 2026-05-28 11:47:04 -04:00
rapturate
fc67b944d7 Refactoring to a better file structure 2026-05-22 16:17:14 -04:00