391 Commits

Author SHA1 Message Date
Vishal
6e05556513 latest shown for only 6 hours
* notifications shown for minimum 24 hours
* other minor improvements related to qr code, tree ui in menu function,

* added :- with ln qr so qr is printed on next line, otherwise it wasn't due to some whitespace trim

* --width will override LN qr width change
2022-12-25 20:25:08 +05:30
Vishal
d79b14ebee improved ln qr generation. added --qrln flag 2022-12-25 13:51:28 +05:30
Vishal
85515771d5 sorted mutual follows list too in printProfile 2022-12-25 11:19:31 +05:30
radixrat
a14ad29699 add sort to userprofile, makes it easier to view 2022-12-24 20:11:26 -05:00
Vishal
2ed600bdea pubspec edit 2022-12-25 05:05:31 +05:30
Vishal
74f085b616 minor changes
updated defaults list
2022-12-25 03:37:09 +05:30
Vishal
62d838edb5 improved check mark display
names were cut where they didn't needed to be cut.
2022-12-25 02:07:31 +05:30
Vishal
b58b722d80 no functional change 2022-12-25 01:36:41 +05:30
Vishal
6562e1511c caught uri error in getchNIP05Info verification method 2022-12-25 01:24:17 +05:30
Vishal
e409e6e9f9 version to 0.3 testing and added some more deraults 2022-12-24 23:14:50 +05:30
Vishal
ffa1833ae4 added valid check mark in default users names
based on well known hex pubkeys of such accounts.
2022-12-24 22:08:01 +05:30
Vishal
c37783acee did not delete old entries, rather just replaced the relay with new variable
to avoid crashes that i was seeing. with this change, no crash seen in a while...
2022-12-24 21:45:49 +05:30
Vishal
2e48c07e93 changed relay set used 2022-12-24 13:12:16 +05:30
Vishal
f913f97ed8 added two more relays, reduced call for default pubkeys 2022-12-24 12:06:44 +05:30
Vishal
05f884e2fb got enc channels too at start
this resolves the issue seen with enc channel events not being received.

undid previous commit about enc group fix, which wasn't a fix..
2022-12-24 11:44:26 +05:30
Vishal
9efa5a60f2 improved fetching to get better response from relays
reduced days fetched.

combined calls.
2022-12-24 11:22:57 +05:30
Vishal
d393acdef8 fixed issue where enc group invite was not properly processed at the start 2022-12-24 11:22:09 +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
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
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
00bc9cdbba updated help 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
08180c00a8 printed relay list in every case at start 2022-12-21 11:11:17 +05:30
radixrat
e36aa31608 convert relays urls to sets, regex for wss:// or ws:// 2022-12-20 15:59:15 -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
6264eb35a8 enc invite ui fix 2022-12-08 00:39:05 +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
cce709eef1 fixed issue where message to encrypted group wasn't going 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 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
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
Vishal
ca28357315 changed tag 2022-12-05 10:21:32 +05:30
Vishal
49d8847105 created tag rooms 2022-12-05 10:12:16 +05:30
Vishal
2ad284a6b2 improved display for location channels 2022-12-04 22:47:27 +05:30
Vishal
6b00b899b6 updated test cases and test data file 2022-12-04 18:51:43 +05:30
Vishal
018bd585db added location tag support
events with same location tags gets clubbed into same channels
2022-12-04 18:42:07 +05:30
Vishal
f8126c4c73 supported location tag only in kind 1
and kind 7  reaction
2022-12-04 14:38:43 +05:30
Vishal
0321e723e7 fetched reacted-to events not in store
also added location flag but did not use it.

improved function structure in tree.dart
2022-12-04 13:44:28 +05:30
Vishal
c9bea5ea19 minor profile ui improvement 2022-12-03 17:52:19 +05:30
Vishal
543bfd2767 removed debug log 2022-12-02 12:28:02 +05:30
Vishal
88db953ca6 for release 0.2.2 2022-12-02 12:04:20 +05:30
Vishal
b4e2a7835a added comment etc 2022-12-02 12:00:12 +05:30
Vishal
1593ba5853 added relay nostr info 2022-12-02 10:30:42 +05:30