Commit Graph

404 Commits

Author SHA1 Message Date
Ignacio Gómez 59681181c0
Merge pull request #322 from iegomez/dependabot/go_modules/google.golang.org/protobuf-1.33.0
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
2024-03-16 15:33:42 -03:00
dependabot[bot] 4668815a2c
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.30.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 22:32:04 +00:00
Ignacio Gómez afd1bd78b3
Merge pull request #319 from loffa/update-pbkdf2-hash
Updated PBKDF2 hasher with more complex format handling
2024-03-08 11:43:13 -03:00
Jesper Falk 05bbc60380 Lowered go version 2024-03-02 09:49:04 +01:00
Jesper Falk 6480eb86e2 Updated PBKDF2 hasher with more complex format handling 2024-02-27 16:11:08 +01:00
Ignacio Gómez a7134c1c90
Merge pull request #317 from mbv/bump-mosquitto-version
Bump mosquitto versions to 1.6.15 & 2.0.18
2024-02-11 13:09:17 -03:00
Ignacio Gómez aaf33cdd8f
Merge pull request #318 from iegomez/upgrade-net-crypto-grpc
Update net, crypto and grpc modules.
2024-02-11 13:08:57 -03:00
Ignacio Gómez 73c5e40843 Update net, crypto and grpc modules. 2024-02-11 13:00:46 -03:00
Konstantin Terekhov 0ea881ca9a Bump mosquitto versions to 1.6.15 & 2.0.18 2024-02-11 16:44:40 +01:00
Ignacio Gómez 8ad80ee6b0
Merge pull request #316 from iegomez/actions-run-tests-on-fork-pr
Run tests on PRs.
2024-02-11 11:53:31 -03:00
Ignacio Gómez f5b35cbde0 Run tests on PRs. 2024-02-11 11:45:37 -03:00
Ignacio Gómez 5b4a46e114
Merge pull request #315 from mbv/fix-tests-bookworm
Fixed test after debian-stable is bookworm
2024-02-11 11:43:54 -03:00
Konstantin Terekhov 72e437cafe Fixed test after debian-stable is bookworm
* updated mongo to 7.0, repo mongo contains only 7.0 for debian bookworm
 * installed redis 6.*, redis 7.* is not supported by `go-redis/redis/v8`
2024-02-11 11:37:50 +01:00
Ignacio Gómez b2857eaa34
Merge pull request #307 from iegomez/iegomez-patch-2
Update README.md
2023-12-09 16:22:12 -03:00
Ignacio Gómez d3f4b79e99
Update README.md 2023-12-09 16:21:56 -03:00
Ignacio Gómez d187126543
Merge pull request #306 from iegomez/iegomez-patch-1
Update README.md
2023-12-09 04:16:41 -03:00
Ignacio Gómez 6b5d064aaa
Update README.md 2023-12-09 04:13:41 -03:00
Ignacio Gómez 73d90eceb0
Merge pull request #305 from NorthernMan54/patch-1
Update README.md for issue #43
2023-12-05 13:34:12 -03:00
Northern Man d2b6c5796d
Update README.md 2023-12-05 11:25:26 -05:00
Ignacio Gómez 5a33d17e85
Merge pull request #302 from testwill/fmt
chore: unnecessary use of fmt.Sprintf
2023-11-17 23:01:49 -03:00
Ignacio Gómez d36be70f58
Merge pull request #297 from irfanazam1/master
fix(CD): fixed the node12 warnings in build and push workflow
2023-11-17 23:00:45 -03:00
guoguangwu daaa53c392 chore: unnecessary use of fmt.Sprintf 2023-11-16 11:01:15 +08:00
Irfan Azam 200ca4c15c Merge branch 'master' of https://github.com/irfanazam1/mosquitto-go-auth 2023-10-05 12:06:31 +05:00
Irfan Azam ab496ac66c fix(CD): fixed the node12 warnings
Fixed the node12 warning by upgrading the github action versions
2023-10-05 11:59:23 +05:00
Ignacio Gómez e0a9b3f569
Merge pull request #295 from irfanazam1/fix/codeql-analysis-warnings
fix(codeql-analysis.yml): upgraded the github action versions to fix warnings
2023-10-04 09:45:02 -03:00
Irfan Azam a7670496d5 fix(codeql-analysis.yml): upgraded the github action versions to fix warnings
Fixed the node12 and deprecation warnings from the codeql-analysis workflow
2023-10-04 17:15:56 +05:00
Ignacio Gómez ea7214a10a
Merge pull request #288 from ssiegel/fix-gostring-conversion
Pass char* to Go and convert with C.GoString, avoiding unsafe use
2023-06-24 15:03:43 -04:00
Stefan Siegel d74392c365 Pass char* to Go and convert with C.GoString, avoiding unsafe use
Using the char* passed by Mosquitto in a GoString struct is unsafe.
The memory it points to is managed by Mosquitto, but Go will keep the
pointer around for an indefinite duration, even when Mosquitto might
free the memory.

By passing the actual char* to Go, we can use C.GoString to convert it,
which copies the bytes into a buffer managed by Go. That way we can use
it safely at any time in the future.
2023-06-11 18:50:31 +02:00
alessandroperetti 807e8f25e3
Added jwt http timeout (#285)
* Added jwt http timeout

Co-authored-by: Alessandro Peretti <alessandro.peretti@spindox.it>
2023-06-09 09:29:01 -03:00
Ignacio Gómez a271ad1e70
Merge pull request #287 from iegomez/fix/run-tests-on-external-pr
Fix tests running.
2023-06-09 07:56:09 -04:00
Ignacio Gómez 2dec24d23f Fix tests running. 2023-06-09 08:49:10 -03:00
Ignacio Gómez e80f38366d
Merge pull request #283 from takeshinoda/fix-readme-redis-cluster-option
Fixed the Redis cluster addresses option name of the README file.
2023-05-25 12:59:08 -03:00
Takeshi Shinoda 1d333a4ff6 Fixed the Redis cluster addresses option name of the README file. 2023-05-26 00:33:32 +09:00
Ignacio Gómez 271bce38d8
Merge pull request #282 from iegomez/issue-274-fix-expensive-get-name-calls
[issue-274]: Set gRPC backend name on initialization. Add mode to JWT backend name.
2023-05-24 09:55:13 -03:00
Ignacio Gómez 82493106ea Set gRPC backend name on initialization. Add mode to JWT backend name. 2023-05-24 01:29:14 -03:00
Ignacio Gómez 9fbd6077e3
Merge pull request #281 from iegomez/fix/disable-buildcvs-on-release-binaries-build
Fix binary builds by disabling buildcvs.
2023-05-23 23:47:59 -03:00
Ignacio Gómez 608a1e6a72 Fix binary builds by disabling buildcvs. 2023-05-23 23:46:36 -03:00
Ignacio Gómez 83fa4e2159
Merge pull request #280 from iegomez/fix/bump-flagged-golang-org-packages
Bump flagged go packages and add test workflow
2023-05-23 22:38:38 -03:00
Ignacio Gómez c963332520 Add test workflow and push docker images only on releases and merges to master. 2023-05-23 22:20:17 -03:00
Ignacio Gómez 6924985b5b Bump dependencies and fix mysql test. 2023-05-23 20:41:35 -03:00
Ignacio Gómez 9e9d90b676
Merge pull request #261 from mippersiel/update-documentation
Documentation cleaning and minor fixes
2023-02-19 19:17:02 -03:00
Matthieu Ippersiel 3cc94ee495 -Added 'auth_opt_' to all configuration elements
-Removed all tabs
-Fixed indentations in tables
-Fixed minor errors in javascript section and added link to Go otto
-Added example scripts in javacript section
-Added examples in HTTP section for JSON queries
2023-01-17 09:35:55 -05:00
Ignacio Gómez afdc95fbfe
Merge pull request #254 from yamenk-gribaudo/docker-documentation_update
Add path to shared object in docker configuration
2023-01-03 18:27:17 -03:00
Ignacio Gómez 2ad45c32e8
Merge pull request #259 from abh/readme
README: update version references, markdown syntax tweaks
2023-01-03 18:26:37 -03:00
Ignacio Gómez 5a493c4d6f
Merge pull request #257 from abh/master
Bump mosquitto version in github action to 2.0.15
2023-01-03 18:20:41 -03:00
Ask Bjørn Hansen cd1d99ce5f README: update version references, markdown syntax tweaks
(Also remove the verbose how-to-install Go instructions that was relevant once
upon a time, but not in 2023)
2022-12-31 04:24:02 -08:00
Ask Bjørn Hansen c1ff5ea83d Bump mosquitto version in github action to 2.0.15 2022-12-30 22:16:18 -08:00
Yamenk Gribaudo 8a106e26f5 add path to shared object in docker configuration 2022-12-17 19:10:41 -03:00
Ben Hardill 06df2d9b3e
Automatically build binaries for Popular Linux archs (#253)
* Build Linux binaries on a release
2022-12-08 17:54:56 -03:00
Ignacio Gómez 1f46a50f26
Merge pull request #252 from iegomez/release-2.0.0
Release 2.0.0
2022-11-11 09:37:20 -03:00