Derpius / pythonsourceserverdiscordbot

Discord bot for my Python source server query library
GNU General Public License v3.0
3 stars 1 forks source link

[feature] Add member list request #26

Closed Derpius closed 2 years ago

Derpius commented 3 years ago

Feature description Ability for relay clients to get the server member's list for implementing pinging and getting more metadata.

Possible implementation Use one of the other HTTP request types to essentially add a third channel to the handler (HEAD for example, which could be used for an initialisation packet including the member list).

Derpius commented 2 years ago

Finished being added in c063a85251833a32501bd93fb5bd22bd9a19bc2c
New InfoPayload system not used in the sourcepawn client due to the language being a pain to work with, however it has been made compatible with the slightly modified schema for GET responses.