Commit Graph

89 Commits (9a18052fe86c524e689fc5b9e19b9fe00718518a)

Author SHA1 Message Date
Martin Dosch db2a82217d
Start new development cycle. 1 year ago
Martin Dosch dd9f29d986
Prepare release v0.6.0 1 year ago
Martin Dosch cd49a78be9
Trim trailing newlines in interactive mode. 1 year ago
Martin Dosch fc515cc06f
Add support for type headline. 1 year ago
Martin Dosch 8f844b1cde
Fall back to direct TLS on port 5223
Fall back to direct TLS on port 5223 if direct tls is set and no SRV
records are provided.
1 year ago
Martin Dosch 599f96211a
Add SCRAM support. 1 year ago
Martin Dosch 66581030a4
Mention etree v1.1.4. 1 year ago
Martin Dosch e381942708
Use single quotes for stanzas created by beevik/etree.
Squashed commit of the following:

commit 8e33952869831f620fa289f1bc997128a40eaee3
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 9 21:22:40 2023 +0200

    Clean go.mod

commit 11bb88fca2d4bb76557e912f46f726e675e0b0cb
Merge: 8d45413 b01ed4b
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 9 21:21:48 2023 +0200

    Merge branch 'master' into singlequotes

commit 8d45413f05
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 2 09:39:54 2023 +0200

    Add more singlequotes. :)

commit c496e2596a
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 2 09:35:12 2023 +0200

    Use single quotes.

commit e4556759d8
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 2 07:25:09 2023 +0200

    Use single quotes for XML attributes.
1 year ago
Martin Dosch a333b8761c
Add missing changelog note regarding SRV lookup and CNAME. 1 year ago
Martin Dosch 062614ee7a
Allow JIDs without localpart. 2 years ago
Martin Dosch 847e816266
Print sent stanzas for `--debug`. 2 years ago
Martin Dosch 97c5b7013f
Print `--help` output to stdout. 2 years ago
Martin Dosch d481aa688c
Add support for sending files OOB. 2 years ago
Martin Dosch b0e25e25ab
Start new development cycle. 2 years ago
Martin Dosch 83c384ceaa
Prepare release v0.5.6 2 years ago
Martin Dosch a6c0fe3ca8
Add short option `-h` for http-upload. 2 years ago
Martin Dosch c8dde8963f
Fix Ox key generation. 2 years ago
Martin Dosch 9d2acdad0d
Fix typo. 2 years ago
Martin Dosch 11cf49557c
Start a new development cycle. 2 years ago
Martin Dosch cba05b1def
Prepare release v0.5.5. 2 years ago
Martin Dosch 03054643dc
Improve interactive mode. 2 years ago
Martin Dosch e92f6b6b96
Start new development cycle. 2 years ago
Martin Dosch 22dcb65bfc
Prepare release v0.5.4 2 years ago
Martin Dosch 2a5973eca3
Update changelog. 2 years ago
Martin Dosch eb4d1a7098
Start new development cycle. 2 years ago
Martin Dosch f31bb9af7a
Prepare release v0.5.3 2 years ago
Martin Dosch 36b4d06e88
Don't check for empty message in listen mode. 2 years ago
Martin Dosch 8fbccd975e
Start new development cycle. 2 years ago
Martin Dosch 7c7980359a
Release v0.5.2 2 years ago
Martin Dosch 9706f7d5c1
Don't connect to the XMPP server if the message is empty 2 years ago
Martin Dosch cb033bbf59
Improve error handling in XML parsing. 2 years ago
Martin Dosch d7cfbcfb8f Deprecate resource setting and introduce alias setting. 2 years ago
Martin Dosch 3058cffbb2 Detect CNAME loops. 2 years ago
Martin Dosch 8c1931877a Perform CNAME look ups.
Always look up CNAME before doing SRV
look up (via xmppsrv v0.2.3).
2 years ago
Martin Dosch f0a4bcf10c Reply to IQs. 2 years ago
Martin Dosch 792472f737 Words… 2 years ago
Martin Dosch 0c992ebf3d Fix tense. 2 years ago
Martin Dosch 7623d121aa Added more checks for empty messages. 2 years ago
Martin Dosch ce8f783301 Ox: Don't encrypt empty messages. 2 years ago
Martin Dosch 5326b2b558 Ox: Improve error messages for failed key requests. 2 years ago
Martin Dosch 3e4a93c808 Start new development cycle. 2 years ago
Martin Dosch 81cfc0b6c2 Prepare v0.5.1 release. 2 years ago
Martin Dosch 1d2ef175a5 Fix changelog. 2 years ago
Martin Dosch 392be78f61 Fix nick in MUCs if not manually set. 2 years ago
Martin Dosch eec7fb2d73 Improve listening mode for groupchats. 2 years ago
Martin Dosch 4aac059c4e Prepare new development cycle. 2 years ago
Martin Dosch 49e97981cb Prepare v0.5.0 release. 2 years ago
Martin Dosch 4d38661174 Ox: Improve private key import. 2 years ago
Martin Dosch f26a91d965 Add possibility to delete Ox nodes. 2 years ago
Martin Dosch 2f2a2fd4fd Rework receiving stanzas.
Calling client.Recv() multiple times caused messages not appear
in `--listen` mode as calling Recv() for receiving IQs (e.g. for
receiving Ox keys) also received the messages so they were no longer
available for the Recv in the listening function.
2 years ago