urbit/lib/hood/helm.hoon

248 lines
8.6 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
2017-12-12 23:23:00 +03:00
/- sole, hall
2015-09-02 01:20:17 +03:00
[. sole]
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 ::
2015-12-20 23:50:45 +03:00
$: say/sole-share :: console state
mud/(unit (sole-dialog @ud)) :: console dialog
== ::
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=(fall (~(get by hoc) ost) $:session)
2016-11-08 04:40:00 +03:00
=> |% :: arvo structures
++ card ::
2018-09-13 08:48:18 +03:00
$% {$conf wire dock $load ship term} ::
2017-10-03 07:36:34 +03:00
{$flog wire flog:dill} ::
{$nuke wire ship} ::
2016-11-08 04:40:00 +03:00
{$serv wire ?(desk beam)} ::
{$poke wire dock pear} ::
== ::
++ move (pair bone card) :: user-level move
++ pear :: poke fruit
$% {$hood-unsync desk ship desk} ::
{$ask-mail cord} ::
{$helm-hi cord} ::
2017-12-12 23:23:00 +03:00
{$drum-start well:gall} ::
{$hall-action action:hall} ::
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.+<)))
::
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-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-send-ask
2015-12-20 23:50:45 +03:00
|= mel/cord =< abet
%^ emit %poke /helm/ask/(scot %p ~socden-malzod)
[[~socden-malzod %ask] %ask-mail mel]
::
++ poke-serve
|= top/?(desk beam) =< abet
(emit %serv /helm/serv top)
::
++ 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
::
2016-08-20 00:07:34 +03:00
++ coup-ask
|= {pax/path cop/(unit tang)} =< abet
2018-03-19 07:18:20 +03:00
?> ?=({@t ~} pax)
(emit %flog ~ %text "ask {<src>} {?~(cop "" "un")}successful")
2016-08-20 00:07:34 +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 :: reset system
|= hood-reset =< abet
%- emil
%- flop ^- (list card)
2016-12-02 04:17:02 +03:00
=+ top=`path`/(scot %p our)/home/(scot %da now)/sys
:- [%flog /reset %vega (weld top /hoon) (weld top /arvo)]
2017-10-19 06:50:48 +03:00
%+ turn
^- (list {p/@tas q/path})
:~ [%$ /zuse]
[%a /vane/ames]
[%b /vane/behn]
[%c /vane/clay]
[%d /vane/dill]
[%e /vane/eyre]
[%f /vane/ford]
[%g /vane/gall]
[%j /vane/jael]
2017-10-19 06:50:48 +03:00
==
|= {p/@tas q/path}
=+ way=`path`(welp top q)
=+ txt=.^(@ %cx (welp way /hoon))
[%flog /reset %veer p way txt]
::
++ poke-meset :: reset system (new)
2015-09-02 01:20:17 +03:00
|= hood-reset =< abet
%- emil
%- flop ^- (list card)
2016-12-02 04:17:02 +03:00
=+ top=`path`/(scot %p our)/home/(scot %da now)/sys
=+ hun=.^(@ %cx (welp top /hoon/hoon))
=+ arv=.^(@ %cx (welp top /arvo/hoon))
2016-12-02 04:17:02 +03:00
:- [%flog /reset [%velo `@t`hun `@t`arv]]
:- =+ way=(weld top `path`/zuse)
[%flog /reset %veer %$ way .^(@ %cx (welp way /hoon))]
2015-09-02 01:20:17 +03:00
%+ turn
2015-12-20 23:50:45 +03:00
^- (list {p/@tas q/@tas})
2016-12-02 04:17:02 +03:00
:~ [%a %ames]
2015-09-02 01:20:17 +03:00
[%b %behn]
[%c %clay]
[%d %dill]
[%e %eyre]
[%f %ford]
[%g %gall]
2016-12-02 04:17:02 +03:00
[%j %jael]
2015-05-11 20:53:47 +03:00
==
2015-12-20 23:50:45 +03:00
|= {p/@tas q/@tas}
2016-12-02 04:17:02 +03:00
=+ way=`path`(welp top /vane/[q])
2016-01-26 03:47:58 +03:00
=+ txt=.^(@ %cx (welp way /hoon))
2015-09-02 01:20:17 +03:00
[%flog /reset %veer p way txt]
::
++ 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 ~)
::
++ 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
::
++ poke-tlon-init-stream
:: creates stream channel and makes it pull from
:: urbit-meta on {met}.
2017-12-12 23:23:00 +03:00
|= met/ship =< abet
%- emil
%- flop
:~ ^- card
:^ %poke /helm/web/stream/create [our %hall]
:- %hall-action
:- %create
[%stream 'stream relay channel' %channel]
::
:^ %poke /helm/web/stream/filter [our %hall]
:- %hall-action
:- %filter
[%stream | |]
::
:^ %poke /helm/web/stream/source [our %hall]
:- %hall-action
:- %source
[%stream & [[[met %urbit-meta] `[da+(sub now ~d1) ~]] ~ ~]]
==
::
++ poke-tlon-add-fora
:: makes the local urbit-meta pull from {for}'s fora
:: notification channels.
|= for/ship =< abet
%- emil
:~ :^ %poke /helm/web/fora/source [our %hall]
:- %hall-action
:- %source
[%urbit-meta & [[[for %fora-posts] `[da+now ~]] ~ ~]]
::
:^ %poke /helm/web/fora/source [our %hall]
:- %hall-action
:- %source
[%urbit-meta & [[[for %fora-comments] `[da+now ~]] ~ ~]]
==
::
2017-12-12 23:23:00 +03:00
++ poke-tlon-add-stream
:: makes the local urbit-meta pull from {web}'s stream.
2017-12-12 23:23:00 +03:00
|= web/ship =< abet
%- emit
:^ %poke /helm/web/stream/source [our %hall]
:+ %hall-action %source
[%urbit-meta & [[[web %stream] `[da+now ~]] ~ ~]]
2015-05-11 20:53:47 +03:00
--