Commit Graph

7 Commits

Author SHA1 Message Date
rapturate
d23168b971 1) Added clickable column names for sorting (asc/desc)
2) Added Date/Time column
3) Fixed some spacing issues on standard column
4) Changed .env to lumberjack.config
5) Fixed the issue where the .env/lumberjack.config file was trunctated with bad file locations on start.
6) Updated env.hpp/.cpp to be config.hpp/.cpp and the parent directory to be config referencing.
2026-06-11 15:19:52 -04:00
rapturate
aa11268522 updated README 2026-06-09 17:13:39 -04:00
rapturate
175452c2b1 Updated the README.md 2026-06-09 17:11:45 -04:00
rapturate
8b39ddecac Stop tracking .env configuration. 2026-06-09 15:58:36 -04:00
rapturate
92bdaee885 Changed everything to reflect the new name "LumberJack" in the cmake files. Fixed my doxygen notes to reflect v1.0.0 2026-06-09 15:35:27 -04:00
rapturate
cf35790578 Updated the README.md file for a little more clarity. 2026-06-09 15:01:04 -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