diff --git a/.gitignore b/.gitignore index dc32387..426ba9d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,14 @@ generated/ # Ignore generic compiled outputs *.o *.obj -*.a *.lib *.so *.dylib *.dll +*.exe +LumberJack +prgrm_files + # ========================================== # Language Server & IDE Support (Arch Linux / Dev Tools) @@ -33,6 +36,8 @@ compile_commands.json *~ .clangd/ .cache/ +mingw-toolchain.cmake + # ========================================== # Databases and Logs (Specific to your project) diff --git a/Releases/v1_0_0/Linux_MacOS/LumberJack_v1_0_0.zip b/Releases/v1_0_0/Linux_LumberJack_v1_0_0.zip similarity index 99% rename from Releases/v1_0_0/Linux_MacOS/LumberJack_v1_0_0.zip rename to Releases/v1_0_0/Linux_LumberJack_v1_0_0.zip index f1b4f1d..e7e5076 100644 Binary files a/Releases/v1_0_0/Linux_MacOS/LumberJack_v1_0_0.zip and b/Releases/v1_0_0/Linux_LumberJack_v1_0_0.zip differ diff --git a/Releases/v1_0_0/Linux_MacOS/LumberJack b/Releases/v1_0_0/Linux_MacOS/LumberJack deleted file mode 100755 index 576a699..0000000 Binary files a/Releases/v1_0_0/Linux_MacOS/LumberJack and /dev/null differ diff --git a/Releases/v1_0_0/Linux_MacOS/README.md b/Releases/v1_0_0/Linux_MacOS/README.md deleted file mode 100644 index 9062ab7..0000000 --- a/Releases/v1_0_0/Linux_MacOS/README.md +++ /dev/null @@ -1,12 +0,0 @@ -LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs. - -NOTES: -- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create local .env file with the locations you provided. If you mess up, just change them in the file for now. - * I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application... - - -FUTURE CHANGES: -- Better filtering functionality -- Ban IP functionality -- Access Date/Time column -- Sorting by column (asc/desc) \ No newline at end of file diff --git a/Releases/v1_0_0/MacOS_LumberJack_v1_0_0.zip b/Releases/v1_0_0/MacOS_LumberJack_v1_0_0.zip new file mode 100644 index 0000000..2275a83 Binary files /dev/null and b/Releases/v1_0_0/MacOS_LumberJack_v1_0_0.zip differ diff --git a/Releases/v1_0_0/Windows/LumberJack.exe b/Releases/v1_0_0/Windows/LumberJack.exe deleted file mode 100755 index 86648ae..0000000 Binary files a/Releases/v1_0_0/Windows/LumberJack.exe and /dev/null differ diff --git a/Releases/v1_0_0/Windows/README.md b/Releases/v1_0_0/Windows/README.md deleted file mode 100644 index 9062ab7..0000000 --- a/Releases/v1_0_0/Windows/README.md +++ /dev/null @@ -1,12 +0,0 @@ -LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs. - -NOTES: -- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create local .env file with the locations you provided. If you mess up, just change them in the file for now. - * I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application... - - -FUTURE CHANGES: -- Better filtering functionality -- Ban IP functionality -- Access Date/Time column -- Sorting by column (asc/desc) \ No newline at end of file diff --git a/Releases/v1_0_0/Windows/LumberJack_v1_0_0.zip b/Releases/v1_0_0/Windows_LumberJack_v1_0_0.zip similarity index 99% rename from Releases/v1_0_0/Windows/LumberJack_v1_0_0.zip rename to Releases/v1_0_0/Windows_LumberJack_v1_0_0.zip index 4ed4d20..9474fb5 100644 Binary files a/Releases/v1_0_0/Windows/LumberJack_v1_0_0.zip and b/Releases/v1_0_0/Windows_LumberJack_v1_0_0.zip differ diff --git a/third_party/lib/mingw_libmaxminddb.a b/third_party/lib/mingw_libmaxminddb.a new file mode 100644 index 0000000..19353ca Binary files /dev/null and b/third_party/lib/mingw_libmaxminddb.a differ