aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* implement Error for stanza crate error typesLibravatar cel 🌸2025-02-254-16/+49
|
* cleanup jabber crateLibravatar cel 🌸2025-02-255-31/+5
|
* cleanupLibravatar cel 🌸2025-02-254-13/+9
|
* implement Error for stanza crate sasl error typesLibravatar cel 🌸2025-02-251-4/+53
|
* implement Error for stanza crate error typesLibravatar cel 🌸2025-02-253-5/+55
|
* implement Error for jid crate error typesLibravatar cel 🌸2025-02-251-0/+12
|
* feature gate sqlx for jid crateLibravatar cel 🌸2025-02-252-9/+10
|
* implement Into<Cow> for &JIDLibravatar cel 🌸2025-02-251-16/+28
|
* fix crash by fusing oneshotLibravatar cel 🌸2025-02-244-11/+41
|
* impl Eq and Hash for JIDLibravatar cel 🌸2025-02-241-1/+1
|
* fix bugsLibravatar cel 🌸2025-02-249-23/+104
|
* implement CLIENTLibravatar cel 🌸2025-02-209-22/+339
|
* implement handle_online() and handle_offline() for CommandMessageLibravatar cel 🌸2025-02-187-84/+653
|
* WIP: roster retrievalLibravatar cel 🌸2025-02-183-8/+14
|
* WIP: roster retrievalLibravatar cel 🌸2025-02-1811-75/+466
|
* database workLibravatar cel 🌸2025-02-1812-96/+525
|
* WIP: data(base)typeLibravatar cel 🌸2025-02-148-115/+149
|
* WIP: data(base)typeLibravatar cel 🌸2025-02-145-14/+30
|
* WIP: rfc 6121 data(base)typesLibravatar cel 🌸2025-02-128-21/+211
|
* reconnection supervisor commandLibravatar cel 🌸2025-02-124-19/+105
|
* remove stupid stdout sasl response bitLibravatar cel 🌸2025-02-111-4/+1
|
* actors complete ?Libravatar cel 🌸2025-02-117-26/+129
|
* add iq hashmap for iq requestsLibravatar cel 🌸2025-02-113-9/+42
|
* supervision and reconnectionLibravatar cel 🌸2025-02-115-55/+387
|
* WIP: code cleanupLibravatar cel 🌸2025-02-105-482/+584
|
* WIP: luz actor-based clientLibravatar cel 🌸2025-02-082-229/+472
|
* WIP: luz initial clientLibravatar cel 🌸2025-01-285-66/+256
|
* delete JabberClientLibravatar cel 🌸2025-01-122-80/+21
|
* implement stream splitting and closingLibravatar cel 🌸2025-01-125-353/+242
|
* WIP: clientLibravatar cel 🌸2025-01-027-3/+194
|
* add jabber:iq:stanza parsersLibravatar cel 🌸2024-12-222-0/+154
|
* stream and sink splitLibravatar cel 🌸2024-12-221-8/+4
|
* implement sink and stream with tokio::spawnLibravatar cel 🌸2024-12-2211-101/+336
|
* implement sink and stream properly UNFOLD UNFOLDLibravatar cel 🌸2024-12-066-35/+181
|
* add specs to implement to readmeLibravatar cel 🌸2024-12-041-1/+108
|
* use cargo workspaceLibravatar cel 🌸2024-12-0426-127/+2056
|
* rename jabber to jabber_streamLibravatar cel 🌸2024-12-042-2/+2
|
* implement send_stanzaLibravatar cel 🌸2024-12-046-117/+38
|
* implement clientLibravatar cel 🌸2024-12-045-86/+213
|
* WIP: connecting fsmLibravatar cel 🌸2024-12-036-283/+401
|
* implement remaining rfc6120 xml schemasLibravatar cel 🌸2024-12-0310-28/+562
|
* implement bindLibravatar cel 🌸2024-12-0215-11/+654
|
* add sasl failure typeLibravatar cel 🌸2024-11-294-9/+96
|
* implement sasl kindaLibravatar cel 🌸2024-11-296-48/+422
|
* change ensure_tls to no longer start streamLibravatar cel 🌸2024-11-282-3/+5
|
* use element builder and parse methodsLibravatar cel 🌸2024-11-282-253/+127
|
* fix: use namespace_declaration_overridesLibravatar cel 🌸2024-11-242-24/+9
|
* implement starttlsLibravatar cel 🌸2024-11-245-48/+290
|
* switch to using peanuts for xmlLibravatar cel 🌸2024-11-238-141/+184
|
* rename crateLibravatar cel 🌸2023-11-231-1/+1
|