Commit Graph

165 Commits

Author SHA1 Message Date
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
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
Fishcake 1fe9295704 fix(bug): extract relays from the tag correctly 2023-04-24 23:26:25 +09:00
Fishcake ff268f577c Initial clean-up and optimizations 2023-04-24 21:52:30 +09:00
believethehype 3f72fd84dc Merge pull request #13 from fishcakeday/docker-compose-update
chore(config): update docker-compose with current parameters
2023-04-24 14:13:34 +02:00
Fishcake d2c8342440 chore(config): update docker-compose with current parameters 2023-04-24 21:07:42 +09:00
believethehype b733372a66 Update .env.example 2023-04-24 14:04:17 +02:00
believethehype a4f8e9fa2e Merge pull request #10 from itasli/master
small refactor
v.0.9.0.5
2023-04-24 13:37:50 +02:00
believethehype 760c383bd5 Merge pull request #12 from fishcakeday/make-relays-configurable
Make relays configurable
2023-04-24 13:35:09 +02:00
Fishcake 87ee2f91b8 fix(typo): Relayes --> Relays 2023-04-24 17:57:45 +09:00
Fishcake 52ebe4d86a Fix relay variable name and add bootstrap relays 2023-04-24 17:08:19 +09:00
Fishcake a268ded17a chore(docs): add info about new parameters to README 2023-04-24 16:32:39 +09:00
Fishcake 32f3673b26 feat(conf): make our relays configurable 2023-04-24 15:55:21 +09:00
itasli a403d014f9 update import
updated ioutils

replaced encoding/json with jsoniter

refactored some code
2023-04-18 18:14:33 +02:00
itasli be902a707a refactor
refactored profile picture download function to support both jpeg & png

disabled image download on invoice for now

deleted unused file
2023-04-18 18:13:51 +02:00
itasli 09ebcb1449 ignore .db folder 2023-04-18 18:10:32 +02:00
believethehype ab982bc51c Merge pull request #9 from itasli/master
update dependencies
2023-04-17 10:03:53 +02:00
itasli 71f6828c36 update dependencies
updated makeinvoice
replaced xmlpath
replaced gocheck with a more recent and maintained fork
2023-04-16 18:12:00 +02:00
Believethehype 59cc352b38 updated libraries to latest version 2023-04-16 13:00:13 +02:00
Believethehype 0153db674c updated dependencies to latest versions 2023-04-16 13:00:02 +02:00
Believethehype 451d7ca691 check for anonymous Zaps and show im DM instead of random key v.0.9.0.4 2023-04-11 19:45:39 +02:00
believethehype eddaf5cc2f Update README.md v.0.9.0.3 2023-04-10 08:42:01 +02:00
Believethehype 00adf797bb Update waitforinvoice.go 2023-04-09 22:51:55 +02:00
Believethehype 67b8e7219d Update waitforinvoice.go 2023-04-09 20:27:13 +02:00
Believethehype 1106eacd4d Merge branch 'master' of https://github.com/believethehype/nostdress v.0.9.0.2 2023-04-09 15:23:56 +02:00
Believethehype b20faa8cf5 fix not no zaps showing up as message when payment didn't succeed 2023-04-09 15:23:55 +02:00
believethehype c1fa258ee9 Update docker.yml 2023-04-09 13:44:26 +02:00
Believethehype d545aef61d updated npub hint v.0.9.0.1 2023-04-09 13:32:33 +02:00
believethehype ec3638705c Delete nostdress 2023-04-09 13:28:37 +02:00
believethehype dabe4f23e9 Create docker.yml 2023-04-09 13:05:44 +02:00
Believethehype 99a2a27efb update dockerfile v.0.9 2023-04-09 12:59:45 +02:00
Believethehype 319728df17 Update README.md 2023-04-09 12:57:59 +02:00