Vishal
1a885daad8
reduced internal events store
...
.. to improve speed of initial processing. Now keeping only latest 20 days posts.
improved info print.
improved fetching of events.
2022-11-06 23:45:31 +05:30
Vishal
c37e2b038f
improved ordering of channel display
...
.. by correctly placing empty channels depending on their creation date.
improved kind 0,3 fetching.
improved display around channel menu and printNotifications.
2022-11-03 23:25:28 +05:30
Vishal
202f1d14e2
added colored warnings in console_ui
...
* some extra spam prevention ( avoided bots from 4, 42, 142) and added a spam address
* reduced initial days fetched if events are read from file
2022-11-02 20:29:34 +05:30
Vishal
a93afee49d
added encrypted channels
...
user can create and update private channel. and command /add <pubkey> is supported to add more people to group.
2022-10-30 00:27:11 +05:30
Vishal
a32e68affd
fixed two issues - gStore and getParent
...
initialized gStore for --request case
And, fixed getParent for event, since otherwise it would return wrong parent. Now it would result in a dummy parent, as it should.
2022-09-24 13:51:14 +05:30
Vishal
73ddf92a57
got users events separately
...
otherwise its not fetching events for some users
2022-09-18 02:24:27 +05:30
Vishal
4163d81c9d
fix: was not fetching contact
...
due to mistype was not fetching any contact at all. fixed that.
2022-09-17 23:57:33 +05:30
Vishal
6a4363be19
removed zip file
2022-09-17 13:28:54 +05:30
Vishal
ea250f8b72
fix for getParent function
...
which should return the last e tag, which is a type 1 event for social network.
wasn't doing the check for kind 1, previously which has been fixed now, precipitated by event c185bb5473912f2ad74d7d0d25464af0ddeaab0261af32d4de66709b99928ac0
which refers to a kind 42 event at end, which was being taken as parent id.
2022-09-16 22:28:42 +05:30
Vishal
ecca05e771
only comments change
2022-09-15 02:43:16 +05:30
Vishal
3f89e0b00f
avoided two exceptions related to terminalcolumns
...
and to writing wrong delete event string
2022-09-13 20:52:59 +05:30
Vishal
cd4abb6f9c
reduced text width
2022-09-12 04:48:36 +05:30
Vishal
e9d3a90765
removed automatically added well known private key
...
only the public key is still there which a user is automatically allowed to use
2022-09-10 21:06:59 +05:30
Vishal
8bc965709d
adding color to names in SN
2022-09-10 19:33:20 +05:30
Vishal
62dbe3de2e
got dummy events, and showed likes as notification at start along with replies
2022-09-10 04:02:49 +05:30
Vishal
e16fb421f4
fetched default accounts in first step itself
2022-09-09 14:32:56 +05:30
Vishal
855b2fe8fe
sorted direct room main view
...
made gStore a global.
Made directRooms a list rather than a map.
2022-09-07 15:44:15 +05:30
Vishal
6c86bdd24a
Got all channel events
2022-09-07 05:03:01 +05:30
Vishal
9558197cac
made map out of bytesecret and do look up second time
...
speeds up a lot . each takes 0.05 secs to calculate.
2022-09-07 03:53:15 +05:30
Vishal
11972d5328
combined ptags with contact req, so now its 30% faster initially with 2 future delays only
...
also got req for mentions using #p so any anon account that replies to user will show up
2022-09-07 02:54:01 +05:30
Vishal
03ef8e5cf0
added overwrite flag. improved chat display.
2022-09-06 03:40:34 +05:30
Vishal
014a546411
added color in notification for new chat messages
2022-09-06 01:11:34 +05:30
Vishal
d5b6c31a61
build where dm can be read
2022-09-03 05:01:22 +05:30
Vishal
267d8b62c9
formatting only
2022-09-03 04:59:12 +05:30
Vishal
e4e5be6bf9
put dm in separate menu.
...
fixed issue where new dm decryption was crashing when logged in with pubkey only.
2022-09-03 04:55:30 +05:30
Vishal
d0ecb4ff0b
fixed issues introduced in last few commits
...
Where Tree was formed first, and then lot events were being inserted into it. This is not supported yet. So now events are collected initially, and then Tree is formed.
also fixed issue that new kind 0 events were not getting handled, which result that lists were not printing names.
2022-09-03 03:29:36 +05:30
Vishal
23aab9ce9e
initialized google translator only when relevant flag is given
2022-09-02 01:57:11 +05:30
Vishal
b153f29f20
Code refactoring: Separated out class Tree from main object Store
...
No functionality change intended.
2022-09-01 03:51:57 +05:30
Vishal
2b7c3e3124
Imporoved logic so that main tree is created with file events, and net events are later added to it.
...
Makes it easier to track so that later only net events are printed.
2022-09-01 00:40:00 +05:30
Vishal
eacc3bc1d0
Improved contact saving/access
...
.. by saving latest contact info in global structure with kind 0 info ( meta information). Makes profiles faster.
2022-08-31 22:15:17 +05:30
Vishal
b9b1a5723c
code refactoring. printed info at start for anon use case.
2022-08-31 20:07:38 +05:30
Vishal
a46e2a19c5
added warn if default pri key is being used. increased threshold len for translation to 10
2022-08-31 17:01:26 +05:30
Vishal
a03916fea4
now user can add a new contact even when they dont have a previous kind 3 event
...
also put checks about 64 byte lengths on keys supplied on command line
2022-08-31 02:45:09 +05:30
Vishal
1137068f68
added basic page support for channels with too many messages. 15 msg per page now are displayed.
2022-08-30 23:47:59 +05:30
Vishal
0cd7105548
added difficulty option with max diff of 24 bit
2022-08-30 19:09:56 +05:30
Vishal
d955ee7efe
ran dart analyze and fixed issues
2022-08-30 14:58:27 +05:30
Vishal
1e493147e8
improved notification logic, added some pow code but unused now, added large intro print
2022-08-30 03:07:32 +05:30
Vishal
a4e687d806
added another treeSelector so that only events with likes etc are printed. minor refactoring.
2022-08-29 19:08:00 +05:30
Vishal
38ae89a3b2
fixes tests, added logging library, lot of other code refactoring.
2022-08-29 04:59:28 +05:30
Vishal
cb24f7e2bf
added since in request to relays, for 120 days before now.
...
comments created in last 120 days are requested only.
2022-08-28 06:38:38 +05:30
Vishal
01b5b82228
used unique names for subscription strings, used set of events rather than list, and called multiple relays for third call in main
2022-08-28 05:33:01 +05:30
Vishal
075894541d
translated for just 1 day rather than 4 for faster access
2022-08-27 19:33:50 +05:30
Vishal
2796930cb2
fixed tag logic for client tag; other minor changes including basic test for French
2022-08-27 16:26:45 +05:30
Vishal
1f09d44538
improved color logic so that notification color remains different than text color
2022-08-27 13:58:53 +05:30
Vishal
a09c046787
Added color option and made file as default of name all_nostr_events.txt which can be disabled with --disable-file
2022-08-27 13:28:36 +05:30
vishalxl
5a86a0e663
improved processReaction so double reactions aren't printed, only 1 as needed for each reaction
2022-08-27 03:25:47 +05:30
vishalxl
6515958cd8
fixed json decode issue. added more profile info including distance. added search by client
2022-08-26 12:41:30 +05:30
vishalxl
58d605470f
improved logic in case terminal width is less than 120 etc
2022-08-26 00:40:48 +05:30
vishalxl
6057e16005
invoked more relays. NIP not followed yet tho. Printed info for application through menu
2022-08-26 00:05:07 +05:30
vishalxl
8264e9acb0
user can now add a contact, kind 3 event is broadcast in that case
2022-08-25 18:33:29 +05:30