aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/logic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(filamento): `handle_get_roster_with_users()` should not call the client ↵Libravatar cel 🌸11 days1-7/+60
| | | | handle so on connection function can complete
* feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`Libravatar cel 🌸11 days4-5/+20
|
* feat(filamento): `get_messages_with_users()`Libravatar cel 🌸11 days3-6/+18
|
* feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`Libravatar cel 🌸11 days1-0/+2
|
* feat(filamento): return from: `User` with `Message` on new messageLibravatar cel 🌸11 days3-0/+45
|
* feat(filamento): return `User` with `Contact` on roster pushLibravatar cel 🌸11 days1-14/+55
|
* feat(filamento): `get_roster_with_users()` on client connectLibravatar cel 🌸11 days1-1/+1
|
* feat(filamento): `get_roster_with_users()`Libravatar cel 🌸11 days2-1/+28
|
* fix(filamento): create_message_with_user_resource sql errorLibravatar cel 🌸12 days1-0/+2
|
* fix(filamento): use jpeg for user avatar on avatar:data nodeLibravatar cel 🌸13 days1-3/+4
|
* fix(filamento): caps +notify and use hex representation for avatar metadata idLibravatar cel 🌸13 days2-17/+26
|
* feat(filamento): user avatar publishing and processingLibravatar cel 🌸14 days9-155/+762
|
* feat(filamento): xep-0172: user nickLibravatar cel 🌸2025-04-031-0/+49
|
* feat(filamento): caps 1.0Libravatar cel 🌸2025-04-031-17/+53
|
* feat(filamento): caps 2.0 helper functionsLibravatar cel 🌸2025-04-032-0/+3
|
* feat: better message handling, pep publish, xep_0172: nickLibravatar cel 🌸2025-04-034-171/+348
|
* feat(filamento): disco items requestsLibravatar cel 🌸2025-03-282-7/+83
|
* feat(filamento): disco info requestsLibravatar cel 🌸2025-03-282-4/+83
|
* refactor(filamento): handle_offline logicLibravatar cel 🌸2025-03-273-39/+42
|
* refactor(filamento): handle_online logicLibravatar cel 🌸2025-03-276-610/+681
|
* feat: remove `UpdateMessage::Error` variantLibravatar cel 🌸2025-03-274-52/+27
|
* feat: disco info from serverLibravatar cel 🌸2025-03-272-30/+162
|
* feat: stream error handlingLibravatar cel 🌸2025-03-263-237/+231
|
* refactor(filament): split logic into different filesLibravatar cel 🌸2025-03-268-0/+1256