aboutsummaryrefslogtreecommitdiffstats
path: root/filamento (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: utilise new jid type safetyHEADmainjid-refactorLibravatar cel 🌸5 days12-265/+313
|
* fix(filamento): fix non-WASM buildLibravatar Rémi Bardon7 days2-52/+25
| | | | Co-authored-by: cel 🌸 <cel@bunny.garden>
* perf(filamento): remove useless cloneLibravatar Rémi Bardon7 days1-4/+3
|
* perf(filamento): use `with_capacity` intializers where possibleLibravatar Rémi Bardon7 days1-43/+81
|
* feat(filamento): make client identity dynamicLibravatar Rémi Bardon7 days1-1/+5
|
* chore(filamento): move dependencies to workspaceLibravatar cel 🌸7 days1-19/+17
|
* feat(filamento): impl `Display` for `Subscription`Libravatar cel 🌸13 days1-1/+35
|
* feat(filamento): read_chat_and_user()Libravatar cel 🌸2025-05-195-53/+138
|
* fix(filamento): increase timeoutLibravatar cel 🌸2025-05-124-1/+1
|
* fix(filamento): stanza error panicLibravatar cel 🌸2025-05-122-9/+3
|
* feat(filamento): PartialEq + Eq for ShowLibravatar cel 🌸2025-05-101-1/+1
|
* chore(filamento): update reactive_stores to 0.2.2Libravatar cel 🌸2025-05-101-1/+1
|
* fix: use tokio_with_wasm fork that doesn't removeLibravatar Emilis2025-05-092-11/+39
| | | | | | tasks Co-authored-by: cel 🌸 <cel@bunny.garden>
* fix opfs storage type issue, use unbounded channelsLibravatar Emilis2025-05-082-118/+154
|
* feat(filamento): OPFS databaseLibravatar cel 🌸2025-05-087-994/+1124
|
* feat(filamento): OPFS FileStore implementationLibravatar cel 🌸2025-05-085-1/+56
|
* feat(filamento): reactive_stores supportLibravatar cel 🌸2025-05-055-1/+9
|
* feat: serdeLibravatar cel 🌸2025-04-2811-26/+181
|
* chore: downgrade futuresLibravatar cel 🌸2025-04-211-1/+1
|
* fix(filamento): tokio ioLibravatar cel 🌸2025-04-181-1/+4
|
* fix(filamento): db urlLibravatar cel 🌸2025-04-181-1/+1
|
* feat(filamento): full wasm support by switching to rusqliteLibravatar cel 🌸2025-04-178-90/+629
|
* feat(filamento): remove sqlxLibravatar cel 🌸2025-04-177-164/+27
|
* feat(filamento): compiles on wasmLibravatar cel 🌸2025-04-176-781/+1194
|
* fix(filamento): `handle_get_roster_with_users()` should not call the client ↵Libravatar cel 🌸2025-04-111-7/+60
| | | | handle so on connection function can complete
* feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`Libravatar cel 🌸2025-04-117-19/+226
|
* feat(filamento): `get_messages_with_users()`Libravatar cel 🌸2025-04-115-6/+65
|
* feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`Libravatar cel 🌸2025-04-112-0/+3
|
* feat(filamento): return from: `User` with `Message` on new messageLibravatar cel 🌸2025-04-114-0/+46
|
* feat(filamento): return `User` with `Contact` on roster pushLibravatar cel 🌸2025-04-113-19/+65
|
* feat(filamento): `get_roster_with_users()` on client connectLibravatar cel 🌸2025-04-112-2/+2
|
* feat(filamento): `get_roster_with_users()`Libravatar cel 🌸2025-04-115-6/+94
|
* feat(filamento): add `root()` method to `Files`Libravatar cel 🌸2025-04-101-0/+4
|
* feat: use git repo for dependency `peanuts`Libravatar cel 🌸2025-04-101-1/+1
|
* fix(filamento): create_message_with_user_resource sql errorLibravatar cel 🌸2025-04-102-17/+22
|
* feat(filamento): create default `FileStore` implementor that uses `tokio::fs`Libravatar cel 🌸2025-04-101-1/+55
|
* fix(filamento): add `avatar` to `User` structLibravatar cel 🌸2025-04-101-0/+1
|
* fix(filamento): use jpeg for user avatar on avatar:data nodeLibravatar cel 🌸2025-04-083-5/+21
|
* fix(filamento): caps +notify and use hex representation for avatar metadata idLibravatar cel 🌸2025-04-085-27/+46
|
* fix(filamento): check if nick and avatar were actually changedLibravatar cel 🌸2025-04-082-13/+17
|
* feat(filamento): user avatar publishing and processingLibravatar cel 🌸2025-04-0820-224/+1153
|
* feat(filamento): xep-0172: user nickLibravatar cel 🌸2025-04-031-0/+49
|
* feat(filamento): caps 1.0Libravatar cel 🌸2025-04-035-30/+170
|
* feat(filamento): caps 1.0 helper functions & testsLibravatar cel 🌸2025-04-033-5/+227
|
* feat(filamento): caps 2.0 helper functionsLibravatar cel 🌸2025-04-039-11/+270
|
* feat: better message handling, pep publish, xep_0172: nickLibravatar cel 🌸2025-04-0314-246/+656
|
* feat(filamento): disco items requestsLibravatar cel 🌸2025-03-285-15/+123
|
* feat(filamento): disco info requestsLibravatar cel 🌸2025-03-286-12/+175
|
* 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
|