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
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -41,4 +41,9 @@ compile_commands.json
|
||||
# ==========================================
|
||||
# If you download large MaxMind .mmdb files, ignore them so they don't bloat Git
|
||||
*.mmdb
|
||||
*.log
|
||||
*.log
|
||||
|
||||
# ==========================================
|
||||
# Sensitive Files
|
||||
# ==========================================
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user