Commit Graph
22 Commits
Author SHA1 Message Date
sberk42 6f4a8153d4 updates dependencies 2025-01-19 21:42:54 +01:00
sberk42 7155b8042d updated go version 2024-12-12 11:56:25 +01:00
dependabot[bot] 2af170d53a Bump golang.org/x/crypto from 0.29.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 00:40:35 +00:00
sberk42 bc800384f1 go updates 2024-11-15 22:27:27 +01:00
sberk42 d4568d82e9 updated go version and dependencies 2024-08-20 22:56:50 +02:00
dependabot[bot] 4d0787e606 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 23:06:49 +00:00
sberk42 6a1199ccb7 updated dependencies 2023-12-19 07:02:55 +01:00
dependabot[bot] 5b94e52464 Bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:36:27 +00:00
sberk42 9c5d1cd8be Merge branch 'master' into v2-authentication 2023-10-15 09:45:13 +02:00
Boris Petersen af60ed0456 Cleanup and updates
* cleaned up json files
* updated modules
* replaced deprecated ioutil
* adjusted error message to be lowercased

Signed-off-by: Boris Petersen <bp@boris-petersen.de>
2023-10-14 16:18:38 +02:00
Boris Petersen 45c9c7278d Introduce v2 API authentication
the v2 authentication uses pbkdf2 rather than plain md5.
I have introduced a switch to use the new authentication that defaults
to v1/md5.
I have also introduced the internal resolution and usage of the ipv4
adress the fritzbox is using because for me on me 6691 neither using the
hostname (fritz.box) nor the ipv6 address gave me a valid SID. I believe
that's a bug by AVM.

Signed-off-by: Boris Petersen <bp@boris-petersen.de>
2023-10-14 16:10:37 +02:00
sberk42 4a4cc447b5 updated dependencies 2023-05-17 23:28:29 +02:00
sberk42 0fbafb5a46 replace healthcheck causing problems with go.mod 2023-01-14 08:52:02 +01:00
sberk42 38d51bc5a5 updated go modules 2023-01-13 22:31:06 +01:00
sberk42 e7427e8ac5 rebuild after merge 2022-01-09 16:03:09 +01:00
sberk42 61030f7278 Merge branch 'master' into health-checks 2022-01-09 15:52:12 +01:00
sberk42 a44494f776 Merge pull request #9 from chr-fritz/logrus-logging
Uses Logrus for Logging
2022-01-09 15:48:37 +01:00
sberk42 908555cc72 Merge branch 'master' into go-modules 2022-01-09 15:48:08 +01:00
sberk42 3fc0587cff added go.mod and go.sum 2021-11-14 09:05:30 +01:00
Christian Fritz 8976ed2c72 Uses logrus instead printf for logging and fixes creating error messages. 2021-04-17 00:30:35 +02:00
Christian Fritz 91bbea2345 Adds readiness and liveness endpoints. 2021-04-17 00:09:50 +02:00
Christian Fritz d9031e6c39 Adds go.mod file to use go modules while building. 2021-04-16 23:52:06 +02:00