Commit Graph

1130 Commits

Author SHA1 Message Date
0fa62f904a meta: Add an UDP logger 2022-02-16 20:38:15 +01:00
3eaf113cdb meta: Upgrade Flutter and isar 2022-02-16 18:29:01 +01:00
0572226dd2 xmpp: Query-disco on presence 2022-02-16 13:02:36 +01:00
8bce32dcaf test: The list must be 'mutable' as we sort it 2022-02-06 19:05:12 +01:00
0636d8cb27 xmpp: Factor out the <auth /> nonza 2022-02-06 19:04:49 +01:00
5be7e4a563 xmpp: Have the [CSIManager] remember its last state 2022-02-06 18:57:15 +01:00
e33b290d24 style: Fix linter issues 2022-02-06 18:48:59 +01:00
bfcccde5cf xmpp: Clean the code a bit 2022-02-06 18:44:20 +01:00
973982e55d xmpp: Communicate stream closure from the buffer 2022-02-06 18:38:23 +01:00
629236b795 xmpp: Remove the raw incoming data logger 2022-02-06 18:29:55 +01:00
023b8f3249 xmpp: Fix tests breaking because of moxdns 2022-02-06 14:35:38 +01:00
8ecbda87e1 xmpp: Make SCRAM more robust by having a KV parser 2022-02-06 14:16:51 +01:00
bcd44f1140 xmpp: Check the server signature at the end of SASL SCRAM 2022-02-06 13:48:26 +01:00
0f2fe429bc ui: Merge [Padding]s 2022-02-04 19:45:57 +01:00
3dd0ac1754 ui: Add a (useless) debugging page 2022-02-04 18:38:26 +01:00
22f40f1164 xmpp: Fix us spamming the server with a stuck stanza 2022-02-04 14:59:05 +01:00
4a86f239ff refactor: Move lib/data/ into lib/ui/ 2022-01-26 12:31:48 +01:00
720798814c refactor: Make helpers and constants shared 2022-01-26 12:28:49 +01:00
8a0621c5e1 refactor: Make models shared 2022-01-26 12:26:56 +01:00
6182487f82 refactor: Move lib/repositories and lib/db into lib/service 2022-01-26 12:25:05 +01:00
d439d72371 ui: Fix being stuck on the splash screen 2022-01-26 12:19:02 +01:00
25506d57bf docs: Remove unneeded comments 2022-01-26 09:29:43 +01:00
2bdde821d9 docs: Remove note for XEP-368 2022-01-26 09:29:06 +01:00
346c012c08 xmpp: Finally use the system resolver using miniDNS 2022-01-25 21:21:00 +01:00
8dec2e5859 refactor: Handle data from the background service somewhere else 2022-01-25 16:40:41 +01:00
6f596b7fca refactor: Move lib/redux into lib/ui/ 2022-01-25 16:19:24 +01:00
68ccbf2744 style: Replace navigation strings with constants 2022-01-25 16:14:32 +01:00
0e53cdcc9f refactor: Move [SplashScreen] into its own file 2022-01-25 15:59:32 +01:00
4fd1056195 refactor: Move all XmppEvents into events.dart 2022-01-25 15:56:20 +01:00
9eb0387ab3 refactor: Remove the nonzas/ folder 2022-01-25 15:53:52 +01:00
367970a06e refactor: Remove the stanzas/ folder 2022-01-25 15:50:25 +01:00
cc52fa9128 refactor: Move lib/types into lib/xmpp 2022-01-25 15:46:34 +01:00
7d5b389f35 refactor: Remove backend/account.dart 2022-01-25 12:35:54 +01:00
112e0aded0 ui: Remove GetIt usage 2022-01-24 19:18:32 +01:00
b4ea7e2af4 meta: Set the version to 0.0.1 2022-01-23 22:23:18 +01:00
630dfe276b xmpp: Fix notification not saying 'connected' after boot 2022-01-23 22:17:08 +01:00
6c060b2425 style: Move the custom managers into their own file 2022-01-23 20:40:10 +01:00
bfc47eca38 android: Fix crash at boot 2022-01-23 19:03:22 +01:00
844b22d887 xmpp: Factor out moxxy specific disco features 2022-01-23 16:17:00 +01:00
5efdb718c5 style: Fix style issue 2022-01-23 15:33:42 +01:00
3336383592 ui: Stub out functionality not yet implemented 2022-01-23 15:33:16 +01:00
3fbe0adfe3 xmpp: Add a bit more logging 2022-01-23 15:31:01 +01:00
63b698ee8e xmpp: Fix logic error for chat markers 2022-01-23 15:29:53 +01:00
e8bf35cc76 xmpp: Fix issue with nonza handlers running for stanzas 2022-01-23 15:21:16 +01:00
dbeae3751f xmpp: Fix the Stream Management implementation
There was a bug that on resumption messages would be received again.
The cause of this was probably that we send a <resume /> with an
h equal to the stanzas we sent. If we sent and received an equal amount,
no problem. But if we receive more than we sent, then duplicates will
start flooding in.
2022-01-23 13:41:51 +01:00
3dbff2b4a1 style: Use const constructors 2022-01-23 12:27:23 +01:00
ba384ef5b6 style: Let the linter ignore isar's build artifact 2022-01-23 12:26:33 +01:00
5b4fd33cc2 xmpp: Explicitly handle [RoutingState.error] 2022-01-23 12:25:00 +01:00
2aee1a814f style: Remove unneccessary 'initializer' 2022-01-23 12:23:10 +01:00
b1c58d9d29 style: Replace Container with SizedBox 2022-01-23 12:20:53 +01:00