1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00
Commit graph

318 commits

Author SHA1 Message Date
e29bb80e5e Added FIXME 2020-05-09 14:30:39 +02:00
7972eb3235 Updated handler test to send response back to test client. 2020-05-09 11:17:24 +02:00
8f0ddd766a WIP 2020-05-08 15:42:28 +02:00
95de9c25d1 Server now authenticates against its datastore. 2020-05-08 14:17:48 +02:00
c300c9995f Redis backend works. 2020-05-08 14:16:56 +02:00
e6ddbaac62 Added stub function for new database configuration code. 2020-05-08 13:58:00 +02:00
a042dc4a0d Added authenticate function.
Fixed compiler error.
2020-05-08 13:43:09 +02:00
ab64098b6f Added createAccount function. 2020-05-08 13:40:47 +02:00
185b7e86e3 Shutdown the datastore on server shutdown. 2020-05-08 13:32:34 +02:00
0e0be00b85 Added missing import. 2020-05-08 13:30:33 +02:00
c31e67dd72 Added datastore to BesterServer.
Added redis connection code for a redis-backed datastore type.
2020-05-08 13:29:56 +02:00
fdcb23ddf8 Added comments.
Added `createAccount` function.
2020-05-08 10:39:02 +02:00
2003505979 Added WIP classes for data store backend. 2020-05-08 10:32:22 +02:00
5a5241a0c8 Added vibe-d as a dependancy. 2020-05-08 10:28:07 +02:00
bd409551db Fixed comment.
Added missing comment.
2020-05-07 22:34:29 +02:00
eeaba93bb2 Cleaned up 2020-05-07 21:22:45 +02:00
c0b328aaff Cleaned up. 2020-05-07 21:22:10 +02:00
28a043dc29 Cleaned up. 2020-05-07 21:14:31 +02:00
7864a60fff Fixed comment. 2020-05-07 20:52:11 +02:00
a3d71c7267 Added some missing comments in response.d 2020-05-07 20:39:41 +02:00
f58ad52ca5 Fixed comments in server.d 2020-05-07 20:38:31 +02:00
de51e7eff3 Removed uneeded whitespace. 2020-05-07 20:27:03 +02:00
65f7574d57 Added missing comments. 2020-05-07 19:43:42 +02:00
5e68fd511d Added todo 2020-05-07 19:34:21 +02:00
dc850f845d Shutdown now shuts down all connections (besides active handler connections). 2020-05-07 19:08:19 +02:00
9f43a9f153 Added server shutdown function to shutdown informer.
Added shutdown function for informer to shutdown informer service.
Added shutdown function to informer client to shutdown informer client.
2020-05-07 19:01:00 +02:00
cbc52a6ab7 Added control variable to stop informer server.
Close socket on informer stop.
2020-05-07 18:54:33 +02:00
6f29c3770e Close socket after run. 2020-05-07 18:42:22 +02:00
8fc41ac50c Added missing comment for function. 2020-05-07 18:12:45 +02:00
55d4dfabe2 Added new field for future feature. 2020-05-07 18:12:37 +02:00
3b16145c79 Added comment. 2020-05-07 17:42:30 +02:00
18d35d2374 Added comments. 2020-05-05 09:25:05 +02:00
58f5124f46 Removed old code for built-in handlers in sendHandler. 2020-05-05 09:16:24 +02:00
909717bca7 Added comment. 2020-05-05 08:24:32 +02:00
cd03e14ff1 Set class `BeesterInformerClient to final. 2020-05-05 08:23:43 +02:00
96d277bbb7 Cleaned up.
Added missing comment.
2020-05-04 23:14:15 +02:00
f6b5551fa6 Return false and an null JSONValue on unknown command. 2020-05-04 23:00:43 +02:00
39932b0c5d Added support for isClient informer command. 2020-05-04 22:37:26 +02:00
1fcfaffa28 Added isClient function. 2020-05-04 22:35:07 +02:00
61e0d9f3d3 Added comment. 2020-05-04 22:32:21 +02:00
a7fb6d42c5 Added informer handler comunication loop. 2020-05-04 15:45:57 +02:00
86ce419db6 Fixed compile errors. 2020-05-04 15:27:16 +02:00
3d1607ee9e Refactored informer mechanism. 2020-05-04 15:22:49 +02:00
c29cc89f8b Fixed compile error. 2020-05-04 15:17:53 +02:00
6530114414 Moved comment. 2020-05-04 15:17:38 +02:00
222fd3a1b4 WIP: Informer mechanism. 2020-05-04 15:17:31 +02:00
b54817e418 Updated sendClient and sendServer format. 2020-05-04 13:56:18 +02:00
26bbb171f7 New handler message format. 2020-05-04 13:23:09 +02:00
d42f04d29f Added support for "dummy" payload type. 2020-05-03 16:10:22 +02:00
c04ba6b213 Added comment. 2020-05-02 22:43:05 +02:00