Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 6 additions & 4 deletions protocol.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Platapai: ^^^
janKonku: it's particularly nice for alternate clients
Breadpudding: That we may or may not be writing as we speak
janKonku: very little in the way of coding needed to connect to it and have it working
Breadpudding: Maybe reduce the rate limiting when you aren't streaming?](part1.png)
Breadpudding: Maybe reduce the rate limiting when you aren't streaming?](images/protocol1.png)

![MattKC: there is an argument for sending the time with the message, it could be nice even on here to be able to see exactly when a message was sent
MattKC: it's obviously recorded in the database but isn't sent to the client
Breadpudding: Wait, there's a database for this?
Breadpudding: Your poor server lol
janKonku: did you record the one test packet i sent
MattKC: yes the chat is backed by a database
janKonku: should be type 'test' :)](part2.png)
janKonku: should be type 'test' :)](images/protocol2.png)

## Connectivity

Expand Down Expand Up @@ -395,7 +395,9 @@ Minimum Authentication Level: *Unknown*

### Emoji

*TODO*
The emoji system is still very unknown, but it seems that they are pulled from an array or table.

https://stream.mattkc.com/chat/emotes/
Comment on lines +398 to +400
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any thoughts on parsing the data given by Matt's server?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im guessing its just an alias kind of thing, you put in text and it replaces it with a file in realtime.


### Mentions

Expand All @@ -421,4 +423,4 @@ The following is a list of the currently known authentication levels:
| ----- | --------- | --------- | --------- | ----- | --------- | --------- |
| `0` | No | No | No | No | No | No |
| `50` | *Unknown* | *Unknown* | *Unknown* | Yes | *Unknown* | *Unknown* |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably get @janLuna to confirm which commands they have access to and if we're missing any.

| `100` | Yes | Yes | Yes | Yes | Yes | Yes |
| `100` | Yes | Yes | Yes | Yes | Yes | Yes |
File renamed without changes
File renamed without changes