Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(stream): add InvalidStanza exception | Clombrong | 2025-06-10 | 1 | -0/+2 | |
| | ||||||
* | feat(auth): introduce not-authorized sasl error | Clombrong | 2025-06-10 | 1 | -0/+7 | |
| | ||||||
* | docs(stream): add docstring for the start function | Clombrong | 2025-06-10 | 1 | -0/+3 | |
| | ||||||
* | feat(auth): use streams directly for send_auth_stanza | Clombrong | 2025-06-10 | 1 | -2/+4 | |
| | ||||||
* | feat(auth): wrap plain auth in <auth> stanza | Clombrong | 2025-06-10 | 2 | -2/+10 | |
| | ||||||
* | test(auth): add send_auth_stanza to tests | Clombrong | 2025-06-10 | 1 | -0/+1 | |
| | ||||||
* | feat(auth): replace authenticate with send_auth_stanza function | Clombrong | 2025-06-10 | 1 | -8/+3 | |
| | ||||||
* | fix(auth): derive show without path | Clombrong | 2025-06-10 | 1 | -1/+1 | |
| | ||||||
* | feat(auth): gen auth parameter | Clombrong | 2025-06-10 | 2 | -0/+4 | |
| | ||||||
* | feat!: new module Auth | Clombrong | 2025-06-09 | 2 | -1/+10 | |
| | ||||||
* | feat!(stream): stream handles automatic handshake | Clombrong | 2025-05-31 | 1 | -2/+9 | |
| | ||||||
* | feat!: new module Stream | Clombrong | 2025-05-30 | 3 | -1/+9 | |
| | ||||||
* | test(flesh): remove obsolete flesh testing | Clombrong | 2025-05-30 | 1 | -1/+0 | |
| | ||||||
* | fix: rearrange all portals under common portal/ folder | Clombrong | 2025-04-24 | 4 | -64/+0 | |
| | ||||||
* | feat: add ws endpoint detection function | Clombrong | 2025-04-23 | 2 | -5/+39 | |
| | ||||||
* | feat: new module flesh_websockets. | Clombrong | 2025-04-22 | 4 | -1/+30 | |
| | | | | | Create flesh_websockets module. Add lwt_ws function. | |||||
* | feat: Hello, flesh. | Clombrong | 2025-04-21 | 2 | -1/+3 | |
| | ||||||
* | init: Oh no. This one is real. | Clombrong | 2025-04-19 | 1 | -0/+3 | |
add README and COPYING license files instantiate all dune stanzas setup dune with guix shell and direnv, using merlin for project setup |