mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 06:11:31 +03:00
ames: strip out notifications system
This commit is contained in:
parent
8d939a9ab9
commit
4ae93c8bd0
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:13941f43472c8e7985f68d41cecd4facc534bcb171f553bb7fd6b20e6bef49c0
|
oid sha256:d324c1f4f09abe156de814718fc603c2faef65d8866182bf5135929bc69182c7
|
||||||
size 9660444
|
size 9868510
|
||||||
|
@ -1066,7 +1066,6 @@
|
|||||||
::
|
::
|
||||||
:: %keen: data request from arvo
|
:: %keen: data request from arvo
|
||||||
:: %yawn: cancel request from arvo
|
:: %yawn: cancel request from arvo
|
||||||
:: %bide: unix awaiting datum creation (%howl)
|
|
||||||
::
|
::
|
||||||
:: System and Lifecycle Tasks
|
:: System and Lifecycle Tasks
|
||||||
::
|
::
|
||||||
@ -1086,7 +1085,6 @@
|
|||||||
[%keen =ship =path]
|
[%keen =ship =path]
|
||||||
[%pine =ship =path]
|
[%pine =ship =path]
|
||||||
[%yawn =ship =path]
|
[%yawn =ship =path]
|
||||||
[%bide =path]
|
|
||||||
::
|
::
|
||||||
$>(%born vane-task)
|
$>(%born vane-task)
|
||||||
$>(%init vane-task)
|
$>(%init vane-task)
|
||||||
@ -1108,7 +1106,6 @@
|
|||||||
::
|
::
|
||||||
:: Remote Scry Gifts
|
:: Remote Scry Gifts
|
||||||
:: %tune: found data for arvo
|
:: %tune: found data for arvo
|
||||||
:: %howl: full response packets
|
|
||||||
:: %miss: no case for %pine
|
:: %miss: no case for %pine
|
||||||
::
|
::
|
||||||
:: System and Lifecycle Gifts
|
:: System and Lifecycle Gifts
|
||||||
@ -1124,7 +1121,6 @@
|
|||||||
[%send =lane =blob]
|
[%send =lane =blob]
|
||||||
::
|
::
|
||||||
[%tune =path sign=@ux data=(unit (cask))]
|
[%tune =path sign=@ux data=(unit (cask))]
|
||||||
[%howl =path =song]
|
|
||||||
[%miss =path]
|
[%miss =path]
|
||||||
::
|
::
|
||||||
[%turf turfs=(list turf)]
|
[%turf turfs=(list turf)]
|
||||||
@ -2994,8 +2990,5 @@
|
|||||||
:: %behn: wakeup
|
:: %behn: wakeup
|
||||||
::
|
::
|
||||||
$>(%wake task:behn)
|
$>(%wake task:behn)
|
||||||
:: %ames: await namespace datum
|
|
||||||
::
|
|
||||||
$>(%bide task:ames)
|
|
||||||
==
|
==
|
||||||
-- ::
|
-- ::
|
||||||
|
@ -832,9 +832,6 @@
|
|||||||
$% $: %behn
|
$% $: %behn
|
||||||
$% $>(%wake gift:behn)
|
$% $>(%wake gift:behn)
|
||||||
== ==
|
== ==
|
||||||
$: ?(%behn %clay)
|
|
||||||
$% [%writ p=riot:clay]
|
|
||||||
== ==
|
|
||||||
$: %jael
|
$: %jael
|
||||||
$% [%private-keys =life vein=(map life ring)]
|
$% [%private-keys =life vein=(map life ring)]
|
||||||
[%public-keys =public-keys-result]
|
[%public-keys =public-keys-result]
|
||||||
@ -1133,7 +1130,6 @@
|
|||||||
%pine (on-pine:fine:event-core +.task)
|
%pine (on-pine:fine:event-core +.task)
|
||||||
%keen (on-keen:fine:event-core +.task)
|
%keen (on-keen:fine:event-core +.task)
|
||||||
%yawn (on-yawn:fine:event-core +.task)
|
%yawn (on-yawn:fine:event-core +.task)
|
||||||
%bide (on-bide:fine:event-core +.task)
|
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
[moves ames-gate]
|
[moves ames-gate]
|
||||||
@ -1153,8 +1149,6 @@
|
|||||||
?- sign
|
?- sign
|
||||||
[@ %done *] (on-take-done:event-core wire error.sign)
|
[@ %done *] (on-take-done:event-core wire error.sign)
|
||||||
[@ %boon *] (on-take-boon:event-core wire payload.sign)
|
[@ %boon *] (on-take-boon:event-core wire payload.sign)
|
||||||
::
|
|
||||||
[?(%clay %behn) %writ *] (on-take-clay-bide:fine:event-core wire p.sign)
|
|
||||||
::
|
::
|
||||||
[%behn %wake *] (on-take-wake:event-core wire error.sign)
|
[%behn %wake *] (on-take-wake:event-core wire error.sign)
|
||||||
::
|
::
|
||||||
@ -3174,40 +3168,6 @@
|
|||||||
~|(%no-ship-for-yawn !!)
|
~|(%no-ship-for-yawn !!)
|
||||||
pe-abet:(pe-yawn:u.peer-core path)
|
pe-abet:(pe-yawn:u.peer-core path)
|
||||||
::
|
::
|
||||||
++ on-bide
|
|
||||||
|= =path
|
|
||||||
^+ event-core
|
|
||||||
:: TODO: other vanes?
|
|
||||||
(bide-clay path)
|
|
||||||
::
|
|
||||||
++ bide-clay
|
|
||||||
|= =path
|
|
||||||
^+ event-core
|
|
||||||
?> ?=([@ @ *] path)
|
|
||||||
=/ =wire
|
|
||||||
(welp /fine/bide path)
|
|
||||||
=+ blk=(de-path:balk path)
|
|
||||||
?> ?=(%c van.blk)
|
|
||||||
=/ [des=desk spr=spur]
|
|
||||||
?^ spr.blk spr.blk
|
|
||||||
[%$ ~]
|
|
||||||
=+ ;;(=care:clay car.blk)
|
|
||||||
=/ =rave:clay
|
|
||||||
[%sing care cas.blk spr]
|
|
||||||
(emit duct %pass wire %c %warp her.blk des `rave)
|
|
||||||
::
|
|
||||||
++ on-take-clay-bide
|
|
||||||
|= [=wire =riot:clay]
|
|
||||||
?> ?=([%fine %bide @ *] wire)
|
|
||||||
=/ pax=path t.t.wire
|
|
||||||
=/ cas=(unit (cask))
|
|
||||||
?~ riot ~
|
|
||||||
`[p q.q]:r.u.riot
|
|
||||||
=/ =song
|
|
||||||
(encode-response pax (fall cas ~))
|
|
||||||
%- emit
|
|
||||||
[unix-duct.ames-state %give %howl pax song]
|
|
||||||
::
|
|
||||||
++ on-take-wake
|
++ on-take-wake
|
||||||
|= [=wire error=(unit tang)]
|
|= [=wire error=(unit tang)]
|
||||||
^+ event-core
|
^+ event-core
|
||||||
|
Loading…
Reference in New Issue
Block a user