aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor: utilise new jid type safetyHEADmainjid-refactorLibravatar cel 🌸26 hours26-357/+392
|
* refactor(jid): more type safetyLibravatar cel 🌸26 hours1-53/+238
|
* fix(filamento): fix non-WASM buildLibravatar Rémi Bardon3 days2-52/+25
| | | | Co-authored-by: cel 🌸 <cel@bunny.garden>
* perf(filamento): remove useless cloneLibravatar Rémi Bardon3 days1-4/+3
|
* perf(filamento): use `with_capacity` intializers where possibleLibravatar Rémi Bardon3 days1-43/+81
|
* feat(filamento): make client identity dynamicLibravatar Rémi Bardon3 days1-1/+5
|
* feat: add license lolwasmLibravatar cel 🌸3 days1-0/+661
|
* chore(filamento): move dependencies to workspaceLibravatar cel 🌸3 days1-19/+17
|
* chore(lampada): move dependencies to workspaceLibravatar cel 🌸3 days2-10/+14
|
* chore(luz): move dependencies to workspaceLibravatar cel 🌸3 days2-27/+38
|
* fix(luz): clean up warningsLibravatar cel 🌸3 days7-19/+19
|
* chore(luz): update peanutsLibravatar cel 🌸3 days2-2/+2
|
* chore(stanza): update peanuts and use workspace depsLibravatar cel 🌸3 days35-398/+314
|
* doc: readmeLibravatar cel 🌸3 days1-2/+1
|
* feat(filamento): impl `Display` for `Subscription`Libravatar cel 🌸9 days1-1/+35
|
* feat(filamento): read_chat_and_user()Libravatar cel 🌸2025-05-196-55/+141
|
* 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-096-28/+67
| | | | | | 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-056-2/+10
|
* feat(luz): xep-0156: discovering websocket connection urlLibravatar cel 🌸2025-04-303-11/+81
|
* feat(stanza): XRDLibravatar cel 🌸2025-04-303-0/+236
|
* feat(luz): proper websocket connection errorsLibravatar cel 🌸2025-04-293-6/+46
|
* feat: serdeLibravatar cel 🌸2025-04-2816-32/+201
|
* chore: downgrade futuresLibravatar cel 🌸2025-04-213-3/+3
|
* helix: languages.tomlLibravatar cel 🌸2025-04-181-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-1712-92/+657
|
* feat(filamento): remove sqlxLibravatar cel 🌸2025-04-178-169/+36
|
* feat(filamento): compiles on wasmLibravatar cel 🌸2025-04-1715-839/+1337
|
* feat(lampada): wasm + websockets supportLibravatar cel 🌸2025-04-134-35/+58
|
* feat(luz): wasm and websockets supportLibravatar cel 🌸2025-04-1313-448/+813
|
* feat(stanza): rfc 7395Libravatar cel 🌸2025-04-134-1/+97
|
* feat(luz): dependencies compile on wasmLibravatar cel 🌸2025-04-122-5/+11
|
* fix: remove db from git again lolLibravatar cel 🌸2025-04-112-0/+1
|
* fix(lampada): FUSE the disconnect timeout oneshotLibravatar cel 🌸2025-04-111-3/+4
|
* 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
|