Joe Bryan
444e331b6b
pill: all
2020-11-30 20:36:43 -08:00
Philip Monk
55de9ab0a9
gall: add version to over-the-wire protocol
...
All over-the-wire requests should have version numbers. This adds them
to gall's +ames-request.
2020-11-30 20:12:43 -08:00
Joe Bryan
17f95c0cb6
Merge branch 'm/remove-ketcen' into m/modern-hoon
...
* m/remove-ketcen:
u3: removes .fab from |ut hooks
hoon: patch up +ax callsites
u3: WIP removes fab:ut
hoon: WIP remove fab:ut
hoon: remove ^%
2020-11-30 20:08:17 -08:00
Joe Bryan
3b4beded1d
u3: removes .fab from |ut hooks
2020-11-30 19:45:58 -08:00
Philip Monk
350521853b
clay: cleanup protocol versions
...
+riff-any is all clay requests except "backfill" requests. Change to
`$%` from `$^`, which was used to distinguish originally non-versioned
requests.
+fill is backfill requests and had no version number, so we add one.
We do not have version numbers on responses since those are implied by
the request. If someone requests at version `n` and you're at `n+1`,
you must respond in the format of `n`.
If someone requests at version `n+1` and you're at `n`, you crash;
though possibly you should be able to respond with message "I only know
up to `n`", in which case they may be able to re-request at `n`. In
either case, the version of the response is dictated by the request.
2020-11-30 19:25:12 -08:00
ixv
29850cdfa0
Merge pull request #4042 from urbit/ixv/aqua-azimuth
...
aqua: rework how it uses azimuth
2020-11-30 16:54:04 -08:00
fang
2c380e6cc6
vere: clean up refcounts, debug printf
2020-12-01 01:11:25 +01:00
fang
918971d688
vere: replace -O with more generic -Z
...
Lets you specify the output format, either 'jam', or an aura that the
scry result (assumed to be an atom in that case) gets rendered to, as a
.txt file.
2020-12-01 00:33:08 +01:00
matildepark
96c22217ce
Merge pull request #3998 from tylershuster/invite-modal-submit
...
groups: better ship search validation
2020-11-30 18:25:49 -05:00
Logan Allen
46fd3004bf
%group-on-leave thread: simplified and got it to compile
2020-11-30 16:59:30 -06:00
Logan Allen
2a47b18be7
thread: remove group-leave-metadata
2020-11-30 16:33:48 -06:00
Logan Allen
1b0e19eb51
observe-hook: state-2 typo
2020-11-30 16:32:53 -06:00
L
01a99e19e4
Merge pull request #4044 from urbit/la/remove-metadata-on-leave
...
observe-hook + thread: remove metadata when leaving a group
2020-11-30 16:30:45 -06:00
Logan Allen
41e3af25b3
threads: collapse them into a single %group-on-leave thread
2020-11-30 16:30:20 -06:00
Logan Allen
6c26a01655
contact-view: remove (now) unnecessary metadata removal
2020-11-30 16:22:20 -06:00
Logan Allen
a6bf3ca924
observe-hook + thread: remove metadata when leaving a group
2020-11-30 16:20:26 -06:00
Tyler Brown Cifu Shuster
99293c1e90
groups: better ship search validation
...
Fixes #3824
2020-11-30 14:12:04 -08:00
Matilde Park
e32daaf9b0
Merge branch 'master' into release/next-userspace
2020-11-30 16:52:15 -05:00
fang
8f22a9a501
vere: add -O for exporting keyfile
...
For integration with other flagday-related logic.
2020-11-30 22:50:12 +01:00
fang
d7c740b32a
jael: add %vile scry endpoint for current keyfile
2020-11-30 22:35:22 +01:00
Isaac Visintainer
5217a5c00e
ph: add and modify some ph helper functions; adds new thread for booting/breaching in the new paradigm, as well as a helper thread for just starting drivers in case you want to manipulate aqua manually
2020-11-30 13:15:59 -08:00
Isaac Visintainer
e03a18bad3
aqua: update and add new generators
2020-11-30 13:15:59 -08:00
Isaac Visintainer
94bb140448
aqua: manage azimuth state within aqua itself rather than using a thread
2020-11-30 13:15:59 -08:00
Logan Allen
1aa9337301
leave-graph: emit %done upon failed poke-acks
2020-11-30 14:33:22 -06:00
matildepark
61273d0db6
Merge pull request #4038 from urbit/lf/dismiss-mention
...
chat-fe: autodismiss mentions whilst in channel
2020-11-30 15:26:57 -05:00
Logan Allen
f2e20efcf0
observe-hook: compiles
2020-11-30 13:20:27 -06:00
Logan Allen
b4e66ec4ed
thread: %group-leave-graph now compiles
2020-11-30 12:50:38 -06:00
Liam Fitzgerald
908e2d32e6
chat-fe: autodismiss mentions whilst in channel
2020-11-30 13:59:19 +10:00
fang
122123c11a
ames: remove old state versions & conversions
2020-11-27 13:55:21 +01:00
fang
732addadd3
various: touch up improperly rewritten comments
...
Also patches /mar/snip to be more correct, but a &snip [~ ~] in dojo
still does not work.
2020-11-27 13:25:40 +01:00
fang
c8ddfe435b
pill: all
2020-11-26 19:24:18 +01:00
fang
a3c36f2e76
tests: update vane tests for new scry gate
2020-11-26 19:12:35 +01:00
fang
f71bcb9f11
ted: update threads that had fallen into disrepair
2020-11-26 17:44:25 +01:00
fang
d6a9c39f29
test: only build .hoon files
...
Previously it would fail to build .txt files and such. Now it filters
those out and doesn't try.
2020-11-26 17:44:19 +01:00
fang
d61e5afdc4
test: don't panic after building non-/tests files
2020-11-26 17:44:10 +01:00
fang
88e3e5dabd
group: remove unused library
2020-11-26 17:44:02 +01:00
fang
eef09dd63b
hoon: remove deprecated character parsers
2020-11-26 17:43:54 +01:00
fang
8e57961183
hoon: remove {type} syntax
2020-11-26 17:43:42 +01:00
fang
a539d986a7
various: move away from {type} syntax
...
In favor of [type] syntax.
Turns a bunch of ++ into +$ along the way.
2020-11-26 17:43:26 +01:00
fang
ebe0feed50
hoon: remove face/type syntax
2020-11-26 17:38:20 +01:00
fang
44fb0cc19d
various: move away from face/type syntax
...
In favor of face=type.
2020-11-26 17:38:00 +01:00
fang
2545282d5e
hoon: remove $constant type syntax
2020-11-26 17:31:23 +01:00
fang
a6e7af38d5
various: move away from $constant type syntax
2020-11-26 17:31:06 +01:00
fang
194e8ae440
hoon: remove += and +- arm syntax
2020-11-26 17:27:30 +01:00
Joe Bryan
7a55cb39ed
pill: all
2020-11-26 02:14:08 -08:00
Joe Bryan
a7a94e5b9c
Revert "arvo: temporary, removes initial kernel source from +brass"
...
This reverts commit 698710250d
.
2020-11-26 02:02:53 -08:00
Joe Bryan
44a8e41e04
Merge branch 'jb/re-mug' into jb/candidate
...
* jb/re-mug:
ur: updates +mug
pill: all
Revert "arvo: temporary, build +brass out of /not-sys"
u3: switches to new +mug
pill: brass
2020-11-26 02:02:24 -08:00
Joe Bryan
bbc8e13e00
pill: brass
2020-11-26 01:47:10 -08:00
Joe Bryan
698710250d
arvo: temporary, removes initial kernel source from +brass
2020-11-26 01:47:10 -08:00
Joe Bryan
76a39f7347
pill: brass
2020-11-26 01:24:44 -08:00