justin.leblanc
f608641147
Add fingerprint for ~leb
2018-03-28 08:06:36 -05:00
Keaton Dunsford
42d52073be
Add timestamps to Ford cache wipes
...
This will be more helpful in understanding current Ford's cache-clearing behavior as we continue to make changes to alleviate its issues relating to potential memory overflows, slow build performance, and subsequent `504` HTTP errors.
2018-03-13 12:43:40 -07:00
Fang
5127de36ce
Fix incorrect naming for shake arms.
2018-03-06 01:26:34 +01:00
Fang
e2061066f5
Fix bug in lane-to-bytes conversion.
2018-03-05 20:59:21 +01:00
Fang
b9755a1af1
Make padding pass explicit length, too.
2018-03-05 19:02:28 +01:00
Fang
04fa542769
More comments, better naming.
2018-03-05 16:12:32 +01:00
Fang
0220adce7e
Keccak interface now takes octs to account for leading zeroes when needed.
...
Byte ordering is done for you.
2018-03-05 16:02:27 +01:00
Fang
34fcc6ef80
Add keccak hashing family into zuse.
2018-03-02 17:09:41 +01:00
Anton Dyudin
e0418a3162
amend #589 to reduce =| mold namespace pollution
...
This should fix womb, which has a |=(mold (unit (... +<))) that
pulls ++unit from the wrong place.
2018-02-22 17:48:59 -08:00
Fang
4c16ecba89
Remove trailing whitespace from ames.
2018-02-22 19:11:59 +01:00
Fang
2c07f0ab25
Bump ames protocol version. Now set in a single constant.
2018-02-22 19:11:41 +01:00
Fang
e875efd771
Merge pull request #637 from Fang-/breach-cleanup
...
Pre-breach cleanup
2018-02-22 18:44:33 +01:00
Joe Bryan
f7329c5872
escapes "{" in tape print (++dash:us) ( #636 )
...
modifies ++dash:us to take a list of additional characters to escape
2018-02-22 16:03:13 +01:00
Fang
0d647de570
Clean up ++load of vanes.
2018-02-22 15:19:17 +01:00
Ted Blackman
3e753e1286
Merge pull request #628 from ohAitch/keep-cache
...
propagate cache properly when erroring inside /_
2018-02-20 13:14:22 -08:00
Anton Dyudin
66533b7aa6
propagate cache properly when erroring inside /_
2018-02-19 19:15:40 -08:00
Fang
3452d8756e
Fixed error in #417 , use "type" instead of "span".
2018-02-19 18:36:41 +01:00
Ted Blackman
958fbdb649
Merge pull request #407 from max19/dragonfix
...
Dragon4 fix
2018-02-16 14:01:15 -08:00
Ted Blackman
b40103a059
Revert "updates ++boil:ap to crash if a book has pages with the same tag"
2018-02-16 13:14:04 -08:00
Fang
09b812bae7
Merge pull request #417 from frodwith/fixnest-master
...
correct an oversight in ++nest:ut (mismatch with jet)
2018-02-16 21:57:05 +01:00
Ted Blackman
b47cf9cd6a
Merge pull request #619 from jfranklin9000/gate
...
Use ++mold instead of ++gate in ++cask and ++hypo.
2018-02-16 12:53:36 -08:00
Ted Blackman
0921f90b38
Merge branch 'master' into fixnest-master
2018-02-16 12:49:29 -08:00
Ted Blackman
2f6941b365
Merge branch 'master' into dragonfix
2018-02-16 12:46:04 -08:00
Ted Blackman
43383877e3
Merge pull request #363 from joemfb/safe-book
...
updates ++boil:ap to crash if a book has pages with the same tag
2018-02-16 12:26:58 -08:00
Ted Blackman
e094ca44de
Merge pull request #610 from Fang-/clay-permissions
...
Clay permissions
2018-02-14 10:11:21 -08:00
Fang
3b233303d2
Make dill properly deal with clay acks.
...
Also adds a comment about the reason for making the %kids desk public.
2018-02-13 22:47:04 +01:00
Fang
29001f2386
Actually support %crow moves in gall.
2018-02-13 20:12:30 +01:00
Fang
7c747731ca
For %crow tasks: Skim instead of murn. No longer include desks with no rules.
2018-02-13 20:04:47 +01:00
Fang
3b2543dfe8
Fixed and simplified logic in ++allowed-by.
2018-02-13 19:47:17 +01:00
Fang
a6c6714c5d
Fixed incorrect recursion logic for finding permissions.
2018-02-13 19:45:24 +01:00
John Franklin
a33eec2d75
Use ++mold instead of ++gate in ++cask and ++hypo.
2018-02-13 04:43:52 -06:00
Fang
61505ff785
Clay task for retrieving the rules that apply to a group.
2018-02-12 17:57:59 +01:00
Fang
9f66086936
Permission list structure.
2018-02-12 17:57:04 +01:00
Fang
ab0dc23065
Return an error when trying to add rules that contain undefined permission groups.
2018-02-12 16:27:14 +01:00
Fang
8c532942b4
Deleting a permissions group now deletes it from all rules.
2018-02-12 16:02:32 +01:00
John Franklin
3d791048e8
Replace $-(* *) with gate.
2018-02-12 06:45:11 -06:00
Fang
9f05d2f662
Add faces to clay ++task.
2018-02-09 14:48:08 +01:00
Fang
315823250f
Add req alias for incoming requests.
2018-02-09 13:33:15 +01:00
Fang
e541a55575
Cleanup and stylistic changes.
2018-02-09 13:25:46 +01:00
Fang
f60bb7efc1
Actually do permission checks in ++lobes-at-path, for %many requests.
2018-02-09 13:00:12 +01:00
Fang
ee1fb2b4ab
We no longer need to set local copies of remote desks to readable explicitly.
2018-02-09 12:59:42 +01:00
Fang
d7fdb4545e
Ensure %kids desk is publicly readable.
...
Set permissions for that during boot and clay update.
2018-02-09 00:37:17 +01:00
Fang
f835ac4c57
Fix permission checks for %y and %z requests.
2018-02-09 00:35:42 +01:00
Fang
aa2843fedb
Maintain old %warp interface. Use %werp for %west read requests.
...
This also makes live-updating to this new clay easier.
2018-02-08 17:11:32 +01:00
Fang
97eb2a91ae
State adapter.
2018-02-08 14:39:53 +01:00
Fang
91fe74d7d6
Add requester ship to clay's %warp task to aid in permission checks for %wests.
2018-02-08 00:42:40 +01:00
Fang
f0ee403285
Misc small cleanup.
2018-02-07 22:28:33 +01:00
Fang
f296c9bbae
Ensure local copies of foreign desks are always fully accessible.
2018-02-07 22:14:59 +01:00
Fang
c890dad271
Support %p requests.
2018-02-07 21:11:25 +01:00
Fang
3f7e76cca5
Implement requests for reading and writing permission groups.
2018-02-07 21:07:42 +01:00