1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-30 00:01:08 +02:00
ntfy/server
..
actions.go
actions_test.go
config.go Profiling support 2023-03-28 14:41:16 -04:00
config_test.go
errors.go WIP Reject 507s after a while 2023-02-28 22:25:13 -05:00
file_cache.go
file_cache_test.go
log.go
mailer_emoji.json
message_cache.go
message_cache_test.go
ntfy.service Add --trace and --no-log-dates; add docs 2022-06-02 10:50:05 -04:00
server.go
server.yml Profiling support 2023-03-28 14:41:16 -04:00
server_account.go Support for annual billing intervals 2023-02-21 22:44:30 -05:00
server_account_test.go Tiny changes 2023-03-04 09:32:29 -05:00
server_firebase.go Minor tweaks 2023-02-15 10:55:01 -05:00
server_firebase_test.go Introduce Reservation 2023-01-02 20:08:37 -05:00
server_manager.go More metrics 2023-03-16 22:19:20 -04:00
server_manager_test.go Fix panic in manager when attachment-cache-dir is not set, fixes 2023-02-17 15:56:48 -05:00
server_matrix.go Tiny changes 2023-03-04 09:32:29 -05:00
server_matrix_test.go Adjust Matrix/UP behavior to work with Synapse+Mastodon 2023-02-25 15:12:03 -05:00
server_metrics.go More metrics 2023-03-16 22:19:20 -04:00
server_middleware.go Changelog 2023-03-16 22:40:52 -04:00
server_payments.go Logging improvements, etc. 2023-02-25 20:23:22 -05:00
server_payments_test.go Logging improvements, etc. 2023-02-25 20:23:22 -05:00
server_test.go Fix delayed message sending from authenticated users, closes 2023-03-22 15:30:20 -04:00
smtp_sender.go Allow SMTP servers without auth 2023-03-02 20:25:13 -05:00
smtp_sender_test.go WIP 2021-12-27 16:39:28 +01:00
smtp_server.go Allow /metrics on default port; reduce memory if not enabled 2023-03-15 22:34:06 -04:00
smtp_server_test.go add support to pass access-token for e-mail publishing 2023-02-20 12:45:43 +01:00
topic.go Tiny changes 2023-03-04 09:32:29 -05:00
topic_test.go Works 2023-03-03 22:22:07 -05:00
types.go
util.go
util_test.go
visitor.go