Railgun

if it ain't broke, we'll break it

User Tools

Site Tools


sockchat:c2s

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sockchat:c2s [2025/04/13 19:14] – [Core] flashsockchat:c2s [2025/04/20 01:37] (current) flash
Line 5: Line 5:
 ===== Core ===== ===== Core =====
  
-  * [[sockchat:c2s:ping|Packet 0: Ping]] - Sent periodically to keep the session active. +  * [[sockchat:c2s:ping|C2S Packet 0: Ping]] - Sent periodically to keep the session active. 
-  * [[sockchat:c2s:attempt-authn|Packet 1: Attempt Authentication]] - Attempts authentication of the client with the server. +  * [[sockchat:c2s:authz-attempt|C2S Packet 1: Authorization Attempt]] - Attempts authorization of the client with the server. 
-  * [[sockchat:c2s:send-message|Packet 2: Send Message]] - Submits a message to a channel or another user.+  * [[sockchat:c2s:message-send|C2S Packet 2: Message Send]] - Submits a message to a channel or another user.
  
 ==== Draft ==== ==== Draft ====
  
-  * [[sockchat:c2s:capabilities|Packet 3: Capabilities]] - Informs the server what extensions the connecting client understands.+  * [[sockchat:c2s:client-info|C2S Packet 3: Client Info]] - Informs the server about the name, version and capabilities of the client
 + 
 +===== See Also ===== 
 + 
 +  * [[sockchat:s2c|Server to Client (S2C) Packets]] - List of packets sent from the server to the client. 
 +  * [[sockchat:commands|Commands]] - List of commands that can be sent through the [[sockchat:c2s:message-send|Message Send]] packet.
  
sockchat/c2s.1744571698.txt.gz · Last modified: 2025/04/13 19:14 by flash