1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-26 11:42:29 +01:00
ntfy/server
2022-06-22 13:47:54 -04:00
..
actions.go
actions_test.go
config.go Add version number to ntfy serve output 2022-06-12 11:54:58 -04:00
config_test.go
errors.go More tests 2022-06-16 12:37:02 -04:00
file_cache.go
file_cache_test.go
mailer_emoji.json
message_cache.go WIP: Shorter lock, for #338 2022-06-21 19:07:27 -04:00
message_cache_test.go Fix tests, lock topic as short as possible 2022-06-21 19:45:23 -04:00
ntfy.service
server.go "Fix" data race 2022-06-22 13:47:54 -04:00
server.yml 500-test 2022-06-16 12:42:19 -04:00
server_firebase.go Fix docs header color; tiny other fixes with logging 2022-06-02 20:59:07 -04:00
server_firebase_test.go Fix docs header color; tiny other fixes with logging 2022-06-02 20:59:07 -04:00
server_matrix.go Update deps 2022-06-16 12:48:43 -04:00
server_matrix_test.go More tests 2022-06-16 12:37:02 -04:00
server_test.go Fix since=<id> implementation for multiple topics, closes #336 2022-06-20 12:11:52 -04:00
smtp_sender.go
smtp_sender_test.go
smtp_server.go
smtp_server_test.go Docs and Matrix tests 2022-06-16 11:40:56 -04:00
topic.go Fix tests, lock topic as short as possible 2022-06-21 19:45:23 -04:00
types.go
util.go Return HTTP 500 on Matrix discovery GET if base-url not configured; log entire HTTP request when TRACE enabled 2022-06-19 21:25:35 -04:00
util_test.go Return HTTP 500 on Matrix discovery GET if base-url not configured; log entire HTTP request when TRACE enabled 2022-06-19 21:25:35 -04:00
visitor.go