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
/
login
/
repo
Commit message (
Expand
)
Author
Age
*
rustdoc comment for the (very limited) public API of the crate.
Owen Jacobson
2024-09-25
*
Consolidate most repository types into a repo module.
Owen Jacobson
2024-09-16
*
Revoking a nonexistent token should fail
Owen Jacobson
2024-09-16
*
Expose sqlx errors directly in repo interfaces.
Owen Jacobson
2024-09-16
*
Generate the required structure for broadcasting from a join, not from O(n) q...
Owen Jacobson
2024-09-13
*
Embed the sender's whole login (id and name) in messages, drop the redundant ...
Owen Jacobson
2024-09-13
*
Transmit messages via `/:chan/send` and `/:chan/events`.
Owen Jacobson
2024-09-13
*
Consolidate the (now) two definitions of DateTime.
Owen Jacobson
2024-09-12
*
Push most endpoint and extractor logic into functoins of `App`.
Owen Jacobson
2024-09-12
*
Expire tokens based on when they were last used, not based on when they were ...
Owen Jacobson
2024-09-11
*
Fix mis-placed comment
Owen Jacobson
2024-09-04
*
Expire sessions after 90 days.
Owen Jacobson
2024-09-04
*
Display a different / page depending on whether the current identity is valid...
Owen Jacobson
2024-09-04
*
Add logout support.
Owen Jacobson
2024-09-03
*
Allow login creation and authentication.
Owen Jacobson
2024-09-03