urbit/pkg/arvo/lib/hood/helm.hoon

225 lines
7.9 KiB
Plaintext
Raw Normal View History

2015-05-11 20:53:47 +03:00
:: :: ::
2017-11-29 23:40:44 +03:00
:::: /hoon/helm/hood/lib :: ::
2015-05-11 20:53:47 +03:00
:: :: ::
/? 310 :: version
2019-09-25 02:21:48 +03:00
/- sole
/+ pill
2015-05-11 20:53:47 +03:00
:: :: ::
:::: :: ::
:: :: ::
|% :: ::
2017-11-30 00:29:35 +03:00
++ part {$helm $0 pith} :: helm state
++ pith :: helm content
2018-09-13 08:48:18 +03:00
$: hoc/(map bone session) :: consoles
== ::
2017-11-30 00:29:35 +03:00
++ session ::
$: say/sole-share:sole :: console state
mud/(unit (sole-dialog:sole @ud)) :: console dialog
2019-01-30 03:25:47 +03:00
mass-timer/{way/wire nex/@da tim/@dr}
== ::
2015-05-11 20:53:47 +03:00
:: :: ::
:::: :: ::
:: :: ::
2017-05-16 23:56:54 +03:00
++ hood-nuke :: block/unblock
$: him/ship ::
== ::
2015-05-12 03:31:37 +03:00
++ hood-reset :: reset command
2015-12-09 04:54:26 +03:00
$~ ::
2015-05-11 20:53:47 +03:00
++ helm-verb :: reset command
2015-12-09 04:54:26 +03:00
$~ ::
2015-05-12 03:31:37 +03:00
++ hood-reload :: reload command
2015-05-11 20:53:47 +03:00
(list term) ::
-- ::
:: :: ::
:::: :: ::
2016-11-17 04:42:58 +03:00
:: :: ::
2018-01-04 05:31:22 +03:00
|: $:{bowl:gall part} :: main helm work
=+ sez=(~(gut by hoc) ost $:session)
2016-11-08 04:40:00 +03:00
=> |% :: arvo structures
++ card ::
2019-02-16 12:34:38 +03:00
$% [%bonk wire ~] ::
{$conf wire dock ship term} ::
2017-10-03 07:36:34 +03:00
{$flog wire flog:dill} ::
[%knob wire @tas ?(%hush %soft %loud)] ::
2017-10-03 07:36:34 +03:00
{$nuke wire ship} ::
2019-08-07 01:42:37 +03:00
[%serve wire binding:eyre generator:eyre] ::
2016-11-08 04:40:00 +03:00
{$poke wire dock pear} ::
2019-01-30 03:25:47 +03:00
{$rest wire @da} ::
{$wait wire @da} ::
2019-08-08 01:15:25 +03:00
{$rekey wire life ring} ::
{$moon wire ship udiff:point:able:jael} ::
2016-11-08 04:40:00 +03:00
== ::
++ move (pair bone card) :: user-level move
++ pear :: poke fruit
$% {$hood-unsync desk ship desk} ::
{$helm-hi cord} ::
2017-12-12 23:23:00 +03:00
{$drum-start well:gall} ::
2016-11-08 04:40:00 +03:00
== ::
2015-09-02 01:20:17 +03:00
--
2018-01-04 05:31:22 +03:00
=+ moz=((list move))
|%
2015-09-02 01:20:17 +03:00
++ abet :: resolve
2017-11-30 00:29:35 +03:00
[(flop moz) %_(+<+.$ hoc (~(put by hoc) ost sez))]
2015-09-02 01:20:17 +03:00
::
++ emit |=(card %_(+> moz [[ost +<] moz])) :: return card
++ emil :: return cards
|= (list card)
2015-09-02 01:20:17 +03:00
^+ +>
?~(+< +> $(+< t.+<, +> (emit i.+<)))
::
++ poke-rekey :: rotate private keys
|= des=@t
=/ sed=(unit seed:able:jael)
%+ biff
(bind (slaw %uw des) cue)
(soft seed:able:jael)
=< abet
?~ sed
~& %invalid-private-key
+>.$
?. =(our who.u.sed)
~& [%wrong-private-key-ship who.u.sed]
+>.$
2019-08-08 01:15:25 +03:00
(emit %rekey / lyf.u.sed key.u.sed)
::
++ poke-moon :: rotate moon keys
|= sed=(unit [=ship =udiff:point:able:jael])
=< abet
?~ sed
+>.$
(emit %moon / u.sed)
2015-09-02 01:20:17 +03:00
::
2017-05-16 23:56:54 +03:00
++ poke-nuke :: initialize
|= him/ship =< abet
(emit %nuke /helm him)
::
2015-09-02 01:20:17 +03:00
++ poke-mass
2018-03-19 07:18:20 +03:00
|= ~ =< abet
2015-09-02 01:20:17 +03:00
(emit %flog /heft %crud %hax-heft ~)
::
++ poke-automass
|= recur=@dr
2019-01-30 03:25:47 +03:00
=. mass-timer.sez
[/helm/automass (add now recur) recur]
abet:(emit %wait way.mass-timer.sez nex.mass-timer.sez)
::
++ poke-cancel-automass
|= ~
abet:(emit %rest way.mass-timer.sez nex.mass-timer.sez)
::
2019-02-16 12:34:38 +03:00
++ poke-bonk
|= ~
~& .^((unit @da) %a /(scot %p our)/time/(scot %da now)/(scot %p our))
%- %- slog :_ ~ .^(tank %b /(scot %p our)/timers/(scot %da now))
abet:(emit %bonk /bonk ~)
::
++ take-wake-automass
2019-04-13 01:48:22 +03:00
|= [way=wire error=(unit tang)]
?^ error
%- (slog u.error)
~& %helm-wake-automass-fail
abet
2019-01-30 03:25:47 +03:00
=. nex.mass-timer.sez (add now tim.mass-timer.sez)
=< abet
%- emil
:~ [%flog /heft %crud %hax-heft ~]
2019-01-30 03:25:47 +03:00
[%wait way.mass-timer.sez nex.mass-timer.sez]
==
::
++ poke-send-hi
2015-12-20 23:50:45 +03:00
|= {her/ship mes/(unit tape)} =< abet
2015-09-02 01:20:17 +03:00
%^ emit %poke /helm/hi/(scot %p her)
[[her %hood] %helm-hi ?~(mes '' (crip u.mes))]
::
::
++ poke-hi
|= mes/@t
2017-10-10 06:39:08 +03:00
~| %poke-hi-fail
?: =(%fail mes)
~& %poke-hi-fail
!!
abet:(emit %flog /di %text "< {<src>}: {(trip mes)}")
2017-10-10 06:39:08 +03:00
::
++ poke-atom
|= ato/@
=+ len=(scow %ud (met 3 ato))
=+ gum=(scow %p (mug ato))
=< abet
(emit %flog /di %text "< {<src>}: atom: {len} bytes, mug {gum}")
::
2015-09-02 01:20:17 +03:00
++ coup-hi
2015-12-20 23:50:45 +03:00
|= {pax/path cop/(unit tang)} =< abet
2018-03-19 07:18:20 +03:00
?> ?=({@t ~} pax)
2016-06-13 18:38:02 +03:00
(emit %flog ~ %text "hi {(trip i.pax)} {?~(cop "" "un")}successful")
2015-09-02 01:20:17 +03:00
::
2015-12-20 23:50:45 +03:00
++ poke-reload |=(all/(list term) (poke-reload-desk %home all))
2015-09-02 01:20:17 +03:00
++ poke-reload-desk :: reload vanes
2018-01-04 05:31:22 +03:00
|: $:{syd/desk all/(list term)} =< abet
2015-09-02 01:20:17 +03:00
%- emil
%- flop
%+ turn all
2016-12-02 04:17:02 +03:00
=+ top=`path`/(scot %p our)/[syd]/(scot %da now)
2018-03-19 07:18:20 +03:00
=/ van/(list {term ~})
2016-12-03 00:41:06 +03:00
:- zus=[%zuse ~]
~(tap by dir:.^(arch %cy (welp top /sys/vane)))
2015-12-20 23:50:45 +03:00
|= nam/@tas
2016-12-03 00:41:06 +03:00
=. nam
?. =(1 (met 3 nam))
nam
2018-03-19 07:18:20 +03:00
=+ ^- zaz/(list {p/knot ~})
(skim van |=({a/term ~} =(nam (end 3 1 a))))
?> ?=({{@ ~} ~} zaz)
2016-12-03 00:41:06 +03:00
`term`p.i.zaz
2015-09-02 01:20:17 +03:00
=+ tip=(end 3 1 nam)
=+ zus==('z' tip)
2016-12-02 04:17:02 +03:00
=+ way=?:(zus (welp top /sys/[nam]) (welp top /sys/vane/[nam]))
2016-01-26 03:47:58 +03:00
=+ fil=.^(@ %cx (welp way /hoon))
2015-09-02 01:20:17 +03:00
[%flog /reload [%veer ?:(=('z' tip) %$ tip) way fil]]
:: +poke-reset: send %lyra to initiate kernel upgrade
2015-09-02 01:20:17 +03:00
::
:: And reinstall %zuse and the vanes with %veer.
:: Trigger with |reset.
2017-10-19 06:50:48 +03:00
::
++ poke-reset
|= hood-reset
=< abet
%- emil %- flop
^- (list card)
=/ top=path /(scot %p our)/home/(scot %da now)/sys
=/ hun .^(@ %cx (welp top /hoon/hoon))
=/ arv .^(@ %cx (welp top /arvo/hoon))
:- [%flog /reset [%lyra `@t`hun `@t`arv]]
2015-09-02 01:20:17 +03:00
%+ turn
(module-ova:pill top)
|=(a=[wire flog:dill] [%flog a])
2015-09-02 01:20:17 +03:00
::
++ poke-verb :: toggle verbose
2018-03-19 07:18:20 +03:00
|= ~ =< abet
2015-09-02 01:20:17 +03:00
(emit %flog /helm %verb ~)
::
++ poke-knob
|= [error-tag=@tas level=?(%hush %soft %loud)] =< abet
(emit %knob /helm error-tag level)
::
2015-09-02 01:20:17 +03:00
++ take-onto :: result of %conf
|= saw/(each suss:gall tang) =< abet
2015-09-02 01:20:17 +03:00
%- emit
?- -.saw
2018-03-19 06:54:47 +03:00
%| [%flog ~ %crud %onto `tang`p.saw]
%& [%flog ~ %text "<{<p.saw>}>"]
2015-09-02 01:20:17 +03:00
==
::
++ take-woot :: result of %want
2015-12-20 23:50:45 +03:00
|= {way/wire her/ship cop/coop} =< abet
2015-09-02 01:20:17 +03:00
(emit %flog ~ %text "woot: {<[way cop]>}")
2017-12-12 23:23:00 +03:00
::
2018-10-11 01:26:51 +03:00
++ poke-serve
|= [=binding:eyre =generator:eyre] =< abet
2018-10-11 01:26:51 +03:00
(emit %serve /helm/serv binding generator)
::
++ take-bound
|= [wir=wire success=? binding=binding:eyre] =< abet
2018-10-11 01:26:51 +03:00
(emit %flog ~ %text "bound: {<success>}")
::
2015-05-11 20:53:47 +03:00
--