aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat(stanza): xep-0131: stanza headersHEADmainLibravatar cel 🌸32 hours5-0/+83
* fix(stanza): stanza errors pubsub error variantLibravatar cel 🌸32 hours2-8/+86
* feat(stanza): xep-0059: result set managementLibravatar cel 🌸33 hours5-5/+257
* feat(stanza): xep-0060: pubsubLibravatar cel 🌸45 hours8-1/+1833
* feat(stanza): xep-0004: data formsLibravatar cel 🌸2 days3-0/+365
* feat(filamento): disco items requestsLibravatar cel 🌸5 days5-15/+123
* feat(filamento): disco info requestsLibravatar cel 🌸5 days6-12/+175
* feat(filamento): `From` impls for disco typesLibravatar cel 🌸5 days2-6/+128
* feat(filamento): disco features and identity categories according to registryLibravatar cel 🌸5 days2-0/+1643
* refactor(filamento): handle_offline logicLibravatar cel 🌸6 days5-41/+46
* refactor(filamento): handle_online logicLibravatar cel 🌸6 days9-619/+701
* feat: remove `UpdateMessage::Error` variantLibravatar cel 🌸7 days6-56/+31
* feat: disco info from serverLibravatar cel 🌸7 days9-34/+232
* feat: stream error handlingLibravatar cel 🌸7 days12-342/+369
* fix(filamento): remove db from gitLibravatar cel 🌸8 days1-0/+0
* feat(filamento): create exampleLibravatar cel 🌸8 days8-48/+43
* feat(stanza): feature-gate rfc 6121 jabber:iq:rosterLibravatar cel 🌸8 days4-2/+9
* refactor(filament): split logic into different filesLibravatar cel 🌸8 days10-1121/+1260
* refactor: rename crates and move client logic to separate crate `filament`Libravatar cel 🌸8 days34-2133/+2220
* refactor(luz): genericize logic into traitLibravatar cel 🌸8 days4-138/+131
* refactor(luz): separate logic from xmpp coreLibravatar cel 🌸8 days6-1268/+1375
* fix(jabber): dev-dependencies to include ping xep featureLibravatar cel 🌸9 days1-0/+1
* feat(stanza): feature gate xep-0199Libravatar cel 🌸9 days3-2/+9
* feat(stanza): xep-0030Libravatar cel 🌸9 days6-0/+197
* doc: update readmeLibravatar cel 🌸9 days1-4/+5
* feat(luz): xep-0203 delayed deliveryLibravatar cel 🌸10 days4-26/+86
* feat(stanza): xep-0203Libravatar cel 🌸10 days6-4/+75
* feat(luz): get_chats_ordered_with_latest_messages and get_chats_orderedLibravatar cel 🌸10 days2-0/+78
* feat: order chats by most recent messageLibravatar cel 🌸2025-03-066-23/+36
* feat(luz): initial message timestamp supportLibravatar cel 🌸2025-03-037-7/+16
* refactor(luz): create Db separate from LuzHandleLibravatar cel 🌸2025-03-014-52/+102
* fix: send UpdateMessage for Message sent by client userLibravatar cel 🌸2025-02-264-8/+62
* fix(stanza): FromElement for Bind namespace checkLibravatar cel 🌸2025-02-261-1/+1
* feat(luz): implement helper methods for LuzHandleLibravatar cel 🌸2025-02-262-29/+253
* feat(stanza): impl Clone for Stanza typesLibravatar cel 🌸2025-02-254-4/+4
* refactor(luz): error typesLibravatar cel 🌸2025-02-257-227/+365
* add `sqlx` feature to `jid` dependencyLibravatar cel 🌸2025-02-251-1/+1
* implement Clone for error typesLibravatar cel 🌸2025-02-253-9/+13
* implement Error for jabber crate error typesLibravatar cel 🌸2025-02-254-74/+45
* 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