repo: veilid-hacks
action: shortlog
revision: 
path_from: 
revision_from: refs/heads/trunk/:
path_to: 
revision_to: 
git.thebackupbox.net
veilid-hacks
git clone git://git.thebackupbox.net/veilid-hacks

as feed:

ass
rss
atom
gemfeed
twtxt
2025-11-03 peer_list.sh outputs to stderr too now since before it output nothing and I assumed it was broken.
2025-11-03 added couple scripts to Makefile install target that were missing
2025-11-03 velid-dht-watch-values shows up in this repo for the first time. still pretty rough.
2025-11-03 Merge branch 'trunk' of ssh://git.thebackupbox.net/veilid-hacks into trunk
2025-11-03 veilid-whoami changed to output first value in the node_id array instead of whatever just [] was supposed to do
2023-10-16 copyright information added
2023-09-27 veilid-dht-get will close the key it is about to open before it opens it. just in case. I bet I could make it not call an external script. oh well.
2023-09-27 veilid-dht-create didnt actually use the subkeys argument
2023-09-27 small change in encoding base64url, and a lot of changing back to socat for some dumb reason
2023-09-25 various small things and some table scripts
2023-09-18 wait for the DHT response to be good instead of bailing when it is bad.
2023-09-07 add self to netchat list
2023-09-07 I dont remember
2023-09-07 dht-get was not exiting soon enough and output two values instead of one
2023-09-07 forgot some debug output. typed netsend instead of netchat. getting late tonight.
2023-09-07 added netchat stuff to Makefile and chmod +x netchat-add-route-blob. forgot last time.
2023-09-07 netchat updates making it easier to add peers you know the route blob for. netchat-send uses local list instead of asking DHT all the time.
2023-09-07 an attempt at doing some fairly automated chatting over veilid. commiting so I can test with another node.
2023-09-07 was missing the vld0-decode script
2023-09-02 vld0-decode, some scripts to prod API schema easier, using TableDb to get list of DHT records.
2023-08-25 make dht set and get output less noise. add dht-close and repl.sh. update Makefile to require all before install
2023-08-25 see blog post veilid-3
2023-08-25 added veilid-watch-appmsgs
2023-08-25 added veilid-appmessage
2023-08-22 added veilid-dht-set, cleaned up the arguments to make sense. added my key as a demo key for shits and gigles. switched to ncat instead of socat... because.
2023-08-19 make install does stuff now. renamed real_dht_get.sh to veilid-dht-get. added example config for use with uristart.
2023-08-19 actually made real_dht_get.sh use arguments in the right spots
2023-08-19 added a script to watch updates and add peers to a list file
2023-08-19 made a script that reads a DHT key the "right" way I think.
2023-08-18 shitty dht_get.sh script that uses debug command that veilid-cli uses