Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename jabber to jabber_stream | 2024-12-04 | 2 | -2/+2 | |
* | implement send_stanza | 2024-12-04 | 5 | -117/+28 | |
* | implement client | 2024-12-04 | 5 | -86/+213 | |
* | WIP: connecting fsm | 2024-12-03 | 5 | -283/+400 | |
* | 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 | 3 | -8/+95 | |
* | implement sasl kinda | 2024-11-29 | 5 | -47/+421 | |
* | 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 | 7 | -138/+183 | |
* | implement stream start | 2023-10-28 | 3 | -70/+73 | |
* | add logging to connection.rs | 2023-10-21 | 1 | -7/+22 | |
* | implement connection | 2023-10-21 | 9 | -584/+369 | |
* | WIP: refactor to parse incoming stream as state machine | 2023-10-20 | 14 | -1295/+237 | |
* | WIP: mess | 2023-10-20 | 5 | -147/+134 | |
* | 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 | 8 | -52/+384 | |
* | reimplement sasl (with SCRAM!) | 2023-07-12 | 8 | -68/+353 | |
* | use Stream 'ns' value | 2023-07-12 | 2 | -5/+7 | |
* | remove element module | 2023-07-12 | 1 | -1/+0 | |
* | move Element to stanza and make write() a method | 2023-07-12 | 6 | -116/+127 | |
* | remove serde functions | 2023-07-11 | 11 | -309/+383 | |
* | horrible | 2023-07-04 | 9 | -43/+326 | |
* | remove bytes deserializer | 2023-06-24 | 1 | -1/+0 | |
* | implement starttls | 2023-06-19 | 8 | -159/+437 | |
* | refactor jabber client | 2023-06-16 | 1 | -23/+83 | |
* | implement client socket resolution | 2023-06-16 | 1 | -6/+104 | |
* | make JID struct etc. public | 2023-06-16 | 1 | -6/+10 | |
* | simplify domainpart | 2023-06-13 | 1 | -48/+3 | |
* | initial commit | 2023-06-13 | 2 | -0/+198 |