hbs2/hbs2-core/test
Dmitry Zuikov 613f26e418 moved to RPC2
New RPC works over a Unix socket and assumes synchronous
requests with callService.

A new protocol, 'ServiceProto,' is introduced.

New RPC operates over a Unix socket.

Note the setting: (rpc2 unix "/tmp/hbs2-rpc2.socket").

The default rpc2 socket is located at /tmp/hbs2-rpc2.socket.

In the future, TCP RPC may be introduced, requiring only:

1. Authorization/Authentication

This might be accomplished through another wrapped protocol, for instance.

"Dialog"-associated elements are commented out for now,
as they will likely require their own Unix socket.
2023-10-04 10:54:39 +03:00
..
DialogSpec.hs merged 2023-09-21 08:40:05 +03:00
FakeMessaging.hs works 2023-01-17 05:20:47 +03:00
HasProtocol.hs wtf? 2023-01-22 14:19:14 +03:00
Main.hs moved to RPC2 2023-10-04 10:54:39 +03:00
TestActors.hs wip 2023-01-13 12:09:32 +03:00
TestCrypto.hs Squashed commit of the following: 2023-07-04 15:29:54 +03:00
TestFakeMessaging.hs so far so good 2023-01-15 13:09:42 +03:00