Commit Graph

701 Commits (0805b1f06a755d65f5e7ca6dd3c9279a407b8153)
 

Author SHA1 Message Date
Martin Dosch 0805b1f06a
Move to upstream go-xmpp. 3 months ago
Martin Dosch 557d105238
Do not use sasl2 uuid attribute. 3 months ago
Martin Dosch 986aea7957
Don't print error on io.EOF 3 months ago
Martin Dosch ef927ce5cc
Detect stream error while receiving stanzas. 3 months ago
Martin Dosch 73b00f0612
Use a client uuid per JID. 3 months ago
Martin Dosch b2d090a623
Improve sasl2 user agent id stuff. 3 months ago
Martin Dosch c7376832ce
Rework getting data path. 3 months ago
Martin Dosch 080100486e
Update go-xmpp. 3 months ago
Martin Dosch 9c56a79bae
SASL2: Create per client installation ID. 3 months ago
Martin Dosch cce36b070a
Update go-xmpp. 3 months ago
Martin Dosch 1c4acfd07c
Update go-xmpp. 3 months ago
Martin Dosch 0703a7c2d6
Update go-xmpp. 3 months ago
Martin Dosch 4f033fc5b9
Update vendored lib. 3 months ago
Martin Dosch a44554218d
Use google/uuid for message IDs.
It is used for go-xmpp in the sasl2 branch anyway.
3 months ago
Martin Dosch 3e57ec3603
Update vendored modules. 3 months ago
Martin Dosch ead44ef99d
Add . between go-sendxmpp and short id. 3 months ago
Martin Dosch b3271a3530
Update Changelog. 3 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.
3 months ago
Martin Dosch 680593359b
Experimental sasl2 support. 3 months ago
Martin Dosch 06bbd9fda5
Update go modules. 3 months ago
Martin Dosch c392eeb858
Close receiving of stanzas if io.EOF is received. 3 months ago
Martin Dosch 09e2423da4
Update go modules. 3 months ago
Martin Dosch 2a6ed7b54d
Merge branch 'remove-mutex-and-context' 3 months ago
Martin Dosch 5de4d1f8fe
Regenerate manpage. 3 months ago
Martin Dosch 99689ea2cd
Ignore EOF errors when receiving stanzas. 3 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
3 months ago
Maik Holme fc860dfebb Update man for FISH - Shell completions 3 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.
3 months ago
Martin Dosch f1e9bfcdc8
Update README. 3 months ago
Martin Dosch dbed11323d
Remove mutex as the locking is now done in the library. 3 months ago
Martin Dosch c13a0c7016
Update go modules. 3 months ago
Martin Dosch 872eaa847a
Clean up go.sum 3 months ago
Martin Dosch 4483863795
Lock mutex before starting the goroutine. 3 months ago
Martin Dosch 09693ba1bf
Further improvements to make race conditions less likely. 3 months ago
Martin Dosch 46ed540910
Update go-xmpp to latest master. 3 months ago
Martin Dosch 5704798b09
Improve stanza reading. 3 months ago
Martin Dosch 8936ba2acc
Only perform root check on non-windows systems.
Is anyone using go-sendxmpp on windows?
3 months ago
Martin Dosch 1574e2f4df
Add a warning when run by root. 3 months ago
Martin Dosch 606ca8cc18
Fix typo. 3 months ago
Martin Dosch b04196a19f
Add hint about usage is root to the manpage. 3 months ago
Martin Dosch e666f33030
Start new development cycle. 3 months ago
Martin Dosch ffae83f8ea
Prepare release v0.9.0. 3 months ago
Martin Dosch e1708129e2
Switch to latest go-xmpp release. 3 months ago
Martin Dosch 8b4b8105b2
Update go modules. 3 months ago
Martin Dosch 36d6b26fe8
Update go modules. 3 months ago
Martin Dosch ea515401d1
Fixed hanging forever in stream close if server doesn't reply. 3 months ago
Martin Dosch 2ddfcb8383
Add support for XEP-0478: Stream Limits Advertisement. 3 months ago
Martin Dosch 911763b2e5
Update go modules. 3 months ago
Martin Dosch 9a186aeec1
Don't capitalize `--ssdp-off` command line flag. 3 months ago
Martin Dosch ca268e957e
Add command line flag to disable XEP-0474: SASL SCRAM Downgrade Protection. 3 months ago