Bruno Iljazovic
|
d78fdd3208
|
use associated executors for intermediate handlers
Summary: * per-operation cancellation changed: total/partial signals only prevent further resending, terminal signal cancels the whole client
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D27246
|
2024-01-09 16:35:16 +01:00 |
|
Korina Šimičević
|
bf81ab5ee7
|
Handle all warnings on MSVC Win32
Summary: related to T13409
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D27165
|
2024-01-02 16:04:18 +01:00 |
|
Korina Šimičević
|
794c72cb44
|
Handle all MSVC warnings
Summary: related to T13409
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D27152
|
2024-01-02 11:50:15 +01:00 |
|
Korina Šimičević
|
7c0b9042d1
|
Allow user to modify CONNECT properties
Summary: related to T13332
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D27108
|
2023-12-22 14:07:05 +01:00 |
|
Korina Šimičević
|
99f30b3880
|
control_packet::wire_data() returns std::string_view
Summary: related to T13332
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D27099
|
2023-12-22 10:52:13 +01:00 |
|
Korina Šimičević
|
97d8a4ea86
|
Validate control packet size
Summary: resolves T13332
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Maniphest Tasks: T13332
Differential Revision: https://repo.mireo.local/D27000
|
2023-12-22 10:00:53 +01:00 |
|
Korina Šimičević
|
9af32a942b
|
Properties & string validation
Summary: related to T13318
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D26975
|
2023-12-14 15:29:40 +01:00 |
|
Korina Šimičević
|
b275411ada
|
Validate subscribe requests
Summary: resolves T13305
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Maniphest Tasks: T13305
Differential Revision: https://repo.mireo.local/D26954
|
2023-12-14 08:41:04 +01:00 |
|
Korina Šimičević
|
26454e75eb
|
Topic filter & topic name validation
Summary: related to T13170
Reviewers: ivica
Reviewed By: ivica
Subscribers: iljazovic, miljen
Differential Revision: https://repo.mireo.local/D26899
|
2023-12-13 12:03:52 +01:00 |
|
Bruno Iljazovic
|
e0a0bafbf1
|
thread-safe client
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D26864
|
2023-12-07 15:16:44 +01:00 |
|
Korina Šimičević
|
e849166599
|
Downgrade C++ standard requirement to C++17
Summary: related to T13242
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D26860
|
2023-12-07 09:50:41 +01:00 |
|
Korina Šimičević
|
35b190ef67
|
Declaration changes meaning fix
Summary: resolves T13222
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Maniphest Tasks: T13222
Differential Revision: https://repo.mireo.local/D26828
|
2023-12-05 12:28:47 +01:00 |
|
Ivica Siladic
|
d9489597b3
|
Syntax consolidation.
|
2023-12-04 18:42:57 +01:00 |
|
Ivica Siladic
|
d00acde499
|
Improve compilation time by 25% by reducing number of template class instantiation.
|
2023-12-03 11:52:04 +01:00 |
|
Korina Šimičević
|
64a003e2ed
|
Do not store ec=session_expired if the client never subscribed
Summary: related to T13152
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Differential Revision: https://repo.mireo.local/D26803
|
2023-12-01 15:49:02 +01:00 |
|
Bruno Iljazovic
|
dfd4b41a4e
|
support large publish packets
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D26763
|
2023-11-30 10:43:52 +01:00 |
|
Ivica Siladic
|
8c1c4fab9f
|
Align utf8 manipulation code style.
|
2023-11-30 08:36:05 +01:00 |
|
Ivica Siladic
|
a5d020155f
|
Fix dangling reference in tracking_executor().
|
2023-11-30 08:34:47 +01:00 |
|
Korina Šimičević
|
c18e5fc4f4
|
topic validation in subscribe, unsubscribe & publish
Summary: resolves T13170
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Maniphest Tasks: T13170
Differential Revision: https://repo.mireo.local/D26728
|
2023-11-29 11:52:16 +01:00 |
|
Bruno Iljazovic
|
f6248eea40
|
correct tracking executor
Summary: - don't resend per-operation cancelled publish and (un)subscribe operations
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D26724
|
2023-11-28 11:04:14 +01:00 |
|
Korina Šimičević
|
b4f4cd0047
|
add a notification in receive channel when session resets
Summary: resolves T13152
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Maniphest Tasks: T13152
Differential Revision: https://repo.mireo.local/D26679
|
2023-11-23 15:46:30 +01:00 |
|
Bruno Iljazovic
|
a9dd6553f2
|
[mqtt-client] receive channel discards oldest message
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D26538
|
2023-11-15 11:16:26 +01:00 |
|
Bruno Iljazovic
|
7e60e7a919
|
[mqtt-client] add support for enhanced authentication
Summary:
- Relates to T12899
- TODO: support re-authentication
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Maniphest Tasks: T12899
Differential Revision: https://repo.mireo.local/D26327
|
2023-11-03 09:01:26 +01:00 |
|
Bruno Iljazovic
|
928f1a7ba4
|
[mqtt-client] fix stack-use-after-return
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D26354
|
2023-11-02 07:22:19 +01:00 |
|
Bruno Iljazovic
|
10556a3dda
|
[mqtt-client] pids start from 1
Summary: remove flat_map dependency
Reviewers: ivica
Reviewed By: ivica
Subscribers: korina
Differential Revision: https://repo.mireo.local/D26336
|
2023-10-31 09:16:34 +01:00 |
|
Korina Šimičević
|
9e0e57530c
|
[mqtt-client] user can only async_disconnect with rcs < 0x80, fix async_disconnect ecs
Summary: resolves T12974
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen, iljazovic
Maniphest Tasks: T12974
Differential Revision: https://repo.mireo.local/D26294
|
2023-10-27 11:38:37 +02:00 |
|
Korina Šimičević
|
83493c83d9
|
[mqtt client&test] #includes housekeeping
Summary: resolves T12777
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen
Maniphest Tasks: T12777
Differential Revision: https://repo.mireo.local/D25995
|
2023-10-06 12:31:55 +02:00 |
|
Korina Šimičević
|
2d957cd46f
|
[mqtt-client] boost-like project folder structure
Summary: resolves T12767
Reviewers: ivica
Reviewed By: ivica
Subscribers: miljen
Tags: #spacetime
Maniphest Tasks: T12767
Differential Revision: https://repo.mireo.local/D25970
|
2023-10-05 15:19:18 +02:00 |
|