index
:
luz
jid-refactor
main
wasm
xmpp thingies in rust
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
filamento
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore(filamento): move dependencies to workspace
cel 🌸
9 days
1
-19
/
+17
|
*
feat(filamento): impl `Display` for `Subscription`
cel 🌸
2025-05-24
1
-1
/
+35
|
*
feat(filamento): read_chat_and_user()
cel 🌸
2025-05-19
5
-53
/
+138
|
*
fix(filamento): increase timeout
cel 🌸
2025-05-12
4
-1
/
+1
|
*
fix(filamento): stanza error panic
cel 🌸
2025-05-12
2
-9
/
+3
|
*
feat(filamento): PartialEq + Eq for Show
cel 🌸
2025-05-10
1
-1
/
+1
|
*
chore(filamento): update reactive_stores to 0.2.2
cel 🌸
2025-05-10
1
-1
/
+1
|
*
fix: use tokio_with_wasm fork that doesn't remove
Emilis
2025-05-09
2
-11
/
+39
|
|
|
|
|
|
tasks Co-authored-by: cel 🌸 <cel@bunny.garden>
*
fix opfs storage type issue, use unbounded channels
Emilis
2025-05-08
2
-118
/
+154
|
*
feat(filamento): OPFS database
cel 🌸
2025-05-08
7
-994
/
+1124
|
*
feat(filamento): OPFS FileStore implementation
cel 🌸
2025-05-08
5
-1
/
+56
|
*
feat(filamento): reactive_stores support
cel 🌸
2025-05-05
5
-1
/
+9
|
*
feat: serde
cel 🌸
2025-04-28
11
-26
/
+181
|
*
chore: downgrade futures
cel 🌸
2025-04-21
1
-1
/
+1
|
*
fix(filamento): tokio io
cel 🌸
2025-04-18
1
-1
/
+4
|
*
fix(filamento): db url
cel 🌸
2025-04-18
1
-1
/
+1
|
*
feat(filamento): full wasm support by switching to rusqlite
cel 🌸
2025-04-17
8
-90
/
+629
|
*
feat(filamento): remove sqlx
cel 🌸
2025-04-17
7
-164
/
+27
|
*
feat(filamento): compiles on wasm
cel 🌸
2025-04-17
6
-781
/
+1194
|
*
fix(filamento): `handle_get_roster_with_users()` should not call the client ↵
cel 🌸
2025-04-11
1
-7
/
+60
|
|
|
|
handle so on connection function can complete
*
feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`
cel 🌸
2025-04-11
7
-19
/
+226
|
*
feat(filamento): `get_messages_with_users()`
cel 🌸
2025-04-11
5
-6
/
+65
|
*
feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`
cel 🌸
2025-04-11
2
-0
/
+3
|
*
feat(filamento): return from: `User` with `Message` on new message
cel 🌸
2025-04-11
4
-0
/
+46
|
*
feat(filamento): return `User` with `Contact` on roster push
cel 🌸
2025-04-11
3
-19
/
+65
|
*
feat(filamento): `get_roster_with_users()` on client connect
cel 🌸
2025-04-11
2
-2
/
+2
|
*
feat(filamento): `get_roster_with_users()`
cel 🌸
2025-04-11
5
-6
/
+94
|
*
feat(filamento): add `root()` method to `Files`
cel 🌸
2025-04-10
1
-0
/
+4
|
*
feat: use git repo for dependency `peanuts`
cel 🌸
2025-04-10
1
-1
/
+1
|
*
fix(filamento): create_message_with_user_resource sql error
cel 🌸
2025-04-10
2
-17
/
+22
|
*
feat(filamento): create default `FileStore` implementor that uses `tokio::fs`
cel 🌸
2025-04-10
1
-1
/
+55
|
*
fix(filamento): add `avatar` to `User` struct
cel 🌸
2025-04-10
1
-0
/
+1
|
*
fix(filamento): use jpeg for user avatar on avatar:data node
cel 🌸
2025-04-08
3
-5
/
+21
|
*
fix(filamento): caps +notify and use hex representation for avatar metadata id
cel 🌸
2025-04-08
5
-27
/
+46
|
*
fix(filamento): check if nick and avatar were actually changed
cel 🌸
2025-04-08
2
-13
/
+17
|
*
feat(filamento): user avatar publishing and processing
cel 🌸
2025-04-08
20
-224
/
+1153
|
*
feat(filamento): xep-0172: user nick
cel 🌸
2025-04-03
1
-0
/
+49
|
*
feat(filamento): caps 1.0
cel 🌸
2025-04-03
5
-30
/
+170
|
*
feat(filamento): caps 1.0 helper functions & tests
cel 🌸
2025-04-03
3
-5
/
+227
|
*
feat(filamento): caps 2.0 helper functions
cel 🌸
2025-04-03
9
-11
/
+270
|
*
feat: better message handling, pep publish, xep_0172: nick
cel 🌸
2025-04-03
14
-246
/
+656
|
*
feat(filamento): disco items requests
cel 🌸
2025-03-28
5
-15
/
+123
|
*
feat(filamento): disco info requests
cel 🌸
2025-03-28
6
-12
/
+175
|
*
feat(filamento): `From` impls for disco types
cel 🌸
2025-03-28
1
-1
/
+123
|
*
feat(filamento): disco features and identity categories according to registry
cel 🌸
2025-03-28
2
-0
/
+1643
|
*
refactor(filamento): handle_offline logic
cel 🌸
2025-03-27
4
-41
/
+44
|
*
refactor(filamento): handle_online logic
cel 🌸
2025-03-27
9
-619
/
+701
|
*
feat: remove `UpdateMessage::Error` variant
cel 🌸
2025-03-27
6
-56
/
+31
|
*
feat: disco info from server
cel 🌸
2025-03-27
4
-31
/
+167
|
*
feat: stream error handling
cel 🌸
2025-03-26
6
-275
/
+275
|
[next]