1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-23 02:02:33 +01:00
ntfy/server
2022-02-27 14:05:13 -05:00
..
static
cache.go WIP: Since ID, works 2022-02-26 15:57:10 -05:00
cache_mem_test.go Almost there; Replace memCache with :memory: SQLite cache 2022-02-27 09:38:46 -05:00
cache_sqlite.go Fix tests; remove memory implementation entirely 2022-02-27 14:05:13 -05:00
cache_sqlite_test.go Almost there; Replace memCache with :memory: SQLite cache 2022-02-27 09:38:46 -05:00
cache_test.go Almost there; Replace memCache with :memory: SQLite cache 2022-02-27 09:38:46 -05:00
config.go Double requests/sec limit; update docs 2022-02-14 17:07:17 -05:00
config_test.go
errors.go More tests; enough! 2022-02-03 22:26:22 -05:00
example.html
file_cache.go
file_cache_test.go
index.gohtml
mailer_emoji.json
ntfy.service
server.go Almost there; Replace memCache with :memory: SQLite cache 2022-02-27 09:38:46 -05:00
server.yml Double requests/sec limit; update docs 2022-02-14 17:07:17 -05:00
server_firebase.go Test Firebase stuff 2022-02-01 08:47:01 -05:00
server_firebase_test.go Allow 'ntfy access --reset' 2022-02-01 12:23:11 -05:00
server_test.go Implement since=ID logic in mem cache; add tests; still failing 2022-02-26 20:19:28 -05:00
smtp_sender.go
smtp_sender_test.go
smtp_server.go
smtp_server_test.go
topic.go
types.go WIP: Since ID, works 2022-02-26 15:57:10 -05:00
util.go Test Firebase stuff 2022-02-01 08:47:01 -05:00
util_test.go Test Firebase stuff 2022-02-01 08:47:01 -05:00
visitor.go