37c61695aa
Update maintainer name
2024-09-23 13:46:15 +00:00
243826bd67
Fix crash in filesystem API ( #69 )
...
This help me fix #issues/64
Reviewed-on: Elara6331/itd#69
Reviewed-by: Elara <elara@elara.ws>
Fixes #64
Co-authored-by: Vyacheslav Chigrin <vyacheslav.chigrin@izba.dev>
Co-committed-by: Vyacheslav Chigrin <vyacheslav.chigrin@izba.dev>
2024-07-04 03:25:39 +00:00
cb5abc05e5
Remove debug code
2024-06-04 15:17:24 -07:00
39a3603c8e
Fix Nominatim geocoding
2024-06-04 15:00:42 -07:00
e6b36494e7
Prevent operations on a file once it's closed
2024-04-14 11:46:43 -07:00
02532437ea
Fix cloud area calculation
2024-04-13 21:36:57 -07:00
7e68d5541c
Add rewritten infinitime abstraction and integrate it into ITD
2024-04-13 21:20:12 -07:00
2a8013e63e
Update infinitime dependency
2024-04-01 21:54:24 -07:00
6904e95913
Fix NewHeader calls for infinitime update
2024-04-01 20:41:42 -07:00
c0937918b1
Update infinitime dependency
2024-04-01 20:36:25 -07:00
57d5eafbe7
Update LURE badges
2024-01-20 04:56:54 +00:00
d93672c997
Add FUNDING.yml
2023-12-15 16:11:00 -08:00
35163198c9
Add swh badge to README
2023-10-20 17:23:29 +00:00
881a103c56
Fix README LURE badges
2023-10-15 19:30:21 +00:00
395cded975
Build for riscv64
2023-08-05 12:54:44 -07:00
254b675f2c
Fix invalid user agent error
2023-06-28 21:53:00 -07:00
669788034f
Run formatter
2023-06-28 21:49:44 -07:00
ac7c626f56
Use select statement to prevent blocking on context status check
2023-06-28 21:49:07 -07:00
1c623051ec
Fix README links
2023-05-22 19:34:31 +00:00
cec539f85b
Add LURE badges to README
2023-05-16 20:07:58 +00:00
bec703c300
Update README status badge
2023-04-26 22:38:56 -07:00
25220cf334
Update goreleaser config for new name/domain
2023-04-26 22:11:24 -07:00
858edb0f55
Only send call notification for incoming calls
2023-04-25 16:13:38 -07:00
9998915959
Update domain
2023-04-20 19:54:58 -07:00
e0023907a0
Update go.mod domain
2023-04-20 19:15:10 -07:00
f974abed3b
Update drpc library version
2023-03-28 13:27:14 -07:00
ebca255fa8
Remove replace directive for drpc
2023-03-28 13:25:26 -07:00
f7ac77273e
Gracefully shut down each component before exiting
2023-03-26 14:34:29 -07:00
5ce83902a4
Use EINVAL for Invalid Offset error in FUSE
2023-03-26 13:01:25 -07:00
ee5cb174fb
Use type switch for syscallErr
2023-03-25 16:03:56 -07:00
6667ba576c
Set some log levels to Debug
2023-03-25 15:53:46 -07:00
92acdee152
Removed unreachable code
2023-03-25 15:52:46 -07:00
a90069999d
Create new type for node kinds
2023-03-25 15:52:13 -07:00
6d2469311e
Mention FUSE support in README
2023-03-25 15:27:28 -07:00
510f183db2
Run formatter
2023-03-25 15:24:46 -07:00
77680704e1
Added FUSE support ( #55 )
...
This exposes the watches' file system over FUSE. This way, we can access files on the watch without having to go through `itctl` or developing 3rd party tools.
**Features**
- [x] read/write access to the file system
- [x] read access to momentary sensor data
- [x] live access to sensor data (i.e. WatchMotion rather than Motion)
- [x] configuration of mount point
Co-authored-by: Yannick Ulrich <yannick.ulrich@durham.ac.uk>
Reviewed-on: https://gitea.arsenm.dev/Arsen6331/itd/pulls/55
Co-authored-by: yannickulrich <yannick.ulrich@protonmail.com>
Co-committed-by: yannickulrich <yannick.ulrich@protonmail.com>
2023-03-25 22:23:51 +00:00
35701b1396
Switch from zerolog to go.arsenm.dev/logger in itctl
2023-01-04 15:17:14 -08:00
e858c43b5e
Switch from zerolog to go.arsenm.dev/logger
2023-01-04 15:06:05 -08:00
6337fde64e
Upgrade go.arsenm.dev/drpc
2023-01-04 14:25:58 -08:00
4dec1d70b8
Add error handling for RPC registration functions
2023-01-03 16:47:25 -08:00
19a9f64525
Move multiplexing code into separate module
2023-01-03 13:06:38 -08:00
053f8f50d7
Update itgui screenshots
2023-01-03 09:39:21 -08:00
33f772d80c
Add doc comments
2023-01-03 09:30:04 -08:00
a787e58128
Use multiplexed connection in NewFromConn()
2023-01-03 09:24:36 -08:00
b8746cc924
Run formatter
2023-01-03 09:18:57 -08:00
3d02ff5b64
Use correct paths in README
2023-01-03 09:16:59 -08:00
86a77f6f1f
Properly close multiplexed streams
2023-01-03 09:15:38 -08:00
94ec82c4a6
Start separate goroutine for multiplexed stream handling
2023-01-03 01:02:48 -08:00
b656c69350
Add connection multiplexing, fixing itgui
2023-01-03 00:54:00 -08:00
01919e67a3
Fix dependencies
2023-01-02 23:06:04 -08:00