Commit Graph

696 Commits (b2d090a623c60b7faab18ba9b40981d3dc93b424)
 

Author SHA1 Message Date
Martin Dosch b2d090a623
Improve sasl2 user agent id stuff. 6 months ago
Martin Dosch c7376832ce
Rework getting data path. 6 months ago
Martin Dosch 080100486e
Update go-xmpp. 6 months ago
Martin Dosch 9c56a79bae
SASL2: Create per client installation ID. 6 months ago
Martin Dosch cce36b070a
Update go-xmpp. 6 months ago
Martin Dosch 1c4acfd07c
Update go-xmpp. 6 months ago
Martin Dosch 0703a7c2d6
Update go-xmpp. 6 months ago
Martin Dosch 4f033fc5b9
Update vendored lib. 6 months ago
Martin Dosch a44554218d
Use google/uuid for message IDs.
It is used for go-xmpp in the sasl2 branch anyway.
6 months ago
Martin Dosch 3e57ec3603
Update vendored modules. 6 months ago
Martin Dosch ead44ef99d
Add . between go-sendxmpp and short id. 6 months ago
Martin Dosch b3271a3530
Update Changelog. 6 months ago
Martin Dosch 639b9b6657
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.
6 months ago
Martin Dosch 680593359b
Experimental sasl2 support. 6 months ago
Martin Dosch 06bbd9fda5
Update go modules. 6 months ago
Martin Dosch c392eeb858
Close receiving of stanzas if io.EOF is received. 6 months ago
Martin Dosch 09e2423da4
Update go modules. 6 months ago
Martin Dosch 2a6ed7b54d
Merge branch 'remove-mutex-and-context' 6 months ago
Martin Dosch 5de4d1f8fe
Regenerate manpage. 6 months ago
Martin Dosch 99689ea2cd
Ignore EOF errors when receiving stanzas. 6 months ago
Martin Dosch 86a2280277 Merge branch 'Menelmacar-master-patch-37014' into 'master'
Update man for FISH - Shell completions

See merge request mdosch/go-sendxmpp!5
6 months ago
Maik Holme fc860dfebb Update man for FISH - Shell completions 6 months ago
Martin Dosch 11a31d6ad0
Remove mutex and context.
Those should hopefully no longer be necessary as the races
have been fixed in the library.
6 months ago
Martin Dosch f1e9bfcdc8
Update README. 6 months ago
Martin Dosch dbed11323d
Remove mutex as the locking is now done in the library. 6 months ago
Martin Dosch c13a0c7016
Update go modules. 6 months ago
Martin Dosch 872eaa847a
Clean up go.sum 6 months ago
Martin Dosch 4483863795
Lock mutex before starting the goroutine. 6 months ago
Martin Dosch 09693ba1bf
Further improvements to make race conditions less likely. 6 months ago
Martin Dosch 46ed540910
Update go-xmpp to latest master. 6 months ago
Martin Dosch 5704798b09
Improve stanza reading. 6 months ago
Martin Dosch 8936ba2acc
Only perform root check on non-windows systems.
Is anyone using go-sendxmpp on windows?
6 months ago
Martin Dosch 1574e2f4df
Add a warning when run by root. 6 months ago
Martin Dosch 606ca8cc18
Fix typo. 6 months ago
Martin Dosch b04196a19f
Add hint about usage is root to the manpage. 6 months ago
Martin Dosch e666f33030
Start new development cycle. 6 months ago
Martin Dosch ffae83f8ea
Prepare release v0.9.0. 6 months ago
Martin Dosch e1708129e2
Switch to latest go-xmpp release. 6 months ago
Martin Dosch 8b4b8105b2
Update go modules. 6 months ago
Martin Dosch 36d6b26fe8
Update go modules. 6 months ago
Martin Dosch ea515401d1
Fixed hanging forever in stream close if server doesn't reply. 6 months ago
Martin Dosch 2ddfcb8383
Add support for XEP-0478: Stream Limits Advertisement. 6 months ago
Martin Dosch 911763b2e5
Update go modules. 6 months ago
Martin Dosch 9a186aeec1
Don't capitalize `--ssdp-off` command line flag. 6 months ago
Martin Dosch ca268e957e
Add command line flag to disable XEP-0474: SASL SCRAM Downgrade Protection. 6 months ago
Martin Dosch b9018ec2d9
Update changelog. 6 months ago
Martin Dosch e5cbe832e3
Properly exit listening mode if Ctrl+C is pressed. 6 months ago
Martin Dosch 27c45a1877
Switch to development branch of go-xmpp 6 months ago
Martin Dosch 92db3d2fb1
Use latest release of go-xmpp. 6 months ago
Martin Dosch 5ca5404418
Make system output look less bloated. 6 months ago