aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(filamento): `handle_get_roster_with_users()` should not call the client ↵Libravatar cel 🌸14 hours1-7/+60
| | | | handle so on connection function can complete
* feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`Libravatar cel 🌸14 hours7-19/+226
|
* feat(filamento): `get_messages_with_users()`Libravatar cel 🌸16 hours5-6/+65
|
* feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`Libravatar cel 🌸16 hours2-0/+3
|
* feat(filamento): return from: `User` with `Message` on new messageLibravatar cel 🌸17 hours4-0/+46
|
* feat(filamento): return `User` with `Contact` on roster pushLibravatar cel 🌸17 hours3-19/+65
|
* feat(filamento): `get_roster_with_users()` on client connectLibravatar cel 🌸17 hours2-2/+2
|
* feat(filamento): `get_roster_with_users()`Libravatar cel 🌸22 hours5-6/+94
|
* feat(filamento): add `root()` method to `Files`Libravatar cel 🌸45 hours1-0/+4
|
* fix(filamento): create_message_with_user_resource sql errorLibravatar cel 🌸45 hours2-17/+22
|
* feat(filamento): create default `FileStore` implementor that uses `tokio::fs`Libravatar cel 🌸45 hours1-1/+55
|
* fix(filamento): add `avatar` to `User` structLibravatar cel 🌸45 hours1-0/+1
|
* fix(filamento): use jpeg for user avatar on avatar:data nodeLibravatar cel 🌸3 days2-3/+13
|
* fix(filamento): caps +notify and use hex representation for avatar metadata idLibravatar cel 🌸3 days3-20/+29
|
* fix(filamento): check if nick and avatar were actually changedLibravatar cel 🌸3 days1-9/+13
|
* feat(filamento): user avatar publishing and processingLibravatar cel 🌸4 days16-217/+1101
|
* feat(filamento): xep-0172: user nickLibravatar cel 🌸8 days1-0/+49
|
* feat(filamento): caps 1.0Libravatar cel 🌸8 days4-29/+167
|
* feat(filamento): caps 1.0 helper functions & testsLibravatar cel 🌸8 days2-4/+224
|
* feat(filamento): caps 2.0 helper functionsLibravatar cel 🌸9 days7-10/+259
|
* feat: better message handling, pep publish, xep_0172: nickLibravatar cel 🌸9 days11-240/+615
|
* feat(filamento): disco items requestsLibravatar cel 🌸14 days4-13/+120
|
* feat(filamento): disco info requestsLibravatar cel 🌸14 days5-10/+169
|
* feat(filamento): `From` impls for disco typesLibravatar cel 🌸2025-03-281-1/+123
|
* feat(filamento): disco features and identity categories according to registryLibravatar cel 🌸2025-03-282-0/+1643
|
* refactor(filamento): handle_offline logicLibravatar cel 🌸2025-03-274-41/+44
|
* refactor(filamento): handle_online logicLibravatar cel 🌸2025-03-278-618/+700
|
* feat: remove `UpdateMessage::Error` variantLibravatar cel 🌸2025-03-276-56/+31
|
* feat: disco info from serverLibravatar cel 🌸2025-03-273-30/+166
|
* feat: stream error handlingLibravatar cel 🌸2025-03-265-274/+274
|
* feat(filamento): create exampleLibravatar cel 🌸2025-03-261-1/+1
|
* refactor(filament): split logic into different filesLibravatar cel 🌸2025-03-269-1121/+1259
|
* refactor: rename crates and move client logic to separate crate `filament`Libravatar cel 🌸2025-03-267-0/+2603