1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #188 from mdosch/fast More... 11 months ago
Basic FAST support. More... 11 months ago
Add support for SASL2 and BIND2 (#187) More... 11 months ago
Recv: Return error on stream error. More... 11 months ago
Update go modules. More... 11 months ago
Harmonize newlines. More... 11 months ago
Update go modules. More... 11 months ago
Do not try to read from the xml stream if it's going to be closed. More... 11 months ago
Remove checking for xml.Endelement in nextStart(). More... 11 months ago
Further reduce possible data races. More... 11 months ago
NextEnd: Use Token() instead of RawToken() More... 11 months ago
XEP-0478: Further improve error message. More... 11 months ago
XEP-0478: Be more verbose in error if max stanza size is exceeded. More... 11 months ago
Fix timeout when server doesn't reply with closing stream element. More... 11 months ago
Also read stream limits after authentication More... 11 months ago
Generate new ID for session (fixes #67) More... 11 months ago
Add support for XEP-0478: Stream Limits Advertisement. More... 11 months ago
Copy token in nextStart function. More... 11 months ago
Revert "Don't copy token." More... 11 months ago
Make XEP-0474 configurable (default off). More... 11 months ago
Don't copy token. More... 11 months ago
Merge pull request #186 from vcabbage/move-mutex More... 11 months ago
move nextMutex to Client to prevent blocking separate Clients More... 11 months ago
Fix race condition for nextStart and nextEnd. More... 11 months ago
Catch stream error after bind request. More... 12 months ago
Use RawToken() instead of Token() for finding nextEnd. More... 12 months ago
SCRAM: Check for SASL failure after sending auth message. More... 12 months ago
Update go modules. More... 12 months ago
Improve closing the stream. More... 12 months ago
Wait for the server closing the stream before closing the connection. More... 12 months ago