Commit Graph

  • 8c9170d4e3 fix: persist database version for v18 migration Greg Heartsfield 2023-02-25 15:55:00 -0600
  • 5508020777 improvement: configure pay-to-relay defaults and comment block Greg Heartsfield 2023-02-25 15:53:32 -0600
  • 43021910ea improvement: disable pay-to-relay by default Greg Heartsfield 2023-02-25 15:41:30 -0600
  • c0158af18b feat(NIP-111): pay to relay (experimental) thesimplekid 2023-02-25 15:38:26 -0600
  • 164603dedd docs: add Traefik to reverse proxy doc Rene Honig 2023-02-24 17:06:30 +0100
  • c1c25a22f5 refactor: format Greg Heartsfield 2023-02-25 14:49:35 -0600
  • 6df92f9580 refactor: format thesimplekid 2023-02-08 10:55:17 -0500
  • 440217e1ee docs: add documented support for NIP-40 Greg Heartsfield 2023-02-25 14:29:52 -0600
  • 96359aafab docs: better example of kinds for allowlist Greg Heartsfield 2023-02-25 14:05:11 -0600
  • 5414629298 feat: add event kind allowlist Mike White 2023-02-25 10:20:53 -0600
  • 71d5d56bed
    add Traefik to reverse proxy doc Rene Honig 2023-02-24 17:06:30 +0100
  • 2be75e18fb build: bump version to 0.8.8 0.8.8 Greg Heartsfield 2023-02-21 08:16:40 -0600
  • 5f6ff4c2b7 fix: in-memory SQLite DB correctly shares memory between connections Greg Heartsfield 2023-02-21 08:14:19 -0600
  • df411c24fb fix: block other writers during checkpoint to eliminate DB lock errors Greg Heartsfield 2023-02-20 16:50:44 -0600
  • bf78ddce75
    fix: postgress migration and query thesimplekid 2023-02-18 14:19:05 -0500
  • bedbf27e4d
    remove tor config thesimplekid 2023-02-18 09:16:45 -0500
  • 39f9984c4f build: bump version to 0.8.7 0.8.7 Greg Heartsfield 2023-02-17 21:05:36 -0600
  • 9d55731073 fix: Postgres SQL generation for expiring events Greg Heartsfield 2023-02-17 21:04:30 -0600
  • 5638f70d66 fix: set SQL tracing back to appropriate level Greg Heartsfield 2023-02-17 20:50:19 -0600
  • 6116e262e4
    fix: check account thesimplekid 2023-02-17 15:12:18 -0500
  • 92f8b126de
    refactor: remove `reqwest` thesimplekid 2023-02-15 23:42:53 -0500
  • 1ddc67faa3
    refactor: add payment module to better support adding other payment processors thesimplekid 2023-02-15 13:12:34 -0500
  • c5bb0bd9f1
    refactor: remove tor thesimplekid 2023-02-15 10:40:23 -0500
  • 641cb542d9
    refactor: server `/invoice` errors thesimplekid 2023-02-11 03:25:49 -0500
  • 7f1ce7d7f1
    improvement: send dms when siging up via web refactor: Remove dead code and add comments thesimplekid 2023-02-09 22:09:30 -0500
  • 5f6311d924
    improvement: NIP-111 for pay to relay thesimplekid 2023-02-09 21:26:20 -0500
  • 3220c5d62f
    improvement: add get active invoice - get nostr sk from config file thesimplekid 2023-02-09 16:48:53 -0500
  • 84facb0ec9
    docs: pay to relay thesimplekid 2023-02-08 21:23:10 -0500
  • 4724112d89
    improvement: enable/disable signups thesimplekid 2023-02-06 19:04:46 -0500
  • 4e082698b5
    feat: pay to relay flow working thesimplekid 2023-02-05 23:45:17 -0500
  • 98a08d054a improvement: advertise support for NIP-42 in relay info 0.8.6 Greg Heartsfield 2023-02-17 14:02:49 -0600
  • 0ef7d618a8 build: bump version to 0.8.6 Greg Heartsfield 2023-02-17 13:59:07 -0600
  • 75d0cfbed7 gRPC decision logic fixed. Comment fix Silutra 2023-02-17 20:31:59 +0100
  • bf06bea808 feat(NIP-40): postgres support for event expiration Greg Heartsfield 2023-02-17 13:25:56 -0600
  • 82faee9ecd Merge branch 'master' into split_validation Silutra 2023-02-17 19:31:05 +0100
  • 27bc9d9f6b Validation separated. Submitting and Admitting channels Silutra 2023-02-17 19:12:02 +0100
  • e5ca8c2a86 improvement: run expired event cleanup every 10 minutes Greg Heartsfield 2023-02-17 11:22:00 -0600
  • 8ea63f0b27 feat(NIP-40): sqlite support for event expiration Greg Heartsfield 2023-02-17 11:15:06 -0600
  • 3229e4192f feat: publish favicon.ico Greg Heartsfield 2023-02-16 18:03:28 -0600
  • 7fd9b55e70 fix: typo in sqlite_migration.rs 0xtr 2023-02-14 19:55:11 +0100
  • 5cecfba319 feat(NIP-42): pubkey authentication rorp 2023-02-14 19:17:48 -0800
  • d0f57aea21 improvement(NIP-40): functions for checking event expiration Greg Heartsfield 2023-02-15 18:47:27 -0600
  • 40abd6858e docs: cleanup location of documentation Yuval Adam 2023-02-15 10:28:42 +0200
  • 136e41d234 fix: retry event writes if DB is busy Greg Heartsfield 2023-02-15 18:37:13 -0600
  • 5a5504a0d1
    cleanup rorp 2023-02-15 15:12:07 -0800
  • d569e4bd4d Create examples/ dir Yuval Adam 2023-02-15 11:02:12 +0200
  • 57635a05d8 Move reverse proxy into docs/ dir Yuval Adam 2023-02-15 10:28:42 +0200
  • ae8599f026
    NIP-42 authentication rorp 2023-02-14 19:17:48 -0800
  • 35a1973a46 fix: allow older versions of protobuf-compiler to work Yuval Adam 2023-02-14 22:18:00 +0200
  • 23640a76eb Add --experimental_allow_proto3_optional protoc arg in build configs, fixes #77 Yuval Adam 2023-02-14 22:18:00 +0200
  • 100d0949fd Fix typo in sqlite_migration.rs 0xtr 2023-02-14 19:55:11 +0100
  • 1daa25600d fix: postgres tag inserts Kieran 2023-02-07 21:47:28 +0000
  • 692925942a build: bump version to 0.8.5 0.8.5 Greg Heartsfield 2023-02-13 17:53:33 -0600
  • 84afd4b64e refactor: whitespace Greg Heartsfield 2023-02-13 17:52:00 -0600
  • 46160bb1f9 fix: correct name of gRPC configuration in toml Greg Heartsfield 2023-02-13 17:30:26 -0600
  • 2fc9168a38 fix: SQL error with parameterized replaceable events Greg Heartsfield 2023-02-13 17:10:42 -0600
  • 01d0d44868 build: bump version to 0.8.4 Greg Heartsfield 2023-02-13 09:34:30 -0600
  • 93f6337fda fix: upgrade docker image to include OpenSSL 3 Greg Heartsfield 2023-02-13 09:33:14 -0600
  • f3a42712a6 build: bump version to 0.8.3 0.8.3 Greg Heartsfield 2023-02-13 08:08:28 -0600
  • 27361d064a improvement: upgrade multiple dependencies Greg Heartsfield 2023-02-13 07:57:14 -0600
  • 3bafb611e5 build: install packages with sudo for github ci Greg Heartsfield 2023-02-13 07:50:48 -0600
  • b960ab70de build: add protobuf compiler to github ci workflow Greg Heartsfield 2023-02-13 07:48:09 -0600
  • 15e2f097aa improvement: advise operator this upgrade may take a minute Greg Heartsfield 2023-02-13 07:37:13 -0600
  • 185f9e7abb feat: improved query performance when looking for deletion events (improves event insert time) Greg Heartsfield 2023-02-12 15:43:22 -0600
  • f44dae6ac9 fix: use correct start time for logging SQL generation Greg Heartsfield 2023-02-12 15:00:50 -0600
  • abc356c17d perf(sqlite): index tags with their kind/created_at fields Greg Heartsfield 2023-02-12 14:33:40 -0600
  • 7986c98955
    fix: postgres tag inserts Kieran 2023-02-07 21:47:28 +0000
  • 81f8256c37 fix: container builds support protobuf compilation Greg Heartsfield 2023-02-11 14:30:42 -0600
  • b3db2bd081 fix: protobuf compiler not needed in runtime container Greg Heartsfield 2023-02-11 13:57:53 -0600
  • d31e974d56 fix: add protobuf-compiler for Docker and CI builds Greg Heartsfield 2023-02-11 13:56:15 -0600
  • 36eaf9fea5 improvement: make comments match code for nauthz example Greg Heartsfield 2023-02-11 13:36:10 -0600
  • a16c4e698a feat: gRPC authorization for events Greg Heartsfield 2023-02-11 13:26:08 -0600
  • e63d179424 fix: prevent loop when nip05 metadata channel closes Greg Heartsfield 2023-02-11 13:26:08 -0600
  • 252fd85479 bump to v0.9.0 疯魔慕薇 2023-02-11 23:21:42 +0800
  • 9116b3ced2
    Merge pull request #5 from kofj/dev/antispam 疯魔慕薇 2023-02-11 22:06:11 +0800
  • 652f7fb908 [FIX] insert kind 3 event sql syntax error. 疯魔慕薇 2023-02-11 21:45:04 +0800
  • b1b078e9c4 add antispam feature via keywords 疯魔慕薇 2023-02-11 13:49:14 +0800
  • 28b7b83a6e improvement: make config file location configurable via CLI args rorp 2023-02-06 20:35:08 -0800
  • 040bddae54 fix build rorp 2023-02-07 10:02:50 -0800
  • d7a86244b3
    Make the config file location configurable via the command line args rorp 2023-02-06 20:35:08 -0800
  • 2e42b1b86e improvement: log source IP for persisted events Greg Heartsfield 2023-02-06 17:15:27 -0600
  • bd07a11f50 refactor: Fix clippy warnings Naoki Ikeguchi 2023-02-06 21:43:09 +0900
  • bc4b45d4b8 docs: update DB maintenance for v0.8.x Greg Heartsfield 2023-02-06 07:07:23 -0600
  • f1bd5099d2
    refactor: Fix clippy warnings Naoki Ikeguchi 2023-02-06 21:43:09 +0900
  • 1ca5d652de format: postgres_migrations thesimplekid 2023-02-06 00:52:17 -0500
  • d7cceab8fc fix: tag table does not have a unique constraint thesimplekid 2023-02-06 00:52:16 -0500
  • 2805a96e5b docs: nginx timeouts Greg Heartsfield 2023-02-05 17:17:13 -0600
  • ac14a0759f docs: clarify wording around subscription limits Greg Heartsfield 2023-02-03 13:08:31 -0600
  • cdd4e5949f fix: correctly log SQL generation time Greg Heartsfield 2023-02-03 10:39:41 -0600
  • 5999009779 improvement: increase connection cache size Greg Heartsfield 2023-02-02 18:34:30 -0600
  • e36c791c53 improvement: prevent spilling temp indexes to disk Greg Heartsfield 2023-02-02 18:15:14 -0600
  • d95adbcb3d build: bump version to 0.8.2 0.8.2 Greg Heartsfield 2023-02-02 16:21:45 -0600
  • 509736c56d improvement: update multiple dependencies Greg Heartsfield 2023-02-02 16:12:49 -0600
  • 8004ea9b44 fix(NIP-33): only delete older events with matching 'd' tags Greg Heartsfield 2023-02-02 16:09:17 -0600
  • 866c239cc9 improvement: simplify SQL queries for tags Greg Heartsfield 2023-02-02 12:24:10 -0600
  • 6012b57e95 improvement: log connection details at INFO level Greg Heartsfield 2023-02-02 11:55:41 -0600
  • 559541b160 build: bump version to 0.8.1 0.8.1 Greg Heartsfield 2023-02-01 18:16:08 -0600
  • facaed7805 improvement: guidance for subscription limits Greg Heartsfield 2023-02-01 18:09:30 -0600
  • ba4fcd072a improvement: allow queries to be cancelled earlier (before SQL execution) Greg Heartsfield 2023-02-01 18:09:30 -0600
  • 2b79099cfe improvement: drop slow readers more quickly Greg Heartsfield 2023-02-01 18:09:30 -0600