032573d23b
cargo fmt
2025-06-16 19:26:13 -07:00
75fe4d4608
fix all warnings
2025-06-16 19:25:24 -07:00
9d591dffc5
Try to resolve daemon hang when changing settings
2025-06-16 19:06:35 -07:00
45aaf55804
dbus: filter attachment characters here. not ideal...
2025-06-16 18:52:58 -07:00
31eeb8659a
fix update reconnect notification when waking from sleep
2025-06-13 19:01:00 -07:00
b2049fb432
Workaround for empty server messages (typing indicator)
2025-06-13 17:47:29 -07:00
45d873907f
bugfixes, better handling of server url changes
2025-06-13 17:11:29 -07:00
dece6f1abc
daemon: update monitor: implements ping/pong (required server changes)
2025-06-13 16:45:28 -07:00
4f40be205d
Adds CONTENT_LENGTH workaround for CocoaHTTPServer bug
2025-06-12 21:19:47 -07:00
ff03e73758
plumb attachment guids for sendmessage
2025-06-12 20:36:40 -07:00
930f905efc
Perf optimizations, recommended by o3
2025-06-12 18:09:58 -07:00
2f4e9b7c07
Implements attachment uploading
2025-06-12 17:58:03 -07:00
4ddc0dca39
Notify when attachment download succeeds, fix deadlock in attachment store
2025-06-06 20:02:09 -07:00
1d3b2f25ba
cargo fmt
2025-06-06 16:39:31 -07:00
8cd72d9417
cargo fix
2025-06-06 16:35:51 -07:00
9e8c976a0e
remove some unused builder code in daemon::models::message
2025-06-06 16:30:22 -07:00
77e1078d6a
plumb all known attachments via dbus if known
2025-06-06 16:28:29 -07:00
2e55f3ac9e
dbus: remove some signals I wont implement
2025-06-05 20:21:30 -07:00
cbc7679f58
AttachmentStore now has its own runloop, can download attachments
2025-06-05 20:19:34 -07:00
e55b29eb4d
plub through attachment guids via messages
2025-05-26 16:52:38 -07:00
2b5df53cc3
better d-bus interface for attachments
2025-05-26 16:19:26 -07:00
831e490eb4
Started to factor out DbusRegistry from Endpoint
2025-05-26 15:49:29 -07:00
c02d4ecdf3
broken: started working on attachment dbus object, but order of endpoint creation seems to matter, need to reuse more parts
2025-05-25 18:52:18 -07:00
0d4c2e5104
Started working on attachment store
2025-05-15 20:11:10 -07:00
83eb97fd9c
websocket: automatically reconnect if not heard from for a while
2025-05-14 17:39:23 -07:00
4ad9613827
temporary solution for infinite sync: just remember the times
2025-05-12 20:46:26 -07:00
819b852c1f
Fixes bug where updates can cause a sync loop
2025-05-04 00:15:13 -07:00
8e87c2bce2
Less chattier log when syncing
2025-05-03 22:13:03 -07:00
d843127c6d
daemon: maintain outgoing message reference so model is consistent
2025-05-03 21:45:53 -07:00
0d61b6f2d7
daemon: adds conversation list limit, fixes auth saving in db auth store
2025-05-03 18:19:48 -07:00
26d54f91d5
implements authentication/token retrieval/keyring
2025-05-03 01:06:50 -07:00
461c37bd20
daemon: updatemonitor: dont sync convo list on conversation update, only message sync
2025-05-02 15:46:33 -07:00
2519bc05ad
daemon: implements post office
2025-05-02 14:22:43 -07:00
2106bce755
daemon: reorg
2025-05-01 20:45:20 -07:00
2314713bb4
daemon: incorporate update monitor in daemon activities
2025-05-01 20:36:43 -07:00
f6ac3b5a58
client: implements event/updates websocket
2025-05-01 18:07:18 -07:00
13a78ccd47
adds the ability to clear db
2025-05-01 01:08:24 -07:00
fd4c43d585
client: actually do authentication properly
2025-05-01 01:02:36 -07:00
59cfc8008b
dbus: remove duplicate property for credential item
2025-04-30 14:51:49 -07:00
7200ae54e4
Adds the ability to sync just one conversation
2025-04-28 18:39:52 -07:00
e7d837d68c
cargo clippy/fix
2025-04-28 16:06:51 -07:00
c189e5f9e3
daemon: add support for getting messages from db
2025-04-28 16:00:04 -07:00
9c245a5b52
client: Started working on ability to sync messages after last known message
2025-04-28 15:17:58 -07:00
6375284d9e
daemon: copy audit, cleanup
2025-04-27 23:27:21 -07:00
1e9b570993
devises a strategy for signals
2025-04-27 22:44:05 -07:00
cecfd7cd76
implements settings, conversation dbus encoding
2025-04-27 18:07:58 -07:00
49f8b81b9c
daemon: Token store
2025-04-27 14:01:19 -07:00
84f782cc03
daemon: implement solution for background sync
2025-04-27 13:40:59 -07:00
22554a7644
daemon: reorg: use channels for comms instead of copying daemon arc/mutex
2025-04-27 12:53:45 -07:00
ef74df9f28
daemon: start working on events. notes:
...
Probably need to make the locking mechanism more granular. Only lock the
database during db writes, see if we can do multiple readers and a
single writer. Otherwise, the daemon will not be able to service
requests while an event is being handled, which is not good.
2025-04-25 21:43:36 -07:00