Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8f88070
Minor fixes to the readme before we get started with the new stuff
Luke-Larsen Oct 4, 2025
545e62b
Merge remote-tracking branch 'origin/main' into mls-groups
Luke-Larsen Oct 13, 2025
9a9e604
Pushing a bunch of changes
Luke-Larsen Nov 26, 2025
8a960ea
Filter for mls
Luke-Larsen Nov 26, 2025
2413c36
Starting the get message process
Luke-Larsen Nov 28, 2025
2ce25da
Basic chat handling
Luke-Larsen Dec 1, 2025
7835881
Minor cleanup
Luke-Larsen Dec 3, 2025
57e1c01
Changing how joining works
Luke-Larsen Dec 3, 2025
083ddcd
clean error message
Luke-Larsen Dec 5, 2025
fe52c52
Cleanup & better error handling
Luke-Larsen Dec 8, 2025
c4779d5
File sending basics
Luke-Larsen Dec 9, 2025
d9c872a
Removal of special commands during cleanup, Cleanup and proper error …
Luke-Larsen Jan 8, 2026
434c428
Adding back in the group message typing indicator
Luke-Larsen Jan 8, 2026
f3f1bbe
readd send_group_reaction
Luke-Larsen Jan 9, 2026
72346dd
More error handling and polish
Luke-Larsen Jan 10, 2026
70ac2d1
Templated documentation files for our library
Luke-Larsen Jan 13, 2026
dc2d95c
Remove unwraps and add mls placeholders
Luke-Larsen Jan 15, 2026
6e2f060
Test templates
Luke-Larsen Jan 18, 2026
3982b14
Version bump and docs
Luke-Larsen Jan 21, 2026
62e19ba
Doc fixes
Luke-Larsen Jan 27, 2026
081ec7c
Prototyping, first working version
Luke-Larsen Jan 28, 2026
fad6703
Revert "Prototyping, first working version"
Luke-Larsen Jan 28, 2026
723dc4e
Update Email
YuurinBee Jan 28, 2026
053034a
Update SECURITY.md
YuurinBee Mar 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#Tests
/mls/

# Rust
/target/
/.examples/target/
Expand Down
Loading