Commit Graph

156 Commits

Author SHA1 Message Date
Martin Dosch
19812b0863
Reorder changelog. 2024-04-09 10:59:49 +02:00
Martin Dosch
9f9c533941
Add support for SASL2 and BIND2
Squashed commit of the following:

commit 0805b1f06a
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue Apr 9 10:57:29 2024 +0200

    Move to upstream go-xmpp.

commit 557d105238
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 12:45:10 2024 +0200

    Do not use sasl2 uuid attribute.

commit 986aea7957
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 11:29:33 2024 +0200

    Don't print error on io.EOF

commit ef927ce5cc
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 11:25:40 2024 +0200

    Detect stream error while receiving stanzas.

commit 73b00f0612
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 10:00:54 2024 +0200

    Use a client uuid per JID.

commit b2d090a623
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 09:29:50 2024 +0200

    Improve sasl2 user agent id stuff.

commit c7376832ce
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 09:11:03 2024 +0200

    Rework getting data path.

commit 080100486e
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 08:49:49 2024 +0200

    Update go-xmpp.

commit 9c56a79bae
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 00:26:04 2024 +0200

    SASL2: Create per client installation ID.

commit cce36b070a
Author: Martin Dosch <martin@mdosch.de>
Date:   Sat Apr 6 22:20:35 2024 +0200

    Update go-xmpp.

commit 1c4acfd07c
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 12:04:09 2024 +0200

    Update go-xmpp.

commit 0703a7c2d6
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 11:38:28 2024 +0200

    Update go-xmpp.

commit 4f033fc5b9
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:39:30 2024 +0200

    Update vendored lib.

commit a44554218d
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:32:54 2024 +0200

    Use google/uuid for message IDs.

    It is used for go-xmpp in the sasl2 branch anyway.

commit 3e57ec3603
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:12:50 2024 +0200

    Update vendored modules.

commit ead44ef99d
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:12:25 2024 +0200

    Add . between go-sendxmpp and short id.

commit b3271a3530
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 08:38:03 2024 +0200

    Update Changelog.

commit 639b9b6657
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 08:22:56 2024 +0200

    Add short ID back to resource string.

    That's still necessary to avoid two instances with the same resource
    when using SASL instead of SASL2.

commit 680593359b
Author: Martin Dosch <martin@mdosch.de>
Date:   Thu Apr 4 23:56:15 2024 +0200

    Experimental sasl2 support.
2024-04-09 10:59:00 +02:00
Martin Dosch
f1e9bfcdc8
Update README. 2024-04-02 14:54:42 +02:00
Martin Dosch
09693ba1bf
Further improvements to make race conditions less likely. 2024-03-31 16:55:45 +02:00
Martin Dosch
1574e2f4df
Add a warning when run by root. 2024-03-30 14:06:56 +01:00
Martin Dosch
e666f33030
Start new development cycle. 2024-03-28 19:22:39 +01:00
Martin Dosch
ffae83f8ea
Prepare release v0.9.0. 2024-03-28 19:14:05 +01:00
Martin Dosch
e1708129e2
Switch to latest go-xmpp release. 2024-03-28 19:09:16 +01:00
Martin Dosch
ea515401d1
Fixed hanging forever in stream close if server doesn't reply. 2024-03-28 17:26:28 +01:00
Martin Dosch
2ddfcb8383
Add support for XEP-0478: Stream Limits Advertisement. 2024-03-28 16:04:48 +01:00
Martin Dosch
9a186aeec1
Don't capitalize --ssdp-off command line flag. 2024-03-26 21:47:41 +01:00
Martin Dosch
ca268e957e
Add command line flag to disable XEP-0474: SASL SCRAM Downgrade Protection. 2024-03-26 21:41:45 +01:00
Martin Dosch
b9018ec2d9
Update changelog. 2024-03-26 21:02:45 +01:00
Martin Dosch
e5cbe832e3
Properly exit listening mode if Ctrl+C is pressed. 2024-03-26 20:43:30 +01:00
Martin Dosch
613a9c8639
Improve closing connection. 2024-03-14 20:52:54 +01:00
Martin Dosch
42e2c83eaf
Print go version for flag --version. 2024-03-12 22:52:42 +01:00
Martin Dosch
6a5bdec0e7
Print OS and arch info for --version. 2024-03-11 19:10:42 +01:00
Martin Dosch
6dcabd47f4
Properly close stream in interactive mode. 2024-03-11 19:08:42 +01:00
Martin Dosch
15b73e9284
Start new development cycle. 2024-03-09 21:17:45 +01:00
Martin Dosch
c9e2f54a50
Prepare release v0.8.4. 2024-03-09 21:13:48 +01:00
Martin Dosch
38726460d5
Update changelog. 2024-03-09 21:11:16 +01:00
Martin Dosch
a3cd1fe0a9
Don't block on unanswered IQs. 2024-02-27 20:54:09 +01:00
Martin Dosch
38bf2d54a8
Remove 100ms sleep before closing connection. 2024-02-25 12:50:17 +01:00
Martin Dosch
6ea4de828f
Improve fallback behavior if no SRV records are provided. 2024-02-22 21:46:09 +01:00
Martin Dosch
ce89cd94b9
Improve file name for private ox keys. 2024-02-21 20:01:51 +01:00
Martin Dosch
10feec99c8
Better compatibility with perl sendxmpp config files. 2024-02-20 20:45:43 +01:00
Martin Dosch
d74b86c30c
Properly handle lost connection. 2024-02-20 18:21:51 +01:00
Martin Dosch
72c415b4d7
Start new development cycle. 2024-02-17 17:07:49 +01:00
Martin Dosch
ba17366ff5
Prepare release v0.8.3 2024-02-17 17:06:30 +01:00
Martin Dosch
b4613f5cf0
Fix specifying a message via file. 2024-02-17 16:17:19 +01:00
Martin Dosch
ae4a727cef
Use human readable file name for private Ox keys. 2024-02-17 12:46:27 +01:00
Martin Dosch
dcc8ff0052
Start new development cycle. 2024-01-19 19:29:15 +01:00
Martin Dosch
5dfd576cda
Prepare release v0.8.2 2024-01-19 19:28:06 +01:00
Martin Dosch
c8ed8df8d2
Update xmppsrv to latest release and mention mtp in changelog. 2024-01-19 19:26:33 +01:00
Martin Dosch
abd0bb64b8
Fix issue with SRV look up. 2024-01-19 18:52:18 +01:00
Martin Dosch
87bffa17f8
Wording… 2024-01-16 21:37:55 +01:00
Martin Dosch
e52bed4c4f
Start new development cycle. 2024-01-16 21:07:00 +01:00
Martin Dosch
049c45075d
Prepare release v0.8.1 2024-01-16 21:05:09 +01:00
Martin Dosch
643842fcb1
http-upload: Improved error handling. 2024-01-14 21:29:19 +01:00
Martin Dosch
06ef3dc525
Update changelog. 2024-01-13 15:04:29 +01:00
Martin Dosch
88a82c7113
Reference to commit of improved tls-server-end-point support 2024-01-12 12:24:17 +01:00
Martin Dosch
1db2a3787c
Add support for tls-server-end-point channel binding. 2024-01-11 13:35:42 +01:00
Martin Dosch
fdaa694c97
Fix typo. 2024-01-09 11:52:09 +01:00
Martin Dosch
f654467e85
Start new development cycle. 2024-01-09 11:39:58 +01:00
Martin Dosch
4ab27d7c5d
Prepare release v0.8.0 2024-01-09 11:37:22 +01:00
Martin Dosch
931fc7b017
Update go-xmpp. 2024-01-09 10:48:50 +01:00
Martin Dosch
5303a0901c
Add support for XEP-0474. 2024-01-08 21:11:56 +01:00
Martin Dosch
a320fb624e
Refuse to upload files if upload slot doesn't provide https. 2023-12-01 13:55:41 +01:00
Martin Dosch
10573cbff4
[codespell]: Fix more typos. 2023-11-11 19:16:35 +01:00
Martin Dosch
80f37b1e67
Prepare new development cycle. 2023-11-11 15:22:24 +01:00