synac-chat / server

The synac official server side application
MIT License
3 stars 0 forks source link

Online status #5

Open jD91mZM2 opened 6 years ago

jD91mZM2 commented 6 years ago

Idea by @inferiormartin: Online status.

Why?

Problems:

ttofis commented 6 years ago

This already got simplified by the removal of the Close packet method of knowing if a client is connected to a server. Idle DND and Invisible just take this from a boolean and make it an int8, no biggie. DO IT

jD91mZM2 commented 6 years ago

Idle DND and Invisible just take this from a boolean and make it an int8

enum* which is going to cause more msgpack problems

But yeah you're right, I totally could do it now I guess.