Commit Graph

525 Commits (e6f9bf910af1da9615aff41e809c2f2491b798b9)
 

Author SHA1 Message Date
Martin Dosch 4ce9daec09 Update changelog. 2 years ago
Martin Dosch 56bab555b7 Fix typo. 2 years ago
Martin Dosch a82c5541ad Update go modules. 2 years ago
Martin Dosch d3cdd71f03 Move from encoding/xml to etree. 2 years ago
Martin Dosch 8369d28f9e Remove debug println… 2 years ago
Martin Dosch 03f744a886 Change from encoding/xml to etree. 2 years ago
Martin Dosch 8aab6810d2 Change from encoding/xml to etree. 2 years ago
Martin Dosch 8764f03eec Change from encoding/xml to etree. 2 years ago
Martin Dosch dd4a9c9bed Fix Ox encryption. 2 years ago
Martin Dosch 28c5884044 Change from encoding/xml to etree. 2 years ago
Martin Dosch 644b1f809d Use shorter random string for resource. 2 years ago
Martin Dosch 11cf616e99 Change from encoding/xml to etree. 2 years ago
Martin Dosch 5d36173be7 Use proper variable names for etree xml. 2 years ago
Martin Dosch aa8e79aa88 Ox: Add store hint. 2 years ago
Martin Dosch 33066fea8a Ox: Remove from
The server will add it anyway so don't perform
unnecessary tasks, also it's not in XEP-0373
examples.
2 years ago
Martin Dosch 7877f3d498 Assure that no unencrypted messages are sent while using `--ox`. 2 years ago
Martin Dosch 19dee4b8fd Ox: (Hopefully) support multiple pubkeys in result.
See https://xmpp.org/extensions/xep-0373.html#discover-pubkey
2 years ago
Martin Dosch d25294add7 Ox: Cache public keys. 2 years ago
Martin Dosch b5557ab251 Only fetch ox keys if `--ox` is used. 2 years ago
Martin Dosch edc35dd8df Fix file opening. 2 years ago
Martin Dosch 5124dbb1e7 Set MaxItems for keylist request to 1. 2 years ago
Martin Dosch 428bb86de2 Ox: Add private key import. 2 years ago
Martin Dosch 73f8ac8fb1 Fix typo. 2 years ago
Martin Dosch 20953ab1ac Move file reading into own helper func. 2 years ago
Martin Dosch 1922d0a1b0 Ox: Don't try to send Ox messages if no key is present. 2 years ago
Martin Dosch e9e0d8c735 Add experimental Ox (OpenPGP for XMPP) support. 2 years ago
Martin Dosch 709ba5ad51 Update go modules. 2 years ago
Martin Dosch 9b9fcedf25 Move constants in separate file. 2 years ago
Martin Dosch 5fffba3ef8 Move IQ structs into separate file.
This will make httpupload.go look a lot cleaner.
2 years ago
Martin Dosch 3c9f8fac45 Move id function to helpers file. 2 years ago
Martin Dosch 26bacd7b23 Update modules. 2 years ago
Martin Dosch 8e958aba52 Fix typo. 2 years ago
Martin Dosch 9140360674 Move iq handling functions in separate file. 2 years ago
Martin Dosch b4db5512fd Move iq handling functions in separate file. 2 years ago
Martin Dosch f0e4a33700 Move iq handling into own function. 2 years ago
Martin Dosch e37de156d9 Update dependencies. 2 years ago
Martin Dosch 14ad13fc15 Fix description for `--tls-version` in manpage. 2 years ago
Martin Dosch 47a4c19cfb Prepare new development cycle. 2 years ago
Martin Dosch 910f1976d8 Release v0.3.0 2 years ago
Martin Dosch 35f4d05a9e Release v0.3.0 2 years ago
Martin Dosch 2d4cde999b Don't block on IQs of type "error". 2 years ago
Martin Dosch 861c3092fc Don't exit if a component returns an IQ error. 2 years ago
Martin Dosch 908bc1b753 Revert "Added timeout for IQs."
This reverts commit 89c884c3d6.
2 years ago
Martin Dosch 89c884c3d6 Added timeout for IQs. 2 years ago
Martin Dosch 203a199d2c Fix typos. 2 years ago
Martin Dosch 65d17e4e8b Only show changes for current version in the release info. 2 years ago
Martin Dosch 4122d32673 Add note about installing master. 2 years ago
Martin Dosch 11071ad98e Add release dates to changelog. 2 years ago
Martin Dosch d0f61a0716 Rename go-sendxmpp.go to main.go 2 years ago
Martin Dosch 6f947b3be8 Remove duplicate line. 2 years ago