urbit/pkg/arvo/app/chat-hook.hoon

887 lines
24 KiB
Plaintext
Raw Normal View History

2019-11-23 01:05:06 +03:00
:: chat-hook:
:: mirror chat data from foreign to local based on read permissions
:: allow sending chat messages to foreign paths based on write perms
::
2020-04-29 11:36:12 +03:00
/- *permission-store, *invite-store, *metadata-store,
*permission-hook, *group-store, *permission-group-hook, ::TMP for upgrade
hook=chat-hook,
view=chat-view,
*group
/+ default-agent, verb, dbug, store=chat-store, group-store, grpl=group,
resource
2020-04-03 00:43:03 +03:00
~% %chat-hook-top ..is ~
2019-11-23 01:05:06 +03:00
|%
+$ card card:agent:gall
::
+$ versioned-state
$% state-0
state-1
state-2
2020-06-24 03:28:57 +03:00
state-3
state-4
2020-07-28 05:16:48 +03:00
state-5
2020-06-24 03:28:57 +03:00
==
::
2020-07-28 05:16:48 +03:00
+$ state-5 [%5 state-base]
+$ state-4 [%4 state-base]
+$ state-3 [%3 state-base]
+$ state-2 [%2 state-base]
::
+$ state-1
$: %1
loaded-cards=*
state-base
==
+$ state-0 [%0 state-base]
+$ state-base
2020-04-29 11:36:12 +03:00
$: =synced:hook
2019-11-23 01:05:06 +03:00
invite-created=_|
allow-history=(map path ?)
==
::
+$ poke
$% [%chat-action action:store]
2019-11-23 01:05:06 +03:00
[%permission-action permission-action]
[%invite-action invite-action]
[%chat-view-action action:view]
2019-11-23 01:05:06 +03:00
==
::
+$ fact
$% [%chat-update update:store]
2019-11-23 01:05:06 +03:00
==
--
2020-07-28 05:16:48 +03:00
=| state-5
2019-11-23 01:05:06 +03:00
=* state -
::
%- agent:dbug
2020-04-03 00:43:03 +03:00
%+ verb |
2019-11-23 01:05:06 +03:00
^- agent:gall
=<
2020-04-03 00:43:03 +03:00
~% %chat-hook-agent-core ..poke-json ~
|_ bol=bowl:gall
2019-11-23 01:05:06 +03:00
+* this .
chat-core +>
cc ~(. chat-core bol)
def ~(. (default-agent this %|) bol)
2019-11-23 01:05:06 +03:00
::
++ on-init
^- (quip card _this)
:_ this(invite-created %.y)
:~ (invite-poke:cc [%create /chat])
2019-11-23 01:05:06 +03:00
[%pass /invites %agent [our.bol %invite-store] %watch /invitatory/chat]
2020-05-27 05:22:51 +03:00
watch-groups:cc
2019-11-23 01:05:06 +03:00
==
++ on-save !>(state)
++ on-load
|= old-vase=vase
^- (quip card _this)
|^
=/ old !<(versioned-state old-vase)
2020-06-24 03:28:57 +03:00
=| cards=(list card)
|-
2020-07-28 05:16:48 +03:00
?: ?=(%5 -.old)
2020-06-24 03:28:57 +03:00
[cards this(state old)]
2020-07-28 05:16:48 +03:00
?: ?=(?(%3 %4) -.old)
=. cards
%+ weld cards
^- (list card)
[%pass /pokeme %agent [our.bol %chat-hook] %poke %noun !>(%fix-dm)]~
2020-07-28 05:16:48 +03:00
$(-.old %5)
2020-06-24 03:28:57 +03:00
?: ?=(%2 -.old)
=. cards
%+ weld cards
:~ watch-groups:cc
[%pass /permissions %agent [our.bol %permission-store] %leave ~]
==
=^ new-cards=(list card) old
=| crds=(list card)
=/ syncs
~(tap by synced.old)
|-
?~ syncs
[crds old]
=/ [pax=path =ship]
i.syncs
2020-07-09 02:52:41 +03:00
?> ?=(^ pax)
?. =('~' i.pax)
$(syncs t.syncs)
=/ new-path=path
t.pax
2020-06-24 03:28:57 +03:00
=. synced.old
(~(del by synced.old) pax)
?. =(ship our.bol)
=. synced.old
(~(put by synced.old) new-path ship)
$(syncs t.syncs)
=/ history=?
(~(gut by allow-history.old) pax %.y)
=. allow-history.old
(~(del by allow-history.old) pax)
=. allow-history.old
(~(put by allow-history.old) new-path history)
=. crds
%+ weld crds
:- (add-owned new-path history)
(kick-old-subs pax)
$(syncs t.syncs)
=. cards
(weld cards new-cards)
$(-.old %3)
::
?: ?=(%1 -.old)
=. cards
%+ welp cards
^- (list card)
%+ murn ~(tap by wex.bol)
|= [[=wire =ship =term] *]
^- (unit card)
?. &(?=([%mailbox *] wire) =(our.bol ship) =(%chat-store term))
~
`[%pass wire %agent [our.bol %chat-store] %leave ~]
2020-06-24 03:28:57 +03:00
$(old [%2 +>.old])
:: path structure ugprade logic
::
=/ keys=(set path) (scry:cc (set path) %chat-store /keys)
%= $
-.old %2
::
2020-06-24 03:28:57 +03:00
cards
%- zing
^- (list (list card))
(turn ~(tap in keys) generate-cards)
2020-06-24 03:28:57 +03:00
==
++ kick-old-subs
|= old-path=path
^- (list card)
?> ?=(^ old-path)
?. =('~' i.old-path)
~
[%give %kick ~[mailbox+old-path] ~]~
::
++ add-members-group
|= [=path ships=(set ship)]
^- card
?> ?=([@ @ ~] path)
=/ rid=resource
[(slav %p i.path) i.t.path]
=- [%pass / %agent [our.bol %group-store] %poke %group-action -]
!>(`action:group-store`[%add-members rid ships])
::
++ add-synced
|= [=ship =path]
^- card
=- [%pass / %agent [our.bol %chat-hook] %poke %chat-hook-action -]
!>(`action:hook`[%add-synced ship path %.y])
::
++ add-owned
|= [=path history=?]
^- card
=- [%pass / %agent [our.bol %chat-hook] %poke %chat-hook-action -]
!>(`action:hook`[%add-owned path history])
::
++ generate-cards
|= old-chat=path
^- (list card)
=/ host=ship (slav %p (snag 0 old-chat))
=/ new-chat [%'~' old-chat]
=/ newp=permission (unify-permissions old-chat)
=/ old-group=path [%chat old-chat]
%- zing
:~ :~ (delete-group host (snoc old-group %read))
(delete-group host (snoc old-group %write))
==
::
(create-group new-chat who.newp)
(hookup-group new-chat kind.newp)
[(record-group new-chat new-chat)]~
(recreate-chat host old-chat new-chat)
==
::
++ recreate-chat
|= [host=ship chat=path new-chat=path]
^- (list card)
=/ old-mailbox=mailbox:store
(need (scry:cc (unit mailbox:store) %chat-store [%mailbox chat]))
=* enves envelopes.old-mailbox
:~ (chat-poke:cc [%delete new-chat])
(chat-poke:cc [%delete chat])
(chat-poke:cc [%create new-chat])
(chat-poke:cc [%messages new-chat enves])
(chat-poke:cc [%read new-chat])
%^ make-poke %chat-hook %chat-hook-action
!> ^- action:hook
?: =(our.bol host) [%add-owned new-chat %.y]
[%add-synced host new-chat %.y]
==
::
++ unify-permissions
|= chat=path
^- permission
=/ read=(unit permission) (get-permission chat %read)
=/ write=(unit permission) (get-permission chat %write)
?. &(?=(^ read) ?=(^ write))
~& [%missing-permission chat read=?=(~ read) write=?=(~ write)]
[%white [(slav %p (snag 0 chat)) ~ ~]]
2020-02-25 18:55:49 +03:00
?+ [kind.u.read kind.u.write] !!
:: village: exclusive to writers
::
[%white %white] [%white who.u.write]
::
2020-02-25 18:55:49 +03:00
:: channel: merge blacklists
::
[%black %black] [%black (~(uni in who.u.read) who.u.write)]
::
2020-02-25 18:55:49 +03:00
:: journal: exclusive to writers
::
[%black %white] [%white who.u.write]
::
2020-02-25 18:55:49 +03:00
:: mailbox: exclusive to readers
::
[%white %black] [%white who.u.read]
==
::
++ get-permission
|= [chat=path what=?(%read %write)]
%^ scry:cc (unit permission)
%permission-store
[%permission %chat (snoc chat what)]
::
++ make-poke
|= [app=term =mark =vase]
^- card
[%pass /on-load/[app]/[mark] %agent [our.bol app] %poke mark vase]
::
++ delete-group
|= [host=ship group=path]
^- card
:: if we host the group, delete it directly
::
?: =(our.bol host)
%^ make-poke %group-store
%group-action
2020-05-25 08:52:54 +03:00
!> ^- action:group-store
[%remove-group (de-path:resource group) ~]
:: else, just delete the sync in the hook
::
%^ make-poke %permission-hook
%permission-hook-action
!> ^- permission-hook-action
[%remove group]
::
++ create-group
|= [group=path who=(set ship)]
^- (list card)
=/ rid=resource
(de-path:resource group)
:~ %^ make-poke %group-store
%group-action
2020-05-25 08:52:54 +03:00
!> ^- action:group-store
[%add-group rid *invite:policy %.n]
::
%^ make-poke %group-store
%group-action
2020-05-25 08:52:54 +03:00
!> ^- action:group-store
[%add-members rid who]
==
::
++ hookup-group
|= [group=path =kind]
^- (list card)
:* %^ make-poke %permission-group-hook
%permission-group-hook-action
!> ^- permission-group-hook-action
[%associate group [group^kind ~ ~]]
::
=/ =ship (slav %p (snag 1 group))
?. =(our.bol ship) ~
:_ ~
%^ make-poke %permission-hook
%permission-hook-action
!> ^- permission-hook-action
[%add-owned group group]
==
::
++ record-group
|= [group=path chat=path]
^- card
=/ =metadata
~| [%weird-chat-path chat]
%* . *metadata
title (snag 2 chat)
date-created now.bol
creator (slav %p (snag 1 chat))
==
%^ make-poke %metadata-store
%metadata-action
!> ^- metadata-action
[%add group [%chat chat] metadata]
--
2019-11-23 01:05:06 +03:00
::
++ on-poke
2020-04-03 00:43:03 +03:00
~/ %chat-hook-poke
2019-11-23 01:05:06 +03:00
|= [=mark =vase]
^- (quip card _this)
=^ cards state
?+ mark (on-poke:def mark vase)
%json (poke-json:cc !<(json vase))
%chat-action (poke-chat-action:cc !<(action:store vase))
%noun (poke-fix-dms:cc %fix-dms)
::
%chat-hook-action
(poke-chat-hook-action:cc !<(action:hook vase))
2019-11-23 01:05:06 +03:00
==
[cards this]
::
++ on-watch
2020-04-03 00:43:03 +03:00
~/ %chat-hook-watch
2019-11-23 01:05:06 +03:00
|= =path
^- (quip card _this)
?+ path (on-watch:def path)
[%backlog *] [(watch-backlog:cc t.path) this]
[%mailbox *] [(watch-mailbox:cc t.path) this]
[%synced *] [(watch-synced:cc t.path) this]
2019-11-23 01:05:06 +03:00
==
::
++ on-agent
2020-04-03 00:43:03 +03:00
~/ %chat-hook-agent
2019-11-23 01:05:06 +03:00
|= [=wire =sign:agent:gall]
^- (quip card _this)
?+ -.sign (on-agent:def wire sign)
%watch-ack
=^ cards state
2020-01-04 00:06:42 +03:00
(watch-ack:cc wire p.sign)
2019-11-23 01:05:06 +03:00
[cards this]
::
%kick
=^ cards state
(kick:cc wire)
[cards this]
::
%fact
?+ p.cage.sign (on-agent:def wire sign)
%chat-update
=^ cards state
(fact-chat-update:cc wire !<(update:store q.cage.sign))
2019-11-23 01:05:06 +03:00
[cards this]
::
%invite-update
=^ cards state
(fact-invite-update:cc wire !<(invite-update q.cage.sign))
[cards this]
::
2020-05-25 08:52:54 +03:00
%group-update
2019-11-23 01:05:06 +03:00
=^ cards state
2020-05-25 08:52:54 +03:00
(fact-group-update:cc wire !<(update:group-store q.cage.sign))
2019-11-23 01:05:06 +03:00
[cards this]
==
==
::
++ on-leave on-leave:def
++ on-peek on-peek:def
++ on-arvo on-arvo:def
++ on-fail on-fail:def
--
::
::
2020-04-03 00:43:03 +03:00
~% %chat-hook-library ..card ~
2019-11-23 01:05:06 +03:00
|_ bol=bowl:gall
2020-05-25 08:52:54 +03:00
++ grp ~(. grpl bol)
2019-11-23 01:05:06 +03:00
::
++ poke-fix-dms
|= a=%fix-dms
^- (quip card _state)
:_ state
%- zing
%+ turn
~(tap by synced)
|= [=path host=ship]
^- (list card)
?> ?=([@ @ *] path)
?. =('~' i.path)
~
=/ =ship (slav %p i.t.path)
?: =(ship our.bol)
2020-07-25 01:50:21 +03:00
:: local dm, no need to do cleanup
~
?: ?=(^ (groups-of-chat path))
:: correctly initialized, no need to do cleanup
::
~
:- =- [%pass /fixdm %agent [our.bol %chat-view] %poke %chat-view-action -]
!> ^- action:view
[%delete path]
2020-07-25 01:50:21 +03:00
=/ new-dm /(scot %p our.bol)/(crip (weld "dm--" (trip (scot %p ship))))
=/ mailbox=(unit mailbox:store) (chat-scry path)
?~ mailbox
~
:~ =- [%pass /fixdm %agent [our.bol %chat-view] %poke %chat-view-action -]
!> ^- action:view
:* %create
%- crip
(zing [(trip (scot %p our.bol)) " <-> " (trip (scot %p ship)) ~])
''
2020-07-25 01:50:21 +03:00
new-dm
ship+new-dm
[%invite (silt ~[ship])]
(silt ~[ship])
%.y
%.n
==
::
=- [%pass /fixdm %agent [our.bol %chat-store] %poke %chat-action -]
!> ^- action:store
2020-07-25 01:50:21 +03:00
[%messages new-dm envelopes.u.mailbox]
==
::
2019-11-23 01:05:06 +03:00
++ poke-json
|= jon=json
^- (quip card _state)
2020-04-30 02:04:29 +03:00
(poke-chat-action (action:dejs:store jon))
2019-11-23 01:05:06 +03:00
::
++ poke-chat-action
|= act=action:store
2019-11-23 01:05:06 +03:00
^- (quip card _state)
?> ?=(%message -.act)
:: local
:_ state
?: (team:title our.bol src.bol)
?. (~(has by synced) path.act)
~
=* letter letter.envelope.act
=? letter &(?=(%code -.letter) ?=(~ output.letter))
=/ =hoon (ream expression.letter)
2020-04-30 02:04:29 +03:00
letter(output (eval:store bol hoon))
2019-11-23 01:05:06 +03:00
=/ ship (~(got by synced) path.act)
=/ appl ?:(=(ship our.bol) %chat-store %chat-hook)
[%pass / %agent [ship appl] %poke %chat-action !>(act)]~
:: foreign
=/ ship (~(get by synced) path.act)
?~ ship ~
?. =(u.ship our.bol) ~
:: check if write is permitted
2020-07-02 05:17:28 +03:00
?. (is-member:grp src.bol (group-from-chat path.act)) ~
2019-11-23 01:05:06 +03:00
=: author.envelope.act src.bol
when.envelope.act now.bol
==
[%pass / %agent [our.bol %chat-store] %poke %chat-action !>(act)]~
::
++ poke-chat-hook-action
|= act=action:hook
2019-11-23 01:05:06 +03:00
^- (quip card _state)
?- -.act
%add-owned
?> (team:title our.bol src.bol)
=/ chat-path [%mailbox path.act]
=/ chat-wire [%store path.act]
?: (~(has by synced) path.act) [~ state]
2019-11-23 01:05:06 +03:00
=: synced (~(put by synced) path.act our.bol)
allow-history (~(put by allow-history) path.act allow-history.act)
==
:_ state
:~ [%pass chat-wire %agent [our.bol %chat-store] %watch chat-path]
[%give %fact [/synced]~ %chat-hook-update !>([%initial synced])]
==
2019-11-23 01:05:06 +03:00
::
%add-synced
?> (team:title our.bol src.bol)
?: (~(has by synced) path.act) [~ state]
=. synced (~(put by synced) path.act ship.act)
?. ask-history.act
=/ chat-path [%mailbox path.act]
:_ state
[%pass chat-path %agent [ship.act %chat-hook] %watch chat-path]~
=/ mailbox=(unit mailbox:store) (chat-scry path.act)
=/ chat-history=path
:- %backlog
%+ weld path.act
?~(mailbox /0 /(scot %ud (lent envelopes.u.mailbox)))
2019-11-23 01:05:06 +03:00
:_ state
:~ [%pass chat-history %agent [ship.act %chat-hook] %watch chat-history]
[%give %fact [/synced]~ %chat-hook-update !>([%initial synced])]
==
2019-11-23 01:05:06 +03:00
::
%remove
=/ ship=(unit ship)
=/ ship (~(get by synced) path.act)
?^ ship ship
=? path.act ?=([%'~' *] path.act) t.path.act
?~ path.act ~
(slaw %p i.path.act)
?~ ship
~& [dap.bol %unknown-host-cannot-leave path.act]
[~ state]
?: &(!=(u.ship src.bol) ?!((team:title our.bol src.bol)))
2019-11-23 01:05:06 +03:00
[~ state]
=. synced (~(del by synced) path.act)
:_ state
:* [%give %kick ~[[%mailbox path.act]] ~]
[%give %fact [/synced]~ %chat-hook-update !>([%initial synced])]
(pull-wire u.ship [%mailbox path.act])
(pull-wire u.ship [%store path.act])
(pull-backlog-subscriptions u.ship path.act)
==
2019-11-23 01:05:06 +03:00
==
::
++ watch-synced
|= pax=path
^- (list card)
?> (team:title our.bol src.bol)
[%give %fact ~ %chat-hook-update !>([%initial synced])]~
::
2019-11-23 01:05:06 +03:00
++ watch-mailbox
|= pax=path
^- (list card)
?> ?=(^ pax)
?> (~(has by synced) pax)
:: check if read is permitted
2020-07-02 05:17:28 +03:00
?> (is-member:grp src.bol (group-from-chat pax))
=/ box (chat-scry pax)
?~ box !!
[%give %fact ~ %chat-update !>([%create pax])]~
::
++ watch-backlog
2019-11-23 01:05:06 +03:00
|= pax=path
^- (list card)
?> ?=(^ pax)
=/ last (dec (lent pax))
=/ backlog-latest=(unit @ud) (rush (snag last `(list @ta)`pax) dem:ag)
=/ pas `path`(oust [last 1] `(list @ta)`pax)
?> ?=([* ^] pas)
2020-07-02 05:17:28 +03:00
?> (is-member:grp src.bol (group-from-chat pas))
=/ envs envelopes:(need (chat-scry pas))
=/ length (lent envs)
=/ latest
?~ backlog-latest length
?: (gth u.backlog-latest length) length
(sub length u.backlog-latest)
=. envs (scag latest envs)
=/ =vase !>([%messages pas 0 latest envs])
%- zing
:~ [%give %fact ~ %chat-update !>([%create pas])]~
?. ?&(?=(^ backlog-latest) (~(has by allow-history) pas)) ~
[%give %fact ~ %chat-update vase]~
[%give %kick [%backlog pax]~ `src.bol]~
==
2019-11-23 01:05:06 +03:00
::
++ fact-invite-update
|= [wir=wire fact=invite-update]
^- (quip card _state)
:_ state
?+ -.fact ~
2019-11-23 01:05:06 +03:00
%accepted
=/ ask-history ?~((chat-scry path.invite.fact) %.y %.n)
=* shp ship.invite.fact
=* app-path path.invite.fact
~[(chat-view-poke [%join shp app-path ask-history])]
==
2019-11-23 01:05:06 +03:00
::
2020-05-25 08:52:54 +03:00
++ fact-group-update
|= [wir=wire =update:group-store]
2019-11-23 01:05:06 +03:00
^- (quip card _state)
:_ state
?. ?=(%remove-members -.update)
2020-05-25 08:52:54 +03:00
~
=/ =path
(en-path:resource resource.update)
=/ chats
(chats-of-group path)
%- zing
%+ turn
chats
|= chat=^path
^- (list card)
=/ owner
(~(get by synced) chat)
?~ owner ~
?. =(u.owner our.bol)
~
%+ turn
~(tap in ships.update)
|= =ship
[%give %kick [%mailbox chat]~ `ship]
2019-11-23 01:05:06 +03:00
::
++ fact-chat-update
|= [wir=wire =update:store]
2019-11-23 01:05:06 +03:00
^- (quip card _state)
?: (team:title our.bol src.bol)
(handle-local update)
(handle-foreign update)
2019-11-23 01:05:06 +03:00
::
++ handle-local
|= =update:store
2019-11-23 01:05:06 +03:00
^- (quip card _state)
?+ -.update [~ state]
2019-11-23 01:05:06 +03:00
%delete
?. (~(has by synced) path.update) [~ state]
=. synced (~(del by synced) path.update)
:_ state
:~ [%pass [%mailbox path.update] %agent [our.bol %chat-store] %leave ~]
[%give %fact [/synced]~ %chat-hook-update !>([%initial synced])]
==
2019-11-23 01:05:06 +03:00
::
%message
:_ state
[%give %fact [%mailbox path.update]~ %chat-update !>(update)]~
2019-11-23 01:05:06 +03:00
::
%messages
:_ state
[%give %fact [%mailbox path.update]~ %chat-update !>(update)]~
2019-11-23 01:05:06 +03:00
==
::
++ handle-foreign
|= =update:store
2019-11-23 01:05:06 +03:00
^- (quip card _state)
?+ -.update [~ state]
2019-11-23 01:05:06 +03:00
%create
:_ state
?> ?=([* ^] path.update)
=/ shp (~(get by synced) path.update)
2019-11-23 01:05:06 +03:00
?~ shp ~
?. =(src.bol u.shp) ~
[(chat-poke [%create path.update])]~
2019-11-23 01:05:06 +03:00
::
%delete
?> ?=([* ^] path.update)
=/ shp (~(get by synced) path.update)
?~ shp [~ state]
?. =(u.shp src.bol) [~ state]
=. synced (~(del by synced) path.update)
:_ state
:- (chat-poke [%delete path.update])
:~ [%pass [%mailbox path.update] %agent [src.bol %chat-hook] %leave ~]
[%give %fact [/synced]~ %chat-hook-update !>([%initial synced])]
==
2019-11-23 01:05:06 +03:00
::
%message
:_ state
?> ?=([* ^] path.update)
=/ shp (~(get by synced) path.update)
2019-11-23 01:05:06 +03:00
?~ shp ~
?. =(src.bol u.shp) ~
[(chat-poke [%message path.update envelope.update])]~
2019-11-23 01:05:06 +03:00
::
%messages
:_ state
?> ?=([* ^] path.update)
=/ shp (~(get by synced) path.update)
2019-11-23 01:05:06 +03:00
?~ shp ~
?. =(src.bol u.shp) ~
[(chat-poke [%messages path.update envelopes.update])]~
2019-11-23 01:05:06 +03:00
==
::
++ kick
|= wir=wire
^- (quip card _state)
?: =(wir /permissions)
:_ state
[%pass /permissions %agent [our.bol %permission-store] %watch /updates]~
2019-12-01 08:24:23 +03:00
::
2020-02-06 22:28:58 +03:00
?+ wir !!
2020-05-27 05:22:51 +03:00
[%groups ~] [~[watch-groups] state]
::
[%store @ *]
~& store-kick+wir
2020-06-24 03:28:57 +03:00
?: =('~' i.t.wir)
(migrate-store t.t.wir)
?. (~(has by synced) t.wir) [~ state]
~& %chat-store-resubscribe
=/ mailbox=(unit mailbox:store)
(chat-scry t.wir)
:_ state
[%pass wir %agent [our.bol %chat-store] %watch [%mailbox t.wir]]~
::
2020-02-06 22:28:58 +03:00
[%mailbox @ *]
~& mailbox-kick+wir
2020-06-24 03:28:57 +03:00
?: =('~' i.t.wir)
(migrate-listen t.t.wir)
?. (~(has by synced) t.wir) [~ state]
~& %chat-hook-resubscribe
2019-12-01 08:24:23 +03:00
=/ =ship (~(got by synced) t.wir)
=/ mailbox=(unit mailbox:store) (chat-scry t.wir)
=/ chat-history
%+ welp backlog+t.wir
?~(mailbox /0 /(scot %ud (lent envelopes.u.mailbox)))
:_ state
2019-12-01 08:24:23 +03:00
[%pass chat-history %agent [ship %chat-hook] %watch chat-history]~
::
2020-02-06 22:28:58 +03:00
[%backlog @ @ *]
=/ chat=path (oust [(dec (lent t.wir)) 1] `(list @ta)`t.wir)
2020-06-24 03:28:57 +03:00
?: =('~' i.t.wir)
?> ?=(^ chat)
(migrate-listen t.chat)
?. (~(has by synced) chat) [~ state]
2020-02-06 22:28:58 +03:00
=/ =ship
?: =('~' i.t.wir)
(slav %p i.t.t.wir)
(slav %p i.t.wir)
=/ =path ?~((chat-scry chat) wir [%mailbox chat])
2020-02-06 22:28:58 +03:00
:_ state
[%pass path %agent [ship %chat-hook] %watch path]~
2020-02-06 22:28:58 +03:00
==
2020-06-24 03:28:57 +03:00
++ migrate-listen
|= =wire
^- (quip card _state)
~& listen-migrate+wire
?> ?=([@ @ ~] wire)
=/ =ship
(slav %p i.wire)
:_ state
~[(chat-view-poke %join ship wire %.y)]
::
++ migrate-store
|= =wire
^- (quip card _state)
~& store-migrate+wire
(kick store+wire)
2019-11-23 01:05:06 +03:00
::
++ watch-ack
|= [wir=wire saw=(unit tang)]
^- (quip card _state)
?~ saw [~ state]
?+ wir [~ state]
::
[%store @ *]
2020-06-24 03:28:57 +03:00
?: =('~' i.t.wir)
(migrate-store t.t.wir)
(poke-chat-hook-action %remove t.wir)
::
[%backlog @ @ @ *]
=/ chat=path (oust [(dec (lent t.wir)) 1] `(list @ta)`t.wir)
2020-06-24 03:28:57 +03:00
?: =(i.t.wir '~')
?> ?=(^ chat)
(migrate-listen t.chat)
2020-04-16 01:59:24 +03:00
:_ state
2020-04-23 16:12:30 +03:00
%. ~[(chat-view-poke %delete chat)]
%- slog
:* leaf+"chat-hook failed subscribe on {(spud chat)}"
leaf+"stack trace:"
u.saw
==
2019-11-23 01:05:06 +03:00
==
::
++ chat-poke
|= act=action:store
2019-11-23 01:05:06 +03:00
^- card
[%pass / %agent [our.bol %chat-store] %poke %chat-action !>(act)]
::
++ chat-view-poke
|= act=action:view
2019-11-23 01:05:06 +03:00
^- card
[%pass / %agent [our.bol %chat-view] %poke %chat-view-action !>(act)]
::
++ invite-poke
|= act=invite-action
^- card
[%pass / %agent [our.bol %invite-store] %poke %invite-action !>(act)]
::
++ sec-to-perm
|= [pax=path =kind]
^- permission-action
[%create pax kind *(set ship)]
::
++ chat-scry
|= pax=path
^- (unit mailbox:store)
%^ scry (unit mailbox:store)
2020-02-21 00:28:56 +03:00
%chat-store
[%mailbox pax]
2019-11-23 01:05:06 +03:00
::
++ invite-scry
|= uid=serial
^- (unit invite)
2020-02-21 00:28:56 +03:00
%^ scry (unit invite)
%invite-store
/invite/chat/(scot %uv uid)
2019-11-23 01:05:06 +03:00
::
++ chats-of-group
|= =group-path
^- (list path)
:: if metadata-store isn't running yet, we're still in the upgrade ota phase.
:: we can't get chats from the metadata-store, but can make assumptions
:: about group path shape, and the chat that would match it.
::TODO remove me at some point.
::
?. .^(? %gu (scot %p our.bol) %metadata-store (scot %da now.bol) ~) ~
%+ murn
^- (list md-resource)
2020-02-25 18:55:49 +03:00
=; resources
%~ tap in
%+ ~(gut by resources)
group-path
*(set md-resource)
.^ (jug path md-resource)
%gy
(scot %p our.bol)
%metadata-store
(scot %da now.bol)
/group-indices
==
|= md-resource
^- (unit path)
?. =(%chat app-name) ~
`app-path
::
++ groups-of-chat
|= chat=path
^- (list group-path)
:: if metadata-store isn't running yet, we're still in the upgrade ota phase.
:: we can't get groups from the metadata-store, but can make assumptions
:: about chat path shape, and the chat that would match it.
::TODO remove me at some point.
::
?. .^(? %gu (scot %p our.bol) %metadata-store (scot %da now.bol) ~) ~
2020-02-25 18:55:49 +03:00
=; resources
%~ tap in
%+ ~(gut by resources)
[%chat chat]
*(set group-path)
.^ (jug md-resource group-path)
%gy
(scot %p our.bol)
%metadata-store
(scot %da now.bol)
/resource-indices
==
::
++ group-from-chat
|= app-path=path
^- group-path
=/ groups=(list group-path)
(groups-of-chat app-path)
?> ?=(^ groups)
i.groups
::
2020-02-21 00:28:56 +03:00
++ scry
|* [=mold app=term =path]
.^ mold
%gx
(scot %p our.bol)
app
(scot %da now.bol)
(snoc `^path`path %noun)
==
::
++ pull-backlog-subscriptions
|= [target=ship chat=path]
^- (list card)
%+ murn ~(tap by wex.bol)
|= [[=wire =ship =term] [acked=? =path]]
^- (unit card)
?. ?& =(ship target)
?=([%backlog *] wire)
=(`1 (find chat wire))
==
~
`(pull-wire target wire)
::
2019-11-23 01:05:06 +03:00
++ pull-wire
|= [=ship =wire]
^- card
?: =(ship our.bol)
[%pass wire %agent [our.bol %chat-store] %leave ~]
[%pass wire %agent [ship %chat-hook] %leave ~]
2020-05-27 05:22:51 +03:00
++ watch-groups
^- card
[%pass /groups %agent [our.bol %group-store] %watch /groups]
2019-11-23 01:05:06 +03:00
--