Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WIP: rfc 6121 data(base)types | 2025-02-12 | 8 | -21/+211 | ||
* | reconnection supervisor command | 2025-02-12 | 4 | -19/+105 | ||
* | remove stupid stdout sasl response bit | 2025-02-11 | 1 | -4/+1 | ||
* | actors complete ? | 2025-02-11 | 7 | -26/+129 | ||
* | add iq hashmap for iq requests | 2025-02-11 | 3 | -9/+42 | ||
* | supervision and reconnection | 2025-02-11 | 5 | -55/+387 | ||
* | WIP: code cleanup | 2025-02-10 | 5 | -482/+584 | ||
* | WIP: luz actor-based client | 2025-02-08 | 2 | -229/+472 | ||
* | WIP: luz initial client | 2025-01-28 | 5 | -66/+256 | ||
* | delete JabberClient | 2025-01-12 | 2 | -80/+21 | ||
* | implement stream splitting and closing | 2025-01-12 | 5 | -353/+242 | ||
* | WIP: client | 2025-01-02 | 7 | -3/+194 | ||
* | add jabber:iq:stanza parsers | 2024-12-22 | 2 | -0/+154 | ||
* | stream and sink split | 2024-12-22 | 1 | -8/+4 | ||
* | implement sink and stream with tokio::spawn | 2024-12-22 | 11 | -101/+336 | ||
* | implement sink and stream properly UNFOLD UNFOLD | 2024-12-06 | 6 | -35/+181 | ||
* | add specs to implement to readme | 2024-12-04 | 1 | -1/+108 | ||
* | use cargo workspace | 2024-12-04 | 26 | -127/+2056 | ||
* | rename jabber to jabber_stream | 2024-12-04 | 2 | -2/+2 | ||
* | implement send_stanza | 2024-12-04 | 6 | -117/+38 | ||
* | implement client | 2024-12-04 | 5 | -86/+213 | ||
* | WIP: connecting fsm | 2024-12-03 | 6 | -283/+401 | ||
* | implement remaining rfc6120 xml schemas | 2024-12-03 | 10 | -28/+562 | ||
* | implement bind | 2024-12-02 | 15 | -11/+654 | ||
* | add sasl failure type | 2024-11-29 | 4 | -9/+96 | ||
* | implement sasl kinda | 2024-11-29 | 6 | -48/+422 | ||
* | change ensure_tls to no longer start stream | 2024-11-28 | 2 | -3/+5 | ||
* | 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 | 5 | -48/+290 | ||
* | switch to using peanuts for xml | 2024-11-23 | 8 | -141/+184 | ||
* | rename crate | 2023-11-23 | 1 | -1/+1 | ||
* | implement stream start | 2023-10-28 | 4 | -70/+74 | ||
* | remove notes.md | 2023-10-21 | 1 | -5/+0 | ||
* | add logging to connection.rs | 2023-10-21 | 3 | -8/+28 | ||
* | implement connection | 2023-10-21 | 11 | -593/+391 | ||
* | WIP: refactor to parse incoming stream as state machine | 2023-10-20 | 15 | -1296/+241 | ||
* | WIP: mess | 2023-10-20 | 5 | -147/+134 | ||
* | rename crate | 2023-08-06 | 1 | -1/+1 | ||
* | WIP: refactor Element type - namespace work | 2023-08-05 | 3 | -166/+271 | ||
* | WIP: refactor Element type - main architecture done | 2023-08-05 | 1 | -41/+182 | ||
* | WIP: refactor Element type | 2023-08-05 | 2 | -134/+226 | ||
* | WIP: refactor Element type | 2023-08-02 | 3 | -4/+116 | ||
* | implement resource binding | 2023-08-02 | 9 | -52/+385 | ||
* | reimplement sasl (with SCRAM!) | 2023-07-12 | 10 | -69/+356 | ||
* | add TODO.md | 2023-07-12 | 1 | -0/+9 | ||
* | use Stream 'ns' value | 2023-07-12 | 2 | -5/+7 | ||
* | remove serde dependencies | 2023-07-12 | 1 | -2/+1 | ||
* | remove element module | 2023-07-12 | 1 | -1/+0 | ||
* | move Element to stanza and make write() a method | 2023-07-12 | 6 | -116/+127 |