Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-12-04 | use cargo workspace | 18 | -2701/+0 | |
2024-12-04 | rename jabber to jabber_stream | 2 | -2/+2 | |
2024-12-04 | implement send_stanza | 5 | -117/+28 | |
2024-12-04 | implement client | 5 | -86/+213 | |
2024-12-03 | WIP: connecting fsm | 5 | -283/+400 | |
2024-12-03 | implement remaining rfc6120 xml schemas | 10 | -28/+562 | |
2024-12-02 | implement bind | 15 | -11/+654 | |
2024-11-29 | add sasl failure type | 3 | -8/+95 | |
2024-11-29 | implement sasl kinda | 5 | -47/+421 | |
2024-11-28 | change ensure_tls to no longer start stream | 2 | -3/+5 | |
2024-11-28 | use element builder and parse methods | 2 | -253/+127 | |
2024-11-24 | fix: use namespace_declaration_overrides | 2 | -24/+9 | |
2024-11-24 | implement starttls | 5 | -48/+290 | |
2024-11-23 | switch to using peanuts for xml | 7 | -138/+183 | |
2023-10-28 | implement stream start | 3 | -70/+73 | |
2023-10-21 | add logging to connection.rs | 1 | -7/+22 | |
2023-10-21 | implement connection | 9 | -584/+369 | |
2023-10-20 | WIP: refactor to parse incoming stream as state machine | 14 | -1295/+237 | |
2023-10-20 | WIP: mess | 5 | -147/+134 | |
2023-08-05 | WIP: refactor Element type - namespace work | 3 | -166/+271 | |
2023-08-05 | WIP: refactor Element type - main architecture done | 1 | -41/+182 | |
2023-08-05 | WIP: refactor Element type | 2 | -134/+226 | |
2023-08-02 | WIP: refactor Element type | 3 | -4/+116 | |
2023-08-02 | implement resource binding | 8 | -52/+384 | |
2023-07-12 | reimplement sasl (with SCRAM!) | 8 | -68/+353 | |
2023-07-12 | use Stream 'ns' value | 2 | -5/+7 | |
2023-07-12 | remove element module | 1 | -1/+0 | |
2023-07-12 | move Element to stanza and make write() a method | 6 | -116/+127 | |
2023-07-11 | remove serde functions | 11 | -309/+383 | |
2023-07-04 | horrible | 9 | -43/+326 | |
2023-06-24 | remove bytes deserializer | 1 | -1/+0 | |
2023-06-19 | implement starttls | 8 | -159/+437 | |
2023-06-16 | refactor jabber client | 1 | -23/+83 | |
2023-06-16 | implement client socket resolution | 1 | -6/+104 | |
2023-06-16 | make JID struct etc. public | 1 | -6/+10 | |
2023-06-13 | simplify domainpart | 1 | -48/+3 |