aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-04use cargo workspaceLibravatar cel 🌸18-2701/+0
2024-12-04rename jabber to jabber_streamLibravatar cel 🌸2-2/+2
2024-12-04implement send_stanzaLibravatar cel 🌸5-117/+28
2024-12-04implement clientLibravatar cel 🌸5-86/+213
2024-12-03WIP: connecting fsmLibravatar cel 🌸5-283/+400
2024-12-03implement remaining rfc6120 xml schemasLibravatar cel 🌸10-28/+562
2024-12-02implement bindLibravatar cel 🌸15-11/+654
2024-11-29add sasl failure typeLibravatar cel 🌸3-8/+95
2024-11-29implement sasl kindaLibravatar cel 🌸5-47/+421
2024-11-28change ensure_tls to no longer start streamLibravatar cel 🌸2-3/+5
2024-11-28use element builder and parse methodsLibravatar cel 🌸2-253/+127
2024-11-24fix: use namespace_declaration_overridesLibravatar cel 🌸2-24/+9
2024-11-24implement starttlsLibravatar cel 🌸5-48/+290
2024-11-23switch to using peanuts for xmlLibravatar cel 🌸7-138/+183
2023-10-28implement stream startLibravatar cel 🌸3-70/+73
2023-10-21add logging to connection.rsLibravatar cel 🌸1-7/+22
2023-10-21implement connectionLibravatar cel 🌸9-584/+369
2023-10-20WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸14-1295/+237
2023-10-20WIP: messLibravatar cel 🌸5-147/+134
2023-08-05WIP: refactor Element type - namespace workLibravatar cel 🌸3-166/+271
2023-08-05WIP: refactor Element type - main architecture doneLibravatar cel 🌸1-41/+182
2023-08-05WIP: refactor Element typeLibravatar cel 🌸2-134/+226
2023-08-02WIP: refactor Element typeLibravatar cel 🌸3-4/+116
2023-08-02implement resource bindingLibravatar cel 🌸8-52/+384
2023-07-12reimplement sasl (with SCRAM!)Libravatar cel 🌸8-68/+353
2023-07-12use Stream 'ns' valueLibravatar cel 🌸2-5/+7
2023-07-12remove element moduleLibravatar cel 🌸1-1/+0
2023-07-12move Element to stanza and make write() a methodLibravatar cel 🌸6-116/+127
2023-07-11remove serde functionsLibravatar cel 🌸11-309/+383
2023-07-04horribleLibravatar cel 🌸9-43/+326
2023-06-24remove bytes deserializerLibravatar cel 🌸1-1/+0
2023-06-19implement starttlsLibravatar cel 🌸8-159/+437
2023-06-16refactor jabber clientLibravatar cel 🌸1-23/+83
2023-06-16implement client socket resolutionLibravatar cel 🌸1-6/+104
2023-06-16make JID struct etc. publicLibravatar cel 🌸1-6/+10
2023-06-13simplify domainpartLibravatar cel 🌸1-48/+3