Commit Graph

5 Commits

Author SHA1 Message Date
Quentin McGaw
9cf226bc54 JSON database file and migration from sqlite (#33) 2020-02-23 17:27:10 -05:00
Quentin McGaw (desktop)
0a7e38399e GetAllDomainsHosts sqlite query added 2020-02-23 17:09:16 +00:00
Quentin McGaw (desktop)
9307b8efcc Catch database rows close error properly in GetIPs 2020-02-23 17:08:39 +00:00
Quentin McGaw (desktop)
3ea149df25 Simplify & 1 fix for sqlite queries 2020-02-23 16:46:08 +00:00
Quentin McGaw
bdb0c2bf2e Refactor entire Go codebase (#32)
- Small UI adjustments
- Only show last 2 previous IP addresses in notifications and UI
- Database uses interfaces to be modular/pluggable in order to move away from sqlite
- Less dependencies, it even uses a switch statement instead of httprouter
- Updated golibs
- Changed default logging format to `console` (zap)
- Better code overall, modular updater and trigger system
- Refactored readme
- CI script improved
2020-02-22 17:21:32 -05:00