521 Commits

Author SHA1 Message Date
Vishal
e90522ea80 minor edit v0.2.8-beta 2022-12-24 01:47:45 +05:30
Vishal
1d66a25cb0 changed version to 0.2.8 2022-12-24 01:44:20 +05:30
Vishal
0b1bd5d9be getting only 200 maximum contacts for any user
reduced calls made. combined user fetch and mention fetch to one request.
2022-12-24 01:35:33 +05:30
Vishal
91fa45a8c6 reduced events fetched
.. to about 30k for my own username.

This reduces connection which seems to improve relay response.

added file user.dart with mostly old code.
2022-12-23 20:08:41 +05:30
Vishal
f8070e4c1e Merge branch 'main' of https://github.com/vishalxl/nostr_console 2022-12-23 13:43:41 +05:30
Vishal
a802e7bd1f reduced items fetched to reduce cpu use etc
fixed user count in relay which was undone few commits ago
2022-12-23 13:43:39 +05:30
Vishal
de4f078bc3
Update README.md 2022-12-23 12:59:19 +05:30
Vishal
922377a4e4 added 500 ms delay after kind 1 send
added ln to qr code but did not use it.
commented out re-broadcast section.
2022-12-22 18:42:54 +05:30
Vishal
b883231223 added coinos relay
and improved test servers file
2022-12-22 13:28:57 +05:30
Vishal
0e0a254fe0
Update README.md 2022-12-22 07:53:56 +05:30
Vishal
57500877b9 fixed a minor issue with previous commit
delay check was being done wrong at starting , and increased channel events fetch to 2 days
2022-12-22 07:45:11 +05:30
Vishal
00bc9cdbba updated help v0.2.7-beta 2022-12-22 07:13:54 +05:30
Vishal
9300828945 increased event id printed to 6 from 4 2022-12-22 07:08:37 +05:30
Vishal
68c9fb9bdb increased author id len printed to 5 2022-12-22 07:04:36 +05:30
Vishal
91ddb3911b improved fetching or requests
added zbd relay and more
added more default initial users to fetch
2022-12-22 06:58:02 +05:30
Vishal
c44d7b856e
Update README.md 2022-12-21 21:20:44 +05:30
Vishal
fdc7f7cb1d
Update README.md 2022-12-21 13:09:08 +05:30
Vishal
07ea9394b0
Update README.md 2022-12-21 13:08:26 +05:30
Vishal
08180c00a8 printed relay list in every case at start 2022-12-21 11:11:17 +05:30
Vishal
99be9f65ea
Merge pull request #43 from radixrat/multi_relay
allow multiple relays to be added to the relay list on start
2022-12-21 10:56:31 +05:30
Vishal
9504f0daa5
Merge pull request #41 from jesterhodl/readme-proxy
Add a section for using proxy
2022-12-21 10:51:41 +05:30
radixrat
33d59fc097 make regex specific to s optional 2022-12-20 16:03:03 -05:00
radixrat
e36aa31608 convert relays urls to sets, regex for wss:// or ws:// 2022-12-20 15:59:15 -05:00
radixrat
e93396f636 accept user relay list as the main relays
provide feedback when no valid relays passed

add comma
2022-12-20 15:23:09 -05:00
radixrat
d30637dcc0 allow multiple relays to be added to the relay list on start 2022-12-20 14:24:30 -05:00
Vishal
ccfe79d41d
Update README.md 2022-12-20 23:10:10 +05:30
Vishal
e48574ebfa
Update README.md 2022-12-20 18:12:16 +05:30
JesterHodl
5218726d55
Add a section for using proxy
for linux and windows
2022-12-20 11:38:36 +01:00
Vishal
52828e9dd4
Update README.md 2022-12-20 06:29:24 +05:30
Vishal
d8e722d3c8
Update README.md 2022-12-18 11:12:12 +05:30
Vishal
5932139de0
Update README.md 2022-12-18 00:46:33 +05:30
Vishal
24fb01b091
updated todo 2022-12-17 23:58:15 +05:30
Vishal
16406bf524
Merge pull request #37 from git-sgmoore/patch-1
Minor grammar fixes
2022-12-17 10:01:10 +05:30
sgmoore
2c6c112c20
Minor grammar fixes
Minor grammar fix at line 27, 39, 67, 81, and 88.
2022-12-16 19:25:24 -08:00
Vishal
06166fdad1
Update README.md 2022-12-14 23:29:16 +05:30
Vishal
04cadc33bf Update README.md 2022-12-08 17:13:31 +05:30
Vishal
529e4ce6ae added docker file 2022-12-08 00:55:55 +05:30
Vishal
e67026fa17 renamed docker file 2022-12-08 00:40:56 +05:30
Vishal
6264eb35a8 enc invite ui fix 2022-12-08 00:39:05 +05:30
Vishal
cd1f14c7a6
Update README.md 2022-12-06 14:29:11 +05:30
Vishal
49e66734b0 Merge branch 'main' of https://github.com/vishalxl/nostr_console 2022-12-06 13:46:23 +05:30
Vishal
bcafdda840 improved logic so the channel shows the right reply-to event for kind 1 tag rooms 2022-12-06 13:46:21 +05:30
Vishal
762408b8c6
Update README.md 2022-12-05 22:32:28 +05:30
Vishal
cce709eef1 fixed issue where message to encrypted group wasn't going v0.2.6-beta 2022-12-05 22:13:09 +05:30
Vishal
cf8c6a9ff1 added root tag for replies from chat room for kind 1 2022-12-05 20:48:52 +05:30
Vishal
777de50812 improved channel lookup further v0.2.5-beta 2022-12-05 18:27:27 +05:30
Vishal
9014304320 made lookup bug free
so that full names can get the right channel.

And case is not considered when looking up channels.
2022-12-05 17:47:36 +05:30
Vishal
39db07085f tag 0.2.4 v0.2.4-beta 2022-12-05 11:59:26 +05:30
Vishal
6d5cbde5f4 added t tag to messages with #tags 2022-12-05 11:57:34 +05:30
Vishal
4f8a138fd0 fixed prob where cant send msg to normal channel 2022-12-05 10:46:11 +05:30