Vervis/src
Pere Lev d33f272ede
Switch to converged handlers than handle both local and remote activities
I was writing a topicLocalInvite handler when I realized how cumbersome
it's becoming, to have separate handlers for local activities. While it
allows me to pick custom specific message names and parameters (which is
why I took that approach in the first place), it causes a lot of
duplication and complexity (because I have to write the remote-activity
handlers anyway; adding local ones doesn't reduce complexity).

So this commit switches the entire system to communicate only using
AP/FF activities, including between local actors.
2023-06-15 15:44:43 +03:00
..
Control Implement theater-based remote delivery and port personGrant 2023-05-24 22:17:14 +00:00
Crypto Generate FEP-8b32 authenticity proofs when delivering activities 2023-05-30 09:48:21 +03:00
Darcs/Local C2S & UI: Allow creation of a new Repo 2022-09-16 10:34:44 +00:00
Data Implement theater-based remote delivery and port personGrant 2023-05-24 22:17:14 +00:00
Database Implement theater-based remote delivery and port personGrant 2023-05-24 22:17:14 +00:00
Development S2S: repoApplyF: Implement the missing support for patching Git repos 2022-06-26 14:00:28 +00:00
Diagrams Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Formatting Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Language/Haskell/TH/Quote Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Network Implement theater-based remote delivery and port personGrant 2023-05-24 22:17:14 +00:00
System/Process/Typed C2S: Implement applyC (apply a patch/MR to a repo/branch) 2022-09-24 09:04:10 +00:00
Text Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Vervis Switch to converged handlers than handle both local and remote activities 2023-06-15 15:44:43 +03:00
Web Switch to converged handlers than handle both local and remote activities 2023-06-15 15:44:43 +03:00
Yesod Switch to converged handlers than handle both local and remote activities 2023-06-15 15:44:43 +03:00
GitPackProto.hs Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00