Commit graph

17 commits

Author SHA1 Message Date
Allan Bazinet
080494f602 Decouple spot client from message client
Decouple under-the-covers usage of the message client’s socket by the spot client, in order to facilitate future multicast operations by the message client.
2024-11-05 06:36:43 -08:00
Allan Bazinet
b716c8413b Use aggregate initializer form for defaults 2024-11-04 06:44:57 -08:00
Allan Bazinet
1d6d2415ee Correct includes 2024-11-03 23:10:36 -08:00
Allan Bazinet
10ff9c63a8 Convert Message class to implicitly shared
Conversion of Message class to a Qt implicitly shared type, first pass.
2024-11-03 14:26:42 -08:00
Allan Bazinet
defc277d12 Use consistent naming 2024-11-03 08:11:34 -08:00
Allan Bazinet
f847695eea Eliminate nonexistent signal and unused slot
The message_received signal is never actually emitted; no point in having it present. The blocked hosts function complicates things, is never actually used, and is of questionable value to us in the first place.
2024-11-02 14:40:46 -07:00
Allan Bazinet
35d33e9300 Eliminate type definitions 2024-11-02 14:22:22 -07:00
Allan Bazinet
7a09fc698a Simplify MessageClient constructor
Don’t pass arguments that we don’t use.
2024-11-02 09:21:43 -07:00
Jordan Sherer
bdfc1cff8e Squashed commit of the following:
commit e48c78765ca1e2e5a68fd93bac7191eaf6918352
Author: Jordan Sherer <jordan@widefido.com>
Date:   Wed Jan 2 12:23:28 2019 -0500

    Transition to persistent inbox for later retrieval
    Fixed issue with inbox items disappearing due to aging.

commit 1df07595bf6507438c1488839f7a2075a432a1a1
Author: Jordan Sherer <jordan@widefido.com>
Date:   Wed Jan 2 09:23:28 2019 -0500

    Filtered value and count queries for the inbox

commit c93a93a1c43a65fae4a31ddeb40c77c53204bbdb
Author: Jordan Sherer <jordan@widefido.com>
Date:   Tue Jan 1 22:58:07 2019 -0500

    Initial cut of inbox storage
2019-01-02 12:27:16 -05:00
Jordan Sherer
8b07b56250 Make sure MessageClient has QDataStream ref 2018-08-10 14:37:52 -04:00
Jordan Sherer
f4688b44d3 Working through some common api commands 2018-08-09 17:32:19 -04:00
Jordan Sherer
e91e93c349 Simplified textual network command structure 2018-08-09 17:32:18 -04:00
Jordan Sherer
10d706e9fa Removed most message client networkmessage serialization 2018-08-09 17:32:18 -04:00
Jordan Sherer
80ed587514 Restructuring message client for external api with a python example 2018-08-09 17:32:18 -04:00
Jordan Sherer
62899069bf Merged master 8748 2018-08-05 11:33:30 -04:00
Jordan Sherer
a32fe6a4dc Updated to r8541 2018-03-05 14:49:51 -05:00
Jordan Sherer
678c1d3966 Initial Commit 2018-02-08 21:28:33 -05:00