Commit Graph

138 Commits

Author SHA1 Message Date
1a9b70b8de
chore: bump deps 2023-05-14 12:34:13 +01:00
f0775e3f92
chore: send error count in heartbeat, not list 2023-04-16 21:20:20 +01:00
30a5143294
chore: almost fully working clients table 2023-04-16 09:30:13 +01:00
0675d481a4
fix: more state bugs 2023-04-16 09:26:09 +01:00
dce4dffa0f
chore: initial manage clients table 2023-04-16 04:03:58 +01:00
dcc522bc7f
fix: total clients 2023-04-16 03:47:20 +01:00
305f46ccbe
fix: several client list bugs 2023-04-16 03:37:30 +01:00
22fee5b76f
chore: more efficient state client list 2023-04-16 03:04:29 +01:00
601dac4521
chore: go 1.20 2023-04-16 03:03:49 +01:00
5f48f88d78
chore: update libwraith 2023-04-09 05:32:41 +01:00
d932501b55
chore: update deps 2023-04-09 05:07:31 +01:00
d5a5c3d6b1
fix: client requests 2023-01-21 13:55:34 +00:00
55e1f59456
chore: initial work on displaying clients in dash 2023-01-21 13:09:20 +00:00
3a9f515b7c
fix: signout button 2023-01-21 10:19:19 +00:00
59a3e4c8e2
chore: remove unnecessary ref 2023-01-21 08:21:51 +00:00
c853abb99c
chore: about page work 2023-01-21 08:19:52 +00:00
58a54a4375
chore: update ui deps 2023-01-21 07:44:19 +00:00
dbb192dff3
chore: update UI deps 2023-01-15 23:58:10 +00:00
fc9c12195a
chore: module payload evaluation 2023-01-15 14:34:00 +00:00
e7ccc37c26
chore: minor module config tweaks 2023-01-15 14:19:59 +00:00
8ac0e6ab12
chore: include list of modules in heartbeat 2023-01-15 14:17:26 +00:00
0d8abbfae7
chore: include module list in heartbeat 2023-01-15 14:13:19 +00:00
1dcf389f3a
chore: add API path for sending packets 2023-01-15 13:56:26 +00:00
6f62548178
chore: automatically prune state storage 2023-01-15 13:33:12 +00:00
b3e94b6e06
chore: minor tweaks 2023-01-15 09:08:07 +00:00
9e9abb10c8
chore: better security around request responses
Previously, anyone with a valid TxId could send a response and, more
importantly, overwrite an existing response. Now responses are immutable
and only accepted from addresses which originally received the request.
2023-01-15 09:00:53 +00:00
a3d09fbd08
chore: update deps 2023-01-15 08:52:58 +00:00
8907437890
chore: initial in-memory state work for pc3 2023-01-15 08:50:41 +00:00
21302d4e78
chore: remove fingerprint from heartbeat
Fingerprints will be generted by pc3 based on the other heartbeat
parameters, not by the Wraith.
2023-01-11 06:47:44 +00:00
570068c8a0
chore: initial request handling in module 2023-01-11 05:46:45 +00:00
04bf00fd08
fix: interval slightly differently 2023-01-09 06:35:54 +00:00
7b33296aa1
fix: heartbeat interval 2023-01-09 06:33:09 +00:00
45baf18ec5
chore: actually send those fields... 2023-01-09 06:29:59 +00:00
a499198bfd
chore: add more heartbeat fields 2023-01-09 06:25:05 +00:00
f96a3aa5e1
chore: update ui deps 2023-01-09 06:16:45 +00:00
00b4c91c0e
chore: misc ui work 2023-01-09 06:15:16 +00:00
a4d213f764
chore: initial heartbeat processing 2023-01-09 05:42:20 +00:00
88a1722811
chore: misc heartbeat work 2023-01-09 05:31:59 +00:00
e6624fa5dc
fix: various 2023-01-09 04:30:24 +00:00
e83a69b736
chore: misc module work 2023-01-09 03:13:54 +00:00
e9bd246846
chore: unify proto code 2023-01-09 03:13:40 +00:00
d53ed109d3
chore: add initial protocol structs 2023-01-08 23:44:32 +00:00
322eb3ba17
fix: downgrade phony because of bugs 2023-01-08 05:36:04 +00:00
571eb7c0e4
chore: add wraith module from main wraith repo 2023-01-08 05:07:11 +00:00
2d1dc9849d
chore: update deps 2023-01-08 05:01:11 +00:00
ea40ac81c3
chore: switch ui to typescript 2022-11-25 02:23:21 +00:00
291b4c6dc5
fix: issue where api calls would 404 sometimes 2022-11-25 01:15:31 +00:00
50472980b7
chore: further improve login 2022-11-25 01:02:54 +00:00
ed7408db9d
fix: broken expired token check 2022-11-24 22:41:45 +00:00
68cfaa2376
chore: auth system work
- Minor security improvements
- Mostly working auth (frontend+backend)
- Login UI tweaks
2022-11-24 22:19:45 +00:00