Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic chat system #21

Open
SammygoodTunes opened this issue Jan 7, 2025 · 0 comments
Open

Implement basic chat system #21

SammygoodTunes opened this issue Jan 7, 2025 · 0 comments
Labels
feature Feature to implement low priority Low priority

Comments

@SammygoodTunes
Copy link
Owner

Basic chat system that:

  • implements a new protocol for message communication
  • supports UTF-8 (typeface needs extending for most unicode characters)
  • stores messages in logs, not in databases or on the server
  • restricts messages to a certain amount of characters
  • prevents too many messages (spam)
  • displays the server owner's messages in a custom color (?)
@SammygoodTunes SammygoodTunes added low priority Low priority feature Feature to implement labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature to implement low priority Low priority
Projects
None yet
Development

No branches or pull requests

1 participant