You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/webhook
KN4CK3R f79c9e817a
Use `crypto/sha256` (#29386)
Go 1.21 improved the performance of `crypto/sha256`. It's now similar to
`minio/sha256-simd`, so we should just use the standard libs.

https://go.dev/doc/go1.21#crypto/sha256
https://go-review.googlesource.com/c/go/+/408795
https://github.com/multiformats/go-multihash/pull/173
11 months ago
..
deliver.go Use `crypto/sha256` (#29386) 11 months ago
deliver_test.go Support allowed hosts for webhook to work with proxy (#27655) 1 year ago
dingtalk.go Fix package webhook (#27839) 1 year ago
dingtalk_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
discord.go Fix package webhook (#27839) 1 year ago
discord_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
feishu.go Fix package webhook (#27839) 1 year ago
feishu_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
general.go Fix package webhook (#27839) 1 year ago
general_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
matrix.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
matrix_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
msteams.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
msteams_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
notifier.go Move notification interface to services layer (#26915) 1 year ago
packagist.go Fix package webhook (#27839) 1 year ago
packagist_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
payloader.go Fix package webhook (#27839) 1 year ago
slack.go Abstract hash function usage (#28138) 1 year ago
slack_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
telegram.go Fix package webhook (#27839) 1 year ago
telegram_test.go Fix Matrix and MSTeams nil dereference (#28089) 1 year ago
webhook.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
webhook_test.go Restructure `webhook` module (#22256) 2 years ago
wechatwork.go Fix package webhook (#27839) 1 year ago