You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
562ac68 - Export as GeoJson extended to points (with sum of attacks) - Added static GeoLocation data with country centralized lon and lat (for point marker) - database queryParameters extended with group by
4c96da8 - Analyze extended by top 5 attacker countries with sum attacks, sum/avg attack times - File formatting changed
6a96f53 - cache implementation improved: Cache refresh and handling is in cache now (not outside) - get continent and continent code from api - Progress bar added - fixed GetData bug - Import is respecting date limits now -
fb0b0e2 - Small code refactors - Import prepared for SshTarpit module
7295992 - Single insert of Data items running in an own transaction
632825c - Import extended by getting location for data - getting ips to fetch by raw sql query
511c1c7 - Info message when export without sub command was used.
53b41bd - Cache db is the same as data now. (Enables table joins)
646bba5 - StartDate and EndDate moved. Now, they are global parameters
033bef5 - Introduced new ID column with calculated hash from Begin, End and IP - Before save, duplicates are removed
7efa223 - Analyze commend is refactored to use Data database - Naming convention applied - GORM log level is equal to --debug parameter - Introduced helper methods for converting types (string, int, ...) to pointers
c57170f - Interfaces renamed due to naming convention
87a397e - Import is saved to db now - Database module refactored and Data schema introduced - Two separate databases (cache and data)
b6af359 cli commands modularized + import implemented as modules (Endlessh is available for now) + [WIP] import: Save to DB is missing