tadad
cbc178ee76
Merge branch 'develop' into i/6303/eyre-verbose
2023-02-09 14:08:16 -06:00
dachus
50d35ad89a
cleaning
2023-02-09 15:06:06 -05:00
dachus
b5b11b0bf1
cleaning
2023-02-09 14:56:50 -05:00
dachus
785fa057bd
cleaning code
2023-02-09 14:51:34 -05:00
dachus
d8ca915c22
cleaning up message rankings
2023-02-09 14:22:50 -05:00
dachus
9aadada6fc
discard-channel traces fixed
2023-02-09 14:11:35 -05:00
dachus
d52df27ca0
channel discarding messages added
2023-02-09 13:58:24 -05:00
dachus
7e4a55b304
error connections tuned
2023-02-09 13:06:02 -05:00
dachus
b6c1ed2240
load changed
2023-02-09 12:55:47 -05:00
dachus
50c0fc39ae
changed messages
2023-02-09 12:55:08 -05:00
dachus
738b1a562c
style fixes
2023-02-08 17:03:02 -05:00
dachus
abdff98864
traces added for connections
2023-02-08 16:54:36 -05:00
dachus
c59813e367
gall watch/leave traces added
2023-02-08 16:19:13 -05:00
dachus
09017729bc
eyre %spew added to toggle verbosity
2023-02-08 15:20:07 -05:00
dachus
c271ade941
veb to verb
2023-02-08 15:19:14 -05:00
dachus
aedb261b7e
+load properly migrates state
2023-02-08 15:10:16 -05:00
dachus
46a9556f4b
+insert-binding reverted
2023-02-08 14:47:54 -05:00
dachus
318e001c28
trace removed from main core
2023-02-08 14:46:05 -05:00
dachus
e00e959100
trace moved into +per-server-event
2023-02-08 14:43:13 -05:00
dachus
69f7fc40c3
slog calls replaced with trace
2023-02-08 14:15:55 -05:00
dachus
c377008f62
fixed kick messages
2023-02-08 13:47:43 -05:00
dachus
54d655aeda
all ~& replaced with trace calls
2023-02-08 13:44:09 -05:00
dachus
a03be0e6f9
verb added
2023-02-08 12:43:03 -05:00
jose
7de9c45c38
Merge pull request #6129 from urbit/yu/clean-flows
...
ames: add |close-flows
2023-02-08 16:50:16 +01:00
yosoyubik
90360f76d9
ames: remove extra lines
2023-02-08 16:21:56 +01:00
yosoyubik
bad133cf9b
ames: style fixes
2023-02-08 16:20:41 +01:00
Josh Lehman
88e853cf69
Merge branch 'develop' into i/6236/clay-cult-inspection
2023-02-08 06:42:32 -08:00
Josh Lehman
1481a198ee
Merge pull request #6294 from urbit/m/webterm-v1.1.1
...
webterm: v1.1.1
2023-02-08 06:28:01 -08:00
fang
82db9c14fa
Merge pull request #6259 from urbit/m/know-plus-plus
...
dojo: match hoon.hoon %know %hint printing style
2023-02-07 20:24:44 +01:00
fang
c5aece980e
Merge pull request #6116 from urbit/fix-host-scry
...
eyre: fix %host scry so it says secure even if no domains configured
2023-02-07 16:28:47 +01:00
fang
e0a37c4034
webterm: v1.1.1
...
For release with a new glob that includes #6258 .
2023-02-06 19:19:00 +01:00
yosoyubik
46c27d33cd
ames: fix check for stale resubscriptions
2023-02-06 16:48:32 +01:00
yosoyubik
fbb95b0d9f
ames: check if we have a flow for a nax ack bone
2023-02-06 16:39:00 +01:00
yosoyubik
1522e4ab96
ames: don't scry dudes for every peer
2023-02-06 16:39:00 +01:00
yosoyubik
108e0cd023
ames: fix syntax error
2023-02-06 16:39:00 +01:00
yosoyubik
5f9d6b23d1
ames: improve logging in dry mode for on-kroc
2023-02-06 16:39:00 +01:00
yosoyubik
a024b68b26
ames: sort by number of re-trying flows per app
2023-02-06 16:38:59 +01:00
yosoyubik
c68a92f8b4
ames: add +state-flows
...
Some of this functionality already exists in ames (see +on-kroc) so this
generator will probably be removed once there's been enough testing
done for removing stale flows on the live network .
2023-02-06 16:38:59 +01:00
yosoyubik
24140d5f12
ames: clarify forward/backward bones
2023-02-06 16:38:59 +01:00
yosoyubik
ee76b97f49
ames: fix |close-flow generator
2023-02-06 16:38:59 +01:00
yosoyubik
e32c18b677
ames: style fixes and comments
2023-02-06 16:38:59 +01:00
yosoyubik
1d8214530a
ames: fix |close-flows generator
2023-02-06 16:38:50 +01:00
yosoyubik
1e04e9498e
ames: clean all stale %watches in on-kroc
...
This removes the logic from cleaning up stale subscriptions in %gall,
leaving +ap-rake as it was, and moves it to the +on-kroc arm in %ames.
Failed subscriptions from nacking a %watch plea that were
not properly corked (fixed in https://github.com/urbit/urbit/pull/6102 )
are a subset of the more general "stale re-subscription" issue, so
we take care of all stale flows at the same time, by focusing on the
current subscription—leaving all others to be corked automatically—and
checking if it received a nack, to subsequently cork it.
2023-02-06 16:38:04 +01:00
yosoyubik
ad712caccf
ames, gall: move |close-flows logic to vanes
...
This modifies the %rake task in %gall, to select what kind of
subscriptions we try to close:
=mode %o: kill old pre-nonce subscriptions
=mode %z: kill old pre-nonce subscriptions, including sub-nonce = 0
=mode %r: kills all stale resubscription flows
It also adds a dry-run option to both tasks (%kroc in ames, %rake in gall)
2023-02-06 16:36:32 +01:00
yosoyubik
872db0efcc
ames, +close-flows: combine stale flows
...
This combines two types of flows that can be closed:
- nacking %watch pleas
- resubscriptions that were not properly corked
2023-02-06 16:36:31 +01:00
yosoyubik
81f01c456b
ames: clean up unused logic in |close-flows
2023-02-06 16:36:31 +01:00
yosoyubik
7d4959db2e
ames: don't send %kroc cards in |close-flows
2023-02-06 16:36:30 +01:00
yosoyubik
2ebab4938b
ames: address feedback in |close-flows
2023-02-06 16:36:29 +01:00
yosoyubik
2c791daf09
ames: in |close-flows fix bug matching subs wire
2023-02-06 16:36:29 +01:00
yosoyubik
7c26716bab
ames: remove stale comment
2023-02-06 16:36:29 +01:00