aboutsummaryrefslogtreecommitdiff
path: root/modules/sasl/scram.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle error on server-final-message (sasl.scram)Gravatar jesopo2019-02-061-6/+9
|
* Fix mypy linting issue with dict creation (scram.py)Gravatar jesopo2019-02-061-1/+2
|
* "+" as part of a SASL handshake is irc-specific so remove it from scram.pyGravatar jesopo2019-02-061-3/+3
|
* Type annotate scram.py and don't pass base64 data to scram.py functionsGravatar jesopo2019-02-061-11/+10
|
* Split hash and hmac logic out to their own functions (sasl.scram)Gravatar jesopo2019-02-051-7/+10
|
* Move sasl.py to a directory module and move SCRAM logic to a different file,Gravatar jesopo2019-02-051-0/+87
move `github/module.py` to `github/__init__.py`