1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-09-27 19:12:00 +02:00
ntfy/cmd
2023-05-07 11:59:15 -04:00
..
access.go WIP tier CLI 2023-02-06 22:38:22 -05:00
access_test.go Auth rate limiter 2023-02-08 15:20:44 -05:00
app.go More RWLock. Jeff wins again 2023-02-09 20:49:45 -05:00
app_test.go
config_loader.go Replace interface{} 2022-10-01 16:31:48 -04:00
config_loader_test.go
publish.go Cosmetic changes 2023-03-06 23:12:46 -05:00
publish_test.go allow default-token and per-subscription tokens in client.yml 2023-03-05 22:57:51 -07:00
publish_unix.go cmd: add go1.18 build directives 2022-09-01 00:49:08 +03:00
publish_windows.go
serve.go Add limiters and database changes 2023-05-07 11:59:15 -04:00
serve_test.go Fix test, release notes 2023-02-28 11:57:49 -05:00
subscribe.go
subscribe_darwin.go
subscribe_test.go
subscribe_unix.go
subscribe_windows.go
tier.go Add limiters and database changes 2023-05-07 11:59:15 -04:00
tier_test.go
token.go Self-review, round 2 2023-02-09 15:24:12 -05:00
token_test.go Auth rate limiter 2023-02-08 15:20:44 -05:00
user.go Fine tuning error messages, add --ignore-exists flag to tier/user command 2023-02-16 10:35:23 -05:00
user_test.go