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
efe5a28 docs: README.md: Add section which mention the used geolocation endpoints
a9e120d feat(api): Add endpoints: GeoPluginCom, IpapiCo fixed(api): Result slice is not predefined now (starting at 0) fixed(cache): Fix typo in method name
06e9860 improved(api): endpoints gets the bar instance now, and add the progress by themselves
0a420ec refactored(cache): old geolocation API removed -> cache wraps api calls now refactored(cli): remove --batch-size parameter improved(api): endpoints have their own limits mow, so they are (probably) not hitting them refactored(api): has it own wrapper to use with cache and queries transparently all known free geolocation endpoints refactored(readme): remove --batch-size parameter from README.md
c818df9 improved(cache): add new geolocation endpoint (ReallyFreeGeoIp.org) improved(cache): small refactor of ols code (-> to struct) fixed(cache): static use of ipApiCom changed to global selected one
cbd9560 feat(analyze): add weekday, month and year statistics feat(analyze): add header text to output text file (date range)
4192b63 improved(analyze): add method with bottom padding to textWriter
752002c improved(analyze): headStats in visible table improved(analyze): Caption add to statistics tables
dafb68d improved(export): remove where clause and utilize "start" and "end" inside "queryParameters" struct instead
877604b improved(analyze): native query string refactor to parameter query struct and method call change from "db.DbRawQuery" to "db.DbQuery" improved(analyze): code cleanup improved(database): "LIMIT" is used in query
b40aac0 improved(analyze): text output pretty formatted improved(analyze): code refactor -> more readable
cb59e1a fixed(ci): fix when used empty parameters (nil)