Commit Graph

550 Commits

Author SHA1 Message Date
l0k18
6ab1bcb0fc bump v0.1.19 2023-07-06 09:28:11 +01:00
l0k18
2e01ddf6d2 fixes on tests that didn't come up in syntax checking 2023-07-06 09:26:44 +01:00
l0k18
c8e330f00a All of the onions and Codec now commentated.
*whew*
2023-07-06 09:24:17 +01:00
l0k18
43142b0444 completed forward, hiddenservice, introquery, ready, route 2023-07-06 08:40:35 +01:00
l0k18
5eba3c1cb1 completed delay and exit 2023-07-06 08:18:13 +01:00
l0k18
a24559d775 completed balance, confirmation, crypt, route 2023-07-06 07:07:32 +01:00
l0k18
a1dc03a015 total restructure of ads and onions
does not yet include peer messages like key change
2023-07-05 13:01:11 +01:00
l0k18
850cf3c912 completed document comments for ad messages 2023-07-05 12:10:44 +01:00
l0k18
0e22ec3684 updated sums 2023-07-04 19:19:25 +01:00
l0k18
31657c4e75 fix reference in masked out test that go mod tidy sees 2023-07-04 19:19:00 +01:00
l0k18
a6de03eaae stutter elimination frenzy [===----] 2023-07-04 19:16:05 +01:00
l0k18
7999bf7e5a Addresses now pluralised. Most engine tests fail now due to mock not making libp2p host. 2023-07-04 15:09:30 +01:00
l0k18
d690a2eb2f fixed error causing test failure 2023-07-03 17:36:12 +01:00
l0k18
c5fa36a14d doc comments done for all under pkg/{headers|hidden|interrupt} 2023-07-03 16:51:02 +01:00
l0k18
466eb6d88d doc comments done for all under pkg/engine 2023-07-03 15:47:03 +01:00
l0k18
4602cfc1fd doc comments done for pkg/engine/{node|packet|magic} 2023-07-03 13:28:50 +01:00
l0k18
1acc8de44b doc comments done for pkg/engine/{ads|coding|dispatcher} 2023-07-03 12:19:25 +01:00
l0k18
f7b826957a doc comments done for pkg/engine 2023-07-03 10:05:52 +01:00
l0k18
fe87ad4911 added godoc comments to address ad 2023-07-03 09:31:51 +01:00
l0k18
30021d4fb6 adding godoc comments for declarations missing them 2023-07-02 18:17:47 +01:00
l0k18
96648d7e5b updating documentation for all godoc package headings v0.1.18 2023-07-02 12:52:20 +01:00
l0k18
682282dd4d updating documentation 2023-07-02 10:29:26 +01:00
l0k18
125ad8c532 bumping to update godoc v0.1.17 2023-07-01 21:28:07 +01:00
l0k18
da5d4c8ba5 bumping to update godoc documentation update start v0.1.16 2023-07-01 20:50:47 +01:00
l0k18
88d5987612 starting on the Great Documentation Fixup... 2023-07-01 20:41:49 +01:00
l0k18
cb4bea6e67 updating stuff to be less confusing
Previously if you didn't put a version.go with local tag many things misbehave. Previously it had "sensitive" paths in it, now this is avoided using environment variables and an environment script cdwork.sh
2023-07-01 12:52:15 +01:00
l0k18
2b4c58aa3e minor changes to make things clearer 2023-07-01 12:46:45 +01:00
l0k18
397257724e somehow data-dir disapeared from datapath 2023-06-30 12:48:38 +01:00
l0k18
36f3ee3a78 yet again fixing ci version of pkg test runner xml 2023-06-30 11:57:29 +01:00
loki
9a01554890 indra seed serve command now spreads gossip as it should 2023-06-29 19:28:49 +01:00
loki
5a4f2aaeb4 fixed underflow in logger and updated test runner xml 2023-06-29 15:06:06 +01:00
loki
200153cb3c Merge remote-tracking branch 'origin/master' into protocol
# Conflicts:
#	pkg/proc/log/log.go
2023-06-27 19:43:27 +01:00
loki
c6ec79c524 shorter timestamp for non-tracing logs 2023-06-27 19:42:44 +01:00
loki
bb2401d614 back to bash, cos who uses zsh 2023-06-26 15:44:03 +01:00
loki
1e4feef3ee fix an underflow 2023-06-23 20:01:24 +01:00
loki
8b39e8ac3e Merge remote-tracking branch 'origin/protocol' 2023-06-23 19:55:48 +01:00
loki
bb0b80e5c9 logs only show loc if level is above info, much neater for server log output 2023-06-23 19:53:35 +01:00
l0k18
7225a72c73 getting test runner working in wsl2 2023-06-23 10:18:53 +01:00
l0k18
7d07acc307 modularising the p2p/gossip/dht peer database so it becomes the seed 2023-06-20 16:43:28 +01:00
l0k18
c6283ea33a mainly cosmetic tweaks in seed mode operation 2023-06-20 14:14:09 +01:00
l0k18
a6b81442bc Merge branch 'protocol' 2023-06-20 12:14:47 +01:00
l0k18
e943991f8f viper flags and tidier bits in engine 2023-06-20 12:14:21 +01:00
l0k18
94ec23242a furthur improvements 2023-06-20 10:01:06 +01:00
l0k18
adae9504cd some more detailed info on how to use the scripts for development 2023-06-20 09:26:06 +01:00
l0k18
55f806c9f4 relay and client launcher started 2023-06-19 17:07:54 +01:00
l0k18
b4810106ce Refactor to PayChan, use Mgr() method and unexport manager, ad load ad. 2023-06-19 11:54:09 +01:00
l0k18
9f664db500 remove gossip method, start ad handling for node 2023-06-19 09:20:03 +01:00
l0k18
a980fcab4e using magic also for db key 2023-06-17 10:47:16 +01:00
l0k18
e315ebd3dd all ads now properly validated before storing 2023-06-17 10:10:00 +01:00
l0k18
10296dead6 bumping version v0.1.15 2023-06-17 09:14:01 +01:00