Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement send_stanza | 2024-12-04 | 2 | -2/+3 | |
| | |||||
* | implement client | 2024-12-04 | 1 | -7/+20 | |
| | |||||
* | implement remaining rfc6120 xml schemas | 2024-12-03 | 8 | -18/+549 | |
| | |||||
* | implement bind | 2024-12-02 | 13 | -9/+540 | |
| | |||||
* | add sasl failure type | 2024-11-29 | 1 | -4/+80 | |
| | |||||
* | implement sasl kinda | 2024-11-29 | 2 | -24/+187 | |
| | |||||
* | use element builder and parse methods | 2024-11-28 | 2 | -253/+127 | |
| | |||||
* | fix: use namespace_declaration_overrides | 2024-11-24 | 2 | -24/+9 | |
| | |||||
* | implement starttls | 2024-11-24 | 2 | -1/+234 | |
| | |||||
* | switch to using peanuts for xml | 2024-11-23 | 2 | -42/+135 | |
| | |||||
* | implement connection | 2023-10-21 | 2 | -8/+15 | |
| | |||||
* | WIP: refactor to parse incoming stream as state machine | 2023-10-20 | 8 | -1189/+56 | |
| | |||||
* | WIP: mess | 2023-10-20 | 4 | -144/+130 | |
| | |||||
* | WIP: refactor Element type - namespace work | 2023-08-05 | 2 | -165/+263 | |
| | |||||
* | WIP: refactor Element type - main architecture done | 2023-08-05 | 1 | -41/+182 | |
| | |||||
* | WIP: refactor Element type | 2023-08-05 | 1 | -134/+225 | |
| | |||||
* | WIP: refactor Element type | 2023-08-02 | 1 | -4/+106 | |
| | |||||
* | implement resource binding | 2023-08-02 | 5 | -39/+322 | |
| | |||||
* | reimplement sasl (with SCRAM!) | 2023-07-12 | 3 | -34/+223 | |
| | |||||
* | use Stream 'ns' value | 2023-07-12 | 1 | -4/+7 | |
| | |||||
* | move Element to stanza and make write() a method | 2023-07-12 | 2 | -1/+122 | |
| | |||||
* | remove serde functions | 2023-07-11 | 3 | -52/+173 | |
| | |||||
* | horrible | 2023-07-04 | 3 | -1/+39 | |
| | |||||
* | implement starttls | 2023-06-19 | 2 | -0/+37 | |