195 Commits

Author SHA1 Message Date
dbth 316b4ec8f1 adapt makeinvoice.go to work with lnbits 1.0.0
- older versions of lnbits are not supported in this version, please use an older container for this.
v.0.9.2.3
2025-05-02 16:08:29 +02:00
Believethehype 674e08438e avoid panic when jsonMap["paid"] is not bool v.0.9.2.2 2024-07-08 10:07:21 +02:00
Believethehype 4c06b96975 Consider a tag v.0.9.2.1 2024-05-21 23:32:42 +02:00
Believethehype 89e9bc1011 Merge branch 'master' of https://github.com/believethehype/nostdress v.0.9.2.0 2024-03-27 12:47:28 +01:00
Believethehype 5437f2231a Update Dockerfile 2024-03-27 12:47:20 +01:00
believethehype 880a105c8c Update docker.yml 2024-03-27 12:45:07 +01:00
believethehype 2f862bab85 Update release.yml 2024-03-27 12:41:29 +01:00
believethehype d02059a8c7 Update release.yml 2024-03-27 12:38:39 +01:00
believethehype 582495355f Update release.yml 2024-03-27 12:34:50 +01:00
Believethehype 5155855bd5 updated dependencies 2024-03-27 12:32:29 +01:00
Believethehype 0aae8940cb Update go.mod 2024-03-27 12:20:49 +01:00
Believethehype 2f2fe78530 Update go.mod 2024-03-27 12:14:10 +01:00
Believethehype f661bd8355 depdencies 2024-03-27 12:10:55 +01:00
Believethehype d114749655 dependencies 2024-03-27 12:07:52 +01:00
Believethehype 115a0756c3 updating golang, go-nostr, get more details from lnbits invoice check 2024-03-27 11:59:52 +01:00
believethehype a6f74ecdb8 Merge pull request #28 from pablof7z/master
add P tag to tag sender
v.0.9.1.9
2024-01-01 00:54:33 +01:00
Pablo Fernandez 444a02fcca add P tag to tag sender 2023-12-31 23:01:28 +00:00
believethehype adc8abdc98 Update release.yml v.0.9.1.8 2023-12-20 17:05:21 +01:00
believethehype c1a5201f56 Update release.yml 2023-12-20 17:02:46 +01:00
believethehype 3c31ebe28c Merge pull request #26 from Perlover/perlover/patch-1
Fix of: If ALLOW_API is false then server is not run
2023-11-02 21:32:42 +01:00
Perlover 5ba0b02bd5 If ALLOW_API is false then server is not run
I think it will be fix

Issue: https://github.com/believethehype/nostdress/issues/25
2023-08-01 20:16:22 +02:00
Believethehype 6643dc05f4 increase Commentallowed size to be able to render longer messages v.0.9.1.7 2023-06-27 13:25:36 +02:00
Believethehype 532deaed9b Update db.go v.0.9.1.6 2023-06-13 12:15:19 +02:00
Believethehype 00f7c5d90f added new api command listUsers v.0.9.1.5 2023-06-12 22:59:23 +02:00
Believethehype 43e504dde0 fix for proxy url not set via parameters v.0.9.1.4 2023-06-12 22:24:39 +02:00
believethehype 337143aa2e Merge pull request #23 from Chuck3CZ/master
Fixed Typo
2023-05-21 13:29:25 +02:00
Chuck3CZ afb345fd80 Fixed Typo 2023-05-18 08:31:20 +02:00
Believethehype 6691fd69d4 changed defaults for notifications v.0.9.1.3 2023-05-08 16:55:16 +02:00
believethehype 24a22c8b86 Merge pull request #19 from fishcakeday/handle-multidomain-nip05
fix(nip05): make nip05 work with multi-domain config
2023-05-08 15:22:08 +02:00
believethehype faabe6916c Merge pull request #20 from itasli/patch-1
Update style.css
2023-05-08 15:21:58 +02:00
itasli f3a784345e Update style.css
update card margin to center it
2023-05-07 14:23:26 +02:00
Fishcake c031ea10f1 fix(nip05): make nip05 work with multi-domain config 2023-05-06 08:21:38 +09:00
believethehype a0a9bbad66 Merge pull request #18 from fishcakeday/optimize-profile-metadata-handling
optimize profile and image download
v.0.9.1.2
2023-05-05 17:34:10 +02:00
Fishcake f1a7612942 optimize profile and image download 2023-05-02 13:47:18 +09:00
Believethehype 696e5625c5 loads first image of gifs, too. v.0.9.1.1 2023-04-30 19:05:05 +02:00
Believethehype 2f366e1f35 walk through relays to download profile pic on creation v.0.9.1.0 2023-04-30 18:40:18 +02:00
Believethehype e0cff06335 Merge branch 'master' of https://github.com/believethehype/nostdress v.0.9.0.9 2023-04-30 18:14:34 +02:00
Believethehype f8d99bd2d1 Store Nostr Profile Picture in DB, get it only on Profile update when GET_NOSTR_PROFILE is true 2023-04-30 18:14:32 +02:00
believethehype 331e0e8419 Update README.md 2023-04-27 11:51:24 +02:00
Believethehype c32b40c8c6 allow users to change configuration even if registration is deactivated, option to activate/deactivate api access v.0.9.0.8 2023-04-27 11:48:25 +02:00
believethehype 10c1581d76 Merge pull request #17 from fishcakeday/fix-connection-reuse
Fix connection reuse, by removing that code.
v.0.9.0.7
2023-04-25 22:53:45 +02:00
Fishcake d50101f38d revert to no pooling of connections 2023-04-26 05:42:09 +09:00
believethehype f1f40de9a5 Merge pull request #16 from fishcakeday/reuse-relay-connection
Reuse relay connection
v.0.9.0.6
2023-04-25 06:45:04 +02:00
Fishcake ab13d1fbfb fix(relays): handle closed connections 2023-04-25 13:04:46 +09:00
Fishcake 6b0b54132a fix(relays): also ignore relays that fail to publish, shorten time to ignore 2023-04-25 10:04:32 +09:00
Fishcake 010ff4ee00 feat(relays): ignore relays we cannot connect to, with timeout 2023-04-25 09:53:22 +09:00
Fishcake 16deb65082 feat(relay):reuse relay connections 2023-04-25 09:37:58 +09:00
believethehype 049602ee7c Merge pull request #15 from fishcakeday/fix-docker-compose
fix(config): remove quotes and stale relays
2023-04-24 23:07:16 +02:00
Fishcake 9a434c4b0b fix(config): remove quotes and stale relays 2023-04-25 05:54:44 +09:00
believethehype 1d5ae67781 Merge pull request #14 from fishcakeday/nostr-optimizations
Nostr optimizations
2023-04-24 22:23:21 +02:00