Commit graph

101 commits

Author SHA1 Message Date
liamcottle
d39dc42dbf fix failure state for downloader 2024-05-28 04:05:41 +12:00
liamcottle
302fe7c9f8 download should request path and wait until timeout 2024-05-28 03:56:07 +12:00
liamcottle
4cdc900133 initial electron wrapper 2024-05-27 17:31:20 +12:00
liamcottle
a16393d07d initiating call should return call object when link is established 2024-05-25 23:52:41 +12:00
liamcottle
47aeeaad30 remove print 2024-05-25 23:16:02 +12:00
liamcottle
55fc501615 update log 2024-05-25 03:42:15 +12:00
liamcottle
b142959b80 don't expose on all interfaces by default 2024-05-24 02:42:54 +12:00
liamcottle
3d9281ebb1 fix storage path not existing for default identity 2024-05-24 02:19:21 +12:00
liamcottle
c8c3796a56 only generate a new identity on the first run, from then on, use the existing identity if another is not provided 2024-05-24 02:02:23 +12:00
liamcottle
d42801c135 add setup script to build an msi windows installer 2024-05-24 01:35:30 +12:00
liamcottle
e2f62d46c4 add button to clear call history 2024-05-23 23:34:33 +12:00
liamcottle
4c953ced2b add ui to show active calls 2024-05-23 23:24:26 +12:00
liamcottle
d4750c992a fix for null remote_destination_hash 2024-05-23 22:42:42 +12:00
liamcottle
bc865615d4 throw helpful exception when initiating a call fails 2024-05-23 22:28:34 +12:00
liamcottle
44e2c2a184 remove old websocket for initiating calls 2024-05-21 18:11:20 +12:00
liamcottle
beef7d526b support timeout for intiating calls, and set default to 15 seconds 2024-05-21 18:09:05 +12:00
liamcottle
4d6beb4af8 add button and api to announce from call ui 2024-05-21 04:01:38 +12:00
liamcottle
5f103f5244 add ability to delete calls from history 2024-05-21 03:22:45 +12:00
liamcottle
85a6093668 add api endpoint to fetch call info 2024-05-21 02:42:03 +12:00
liamcottle
7628ee2ce1 add hangup listener so we can close websocket 2024-05-21 00:39:26 +12:00
liamcottle
6379168b10 add ui to show my audio call destination hash 2024-05-21 00:09:03 +12:00
liamcottle
b6ae483618 keep attempting to join call while the link is not yet established 2024-05-20 23:59:16 +12:00
liamcottle
b1ec6ac608 add ui to initiate a new call to provided destination 2024-05-20 23:48:47 +12:00
liamcottle
9dbb1ff9e7 refactor audio calls into manager class and rewrite user interface 2024-05-20 23:18:17 +12:00
liamcottle
86d9acb4ec two way audio over one link 2024-05-20 17:48:55 +12:00
liamcottle
c3d972afdf codec2 audio stream working over reticulum link 2024-05-20 16:06:30 +12:00
liamcottle
fd243b998f allow requesting path on demand 2024-05-19 21:41:34 +12:00
liamcottle
2c282d5fd9 add fixme 2024-05-19 20:57:45 +12:00
liamcottle
0b792dcb25 remove log 2024-05-19 20:39:18 +12:00
liamcottle
2c2df242e5 lxmf messages in outbound or sending state should be marked as failed when app starts as they are no longer being processed 2024-05-19 20:36:20 +12:00
liamcottle
f961c85e76 run message progress loop in background task to allow sending multiple messages at the same time 2024-05-19 20:22:34 +12:00
liamcottle
fd1e84ac5a auto launch web browser by default 2024-05-19 00:48:45 +12:00
liamcottle
4142c2b19e tidy logs 2024-05-18 22:16:22 +12:00
liamcottle
4ce68dd9a0 implement api to get path table 2024-05-18 22:05:37 +12:00
liamcottle
0fbb1fed54 implement api to get interface stats 2024-05-18 21:54:49 +12:00
liamcottle
14fee19d88 implement api to fetch path to destination 2024-05-18 21:18:33 +12:00
liamcottle
833303d4c7 remove signal handler which is unsupported on windows 11 2024-05-16 22:15:52 +12:00
liamcottle
fcbb0ac463 remove log 2024-05-06 00:57:56 +12:00
liamcottle
d95f4270ab fix sending to websocket 2024-05-06 00:37:12 +12:00
liamcottle
273e8485fb rework peers to come from database announcements 2024-05-05 23:51:15 +12:00
liamcottle
9c1f6e55a6 implement api to fetch announces 2024-05-05 22:12:45 +12:00
liamcottle
e34a843077 no need to check for existing of route param 2024-05-05 21:53:13 +12:00
liamcottle
ab71517f4a no need to set timezone on returned datetime string 2024-05-05 21:50:31 +12:00
liamcottle
b4200f8cd9 ensure datetime fields are stored in database as utc 2024-05-05 21:49:27 +12:00
liamcottle
06f5af2ee0 collect announces in database 2024-05-05 21:11:22 +12:00
liamcottle
f14c5929a5 refactor api endpoint for fetching messages 2024-05-05 20:23:48 +12:00
liamcottle
af0e814576 vacuum database on start to shrink its file size 2024-05-05 02:50:36 +12:00
liamcottle
bf49443005 add button to delete entire conversation 2024-05-05 02:40:03 +12:00
liamcottle
6f975a06b6 add button to delete messages that failed to send 2024-05-05 01:46:20 +12:00
liamcottle
e301ee9872 show progress when sending messages 2024-05-05 01:11:41 +12:00