index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fixtures
/
message.rs
Commit message (
Expand
)
Author
Age
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
*
Rename "channel" to "conversation" within the server.
Owen Jacobson
2025-07-03
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Consolidate test helper event functions
Owen Jacobson
2024-10-24
*
Tests for channel, invite, setup, and message deletion events.
Owen Jacobson
2024-10-24
*
Tests for `DELETE /api/messages/:id`
Owen Jacobson
2024-10-23
*
Test boot more thoroughly.
Owen Jacobson
2024-10-23
*
Unicode normalization on input.
Owen Jacobson
2024-10-21
*
Retain deleted messages and channels temporarily, to preserve events for replay.
Owen Jacobson
2024-10-17
*
Represent channels and messages using a split "History" and "Snapshot" model.
Owen Jacobson
2024-10-03
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Make `/api/events` a firehose endpoint.
Owen Jacobson
2024-09-27
*
Code organization changes considered during implementation of vector-of-seque...
Owen Jacobson
2024-09-25
*
Write tests.
Owen Jacobson
2024-09-20