No description
Find a file
oxalica 73eb441a26 refactor(*): use term msg to replace item
- `Msg` or `msg` is now the canonical term for the substructure in a
  room. It includes a `chat` subtype and (in the future) other
  administration subtypes like member joining or leaving.

- `Message` or `message` can used in human oriented context like docs
  and comments, but only when it is unambiguous.

- `message` is not chosen in code because it's hard to type (at least
  for me!), and have ambiguous meaning of:
  - "Human readable text" in context of `ApiError`'s field.
  - "A unit of data transfer, datagram" in context of WebSocket Message.

- `item` is not chosen because it is overly generic.
2024-09-13 03:32:11 -04:00
.github/workflows ci: enable all non-webapi tests on stable rustc 2024-09-11 13:19:24 -04:00
blah-types refactor(*): use term msg to replace item 2024-09-13 03:32:11 -04:00
blahctl feat: impl basic peer chat 2024-09-10 12:26:37 -04:00
blahd refactor(*): use term msg to replace item 2024-09-13 03:32:11 -04:00
contrib feat(blahd): impl socket activation integration 2024-09-11 13:17:52 -04:00
docs refactor(*): use term msg to replace item 2024-09-13 03:32:11 -04:00
test-frontend refactor(*): use term msg to replace item 2024-09-13 03:32:11 -04:00
.gitignore refactor: reorganize docs and aux files 2024-09-10 03:59:31 -04:00
Cargo.lock feat(blahd): impl socket activation integration 2024-09-11 13:17:52 -04:00
Cargo.toml build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00
clippy.toml Avoid unnecessary unwrap 2024-09-06 02:05:32 -04:00
flake.lock build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00
flake.nix feat(blahd): impl socket activation integration 2024-09-11 13:17:52 -04:00
rust-toolchain.toml build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00