mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-29 12:19:58 +00:00
* Trace auto-subs flag * Replace Bools with SubscriptionMode * Handle SMOnlyCreate * Wire remaining todos * Update tests and fix * Bump protocol level * Apply suggestions from code review Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> * Scrub needs_sub from agent DB * Scrub a few more needSubs from the agent api * change API, fix test * agent: do not subscribe to queue when creating reply queue * fix encoding * WIP: SMOnlyCreate test * Add SM guard for confirmQueue Allows the test case to pump the allowConnection reply without getting PROHIBITED. * Remove tracing * add noMessages, remove unnecessary getConnectionMessage from test * add sending messages to the test --------- Co-authored-by: IC Rainbow <aenor.realm@gmail.com> Co-authored-by: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com>