Commit Graph

5 Commits

Author SHA1 Message Date
Quentin McGaw
0c028f70e9 Using url package to build urls for APIs (#57) 2020-05-11 18:11:20 -04:00
Quentin McGaw
345cc754ff Update golibs 2020-05-08 00:33:51 +00:00
Quentin McGaw (desktop)
db301af7d5 Apply WhistleMaster's comments 2020-02-22 23:42:05 +00:00
Quentin McGaw (desktop)
4bfe07b6da Minor code changes
- Replaced libnetwork by network when possible
- Lowercases only parts needed and not passwords/tokens
- Unexport regex as they are only needed in constants package
2020-02-22 23:02:06 +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