urbit/sur/talk.hoon

91 lines
6.0 KiB
Plaintext
Raw Normal View History

2015-12-09 19:48:57 +03:00
::
2016-02-11 03:41:28 +03:00
:::: /hoon/talk/sur
2016-11-17 04:42:58 +03:00
::
2014-12-05 23:14:00 +03:00
|%
2015-12-21 00:16:39 +03:00
++ audience (map partner (pair envelope delivery)) :: destination+state
2014-12-17 21:05:38 +03:00
++ atlas (map ship status) :: presence map
2015-01-26 20:44:09 +03:00
++ bouquet (set flavor) :: complete aroma
2014-12-05 23:14:00 +03:00
++ command :: effect on party
$% {$design (pair knot (unit config))} :: configure+destroy
2015-12-09 04:54:26 +03:00
{$publish (list thought)} :: originate
{$review (list thought)} :: deliver
2014-12-05 23:14:00 +03:00
== ::
2015-04-06 22:57:23 +03:00
++ cabal :: metaconfiguration
2015-12-20 23:50:45 +03:00
$: loc/config :: local config
ham/(map station config) :: neighborhood configs
2015-12-09 04:54:26 +03:00
== ::
2014-12-05 23:14:00 +03:00
++ config :: party configuration
2015-12-20 23:50:45 +03:00
$: sources/(set partner) :: pulls from
caption/cord :: about
cordon/control :: restricted to
2014-12-05 23:14:00 +03:00
== ::
2015-01-26 20:44:09 +03:00
++ control (pair posture (set ship)) :: access control
2015-01-01 23:43:50 +03:00
++ delivery :: delivery state
2015-12-14 10:58:14 +03:00
$? $pending :: undelivered
2015-12-09 04:54:26 +03:00
$received :: delivered
$rejected :: undeliverable
$released :: sent one-way
$accepted :: fully processed
2015-01-01 23:43:50 +03:00
== ::
2015-12-09 04:54:26 +03:00
++ envelope (pair ? (unit partner)) :: visible sender
2015-01-26 20:44:09 +03:00
++ flavor path :: content flavor
2014-12-05 23:14:00 +03:00
++ human :: human identifier
2015-12-20 23:50:45 +03:00
$: true/(unit (trel @t (unit @t) @t)) :: true name
hand/(unit @t) :: handle
2014-12-05 23:14:00 +03:00
== ::
2015-01-26 20:44:09 +03:00
++ passport :: foreign flow
2015-12-20 23:50:45 +03:00
$% {$twitter p/@t} :: twitter
2014-12-05 23:14:00 +03:00
== ::
2015-01-26 20:44:09 +03:00
++ posture :: security posture
2015-12-14 10:58:14 +03:00
$? $black :: channel
2015-12-09 04:54:26 +03:00
$white :: chamber
$green :: journal
$brown :: mailbox
2015-01-26 20:44:09 +03:00
== ::
2015-12-09 04:54:26 +03:00
++ presence ?($gone $hear $talk) :: status type
2015-01-26 20:44:09 +03:00
++ register (pair atlas (map partner atlas)) :: ping me, ping srcs
++ shelf (map knot (pair posture cord)) :: ship shape
2015-04-01 23:56:43 +03:00
++ report :: talk update
2015-12-14 10:58:14 +03:00
$% {$cabal cabal} :: config neighborhood
2015-12-09 04:54:26 +03:00
:: {$folder (list report)} :: multiple
{$grams (pair @ud (list telegram))} :: beginning thoughts
{$group register} :: presence
{$house shelf} :: station set
{$glyph (jug char (set partner))} :: relevant binding
2014-12-05 23:14:00 +03:00
== ::
2015-01-01 23:43:50 +03:00
++ speech :: narrative action
$% {$lan p/knot q/@t} :: local announce
2015-12-20 23:50:45 +03:00
{$exp p/@t} :: hoon line
2015-12-09 04:54:26 +03:00
{$non $~} :: no content (yo)
2015-12-20 23:50:45 +03:00
{$ext p/@tas q/*} :: extended action
{$fat p/torso q/speech} :: attachment
:: {$inv p/station} :: invite to station
{$url p/purf:eyre} :: parsed url
2015-12-20 23:50:45 +03:00
{$ire p/serial q/speech} :: in-reply-to
{$lin p/? q/@t} :: no/@ text line
{$mor p/(list speech)} :: multiplex
{$app p/@tas q/@t} :: app message
2016-03-26 03:47:22 +03:00
$: $api :: api message
service/@tas :: service name
id/@t :: id on the service
id-url/purf:eyre :: link to id
2016-03-26 03:47:22 +03:00
summary/@t :: summary of event
body/@t :: body of event
url/purf:eyre :: link to event
2016-11-08 04:40:00 +03:00
meta/json :: other data for web
2016-03-26 03:47:22 +03:00
== ::
2015-01-01 23:43:50 +03:00
== ::
2015-12-09 04:54:26 +03:00
++ serial @uvH :: unique identity
2015-01-26 20:44:09 +03:00
++ partner (each station passport) :: interlocutor
2014-12-17 03:36:45 +03:00
++ status (pair presence human) :: participant
2015-12-09 04:54:26 +03:00
++ statement (trel @da bouquet speech) :: when this
++ station (pair ship knot) :: domestic flow
2014-12-05 23:14:00 +03:00
++ telegram (pair ship thought) :: who which whom what
++ thought (trel serial audience statement) :: which whom what
2015-01-06 23:31:36 +03:00
++ torso :: attachment
2015-12-14 10:58:14 +03:00
$% {$name (pair @t torso)} :: named attachment
2015-12-09 04:54:26 +03:00
{$text (list @t)} :: text lines
{$tank (list tank)} :: tank list
2015-01-06 23:31:36 +03:00
== ::
2014-12-05 23:14:00 +03:00
--