Railgun

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

User Tools

Site Tools


sockchat:s2c

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:s2c [2025/04/13 19:23] – added link to notices and also corrected that 7.1 is not a list flashsockchat:s2c [2025/04/20 02:09] (current) – [Draft] flash
Line 5: Line 5:
 ===== Core ===== ===== Core =====
  
-  * [[sockchat:s2c:pong|Packet 0: Pong]] - Response to [[sockchat:c2s:ping|ping]] packets sent by the client. +  * [[sockchat:s2c:pong|S2C Packet 0: Pong]] - Response to [[sockchat:c2s:ping|ping]] packets sent by the client. 
-  * [[sockchat:s2c:authn-status-user-join|Packet 1: Authentication Status/User Add]] - Authentication status or informs the client that another user has joined. +  * [[sockchat:s2c:authz-status-user-join|S2C Packet 1: Authorization Status/User Add]] - Authorization status or informs the client that another user has joined. 
-     * [[sockchat:s2c:authn-success|Packet 1.y: Authentication Success]] - Authentication has succeeded. +     * [[sockchat:s2c:authz-success|S2C Packet 1.y: Authorization Success]] - Authorization has succeeded. 
-     * [[sockchat:s2c:authn-fail|Packet 1.n: Authentication Failure]] - Authentication has failed. +     * [[sockchat:s2c:authz-fail|S2C Packet 1.n: Authorization Failure]] - Authorization has failed. 
-     * [[sockchat:s2c:user-add|Packet 1.#: User Add]] - Another user has been added. +     * [[sockchat:s2c:user-add|S2C Packet 1.#: User Add]] - Another user has been added. 
-  * [[sockchat:s2c:message-add|Packet 2: Message Add]] - A message has been added to the message list. +  * [[sockchat:s2c:message-add|S2C Packet 2: Message Add]] - A message has been added to the message list. 
-  * [[sockchat:s2c:user-remove|Packet 3: User Remove]] - Another user has been removed. +  * [[sockchat:s2c:user-remove|S2C Packet 3: User Remove]] - Another user has been removed. 
-  * [[sockchat:s2c:channel-list-event|Packet 4: Channel List Event]] - Changes to the global channel list. +  * [[sockchat:s2c:channel-list-event|S2C Packet 4: Channel List Event]] - Changes to the global channel list. 
-     * [[sockchat:s2c:channel-add|Packet 4.0: Channel Add]] - A channel has been created. +     * [[sockchat:s2c:channel-add|S2C Packet 4.0: Channel Add]] - A channel has been created. 
-     * [[sockchat:s2c:channel-update|Packet 4.1: Channel Update]] - A channel has been updated. +     * [[sockchat:s2c:channel-update|S2C Packet 4.1: Channel Update]] - A channel has been updated. 
-     * [[sockchat:s2c:channel-remove|Packet 4.2: Channel Remove]] - A channel has been removed. +     * [[sockchat:s2c:channel-remove|S2C Packet 4.2: Channel Remove]] - A channel has been removed. 
-  * [[sockchat:s2c:channel-user-event|Packet 5: Channel User Event]] - Changes to the current channel user list. +  * [[sockchat:s2c:channel-user-event|S2C Packet 5: Channel User Event]] - Changes to the current channel user list. 
-     * [[sockchat:s2c:channel-user-add|Packet 5.0: Channel User Add]] - Another user has been added to the channel. +     * [[sockchat:s2c:channel-user-add|S2C Packet 5.0: Channel User Add]] - Another user has been added to the channel. 
-     * [[sockchat:s2c:channel-user-remove|Packet 5.1: Channel User Remove]] - Another user has been removed from channel. +     * [[sockchat:s2c:channel-user-remove|S2C Packet 5.1: Channel User Remove]] - Another user has been removed from channel. 
-     * [[sockchat:s2c:channel-user-switch|Packet 5.2: Channel User Switch]] - Client is about to be forcibly moved to another channel. +     * [[sockchat:s2c:channel-user-switch|S2C Packet 5.2: Channel User Switch]] - Client is about to be forcibly moved to another channel. 
-  * [[sockchat:s2c:message-remove|Packet 6: Message Remove]] - A message has been removed from the message list. +  * [[sockchat:s2c:message-remove|S2C Packet 6: Message Remove]] - A message has been removed from the message list. 
-  * [[sockchat:s2c:context-population|Packet 7: Context Population]] - Provides existing context about the server or current channel. +  * [[sockchat:s2c:context-population|S2C Packet 7: Context Population]] - Provides existing context about the server or current channel. 
-     * [[sockchat:s2c:context-user-list|Packet 7.0: Context User List]] - Provides the user list for the current channel. +     * [[sockchat:s2c:context-user-list|S2C Packet 7.0: Context User List]] - Provides the user list for the current channel. 
-     * [[sockchat:s2c:context-message|Packet 7.1: Context Message Add]] - Provides an existing message in the current channel. +     * [[sockchat:s2c:context-message-add|S2C Packet 7.1: Context Message Add]] - Provides an existing message in the current channel. 
-     * [[sockchat:s2c:context-channel-list|Packet 7.2: Context Channel List]] - Provides the channel list of the server. +     * [[sockchat:s2c:context-channel-list|S2C Packet 7.2: Context Channel List]] - Provides the channel list of the server. 
-  * [[sockchat:s2c:context-clear|Packet 8: Context Clear]] - Clears part of the current context. +  * [[sockchat:s2c:context-clear|S2C Packet 8: Context Clear]] - Clears part of the current context. 
-  * [[sockchat:s2c:forced-disconnect|Packet 9: Forced Disconnect]] - Client has received a kick or a ban. +  * [[sockchat:s2c:forced-disconnect|S2C Packet 9: Forced Disconnect]] - Client has received a kick or a ban. 
-  * [[sockchat:s2c:user-update|Packet 10: User Update]] - A user has been updated.+  * [[sockchat:s2c:user-update|S2C Packet 10: User Update]] - A user has been updated.
  
 ==== Draft ==== ==== Draft ====
  
-  * [[sockchat:s2c:capabilities|Packet 11: Capabilities]] - Informs the client which of its capabilities are supported.+  * [[sockchat:s2c:server-info|S2C Packet 11: Server Info]] - Informs the client about the name, version and filtered capabilities of server in response to [[sockchat:c2s:client-info|client info]].
  
 ===== See Also ===== ===== See Also =====
  
-  * [[sockchat:notices|Notices]] - List of informational or error notices that can be received through [[sockchat:s2c:message-add|Message Add]] or [[sockchat:s2c:context-message|Context Message]].+  * [[sockchat:c2s|Client to Server (C2S) Packets]] - List of packets sent from the client to the server. 
 +  * [[sockchat:notices|Notices]] - List of informational or error notices that can be received through [[sockchat:s2c:message-add|Message Add]] or [[sockchat:s2c:context-message-add|Context Message Add]].
sockchat/s2c.1744572188.txt.gz · Last modified: by flash