Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

v0.2

Compare
Choose a tag to compare
@Charibdys Charibdys released this 02 Jan 04:09
· 263 commits to master since this release
  • Implemented message history for caching messages, allowing messages to be replied to.
  • How long a message can exist in the message history before expiring can be configured.
  • Added a message queue for sending messages concurrently.
  • The config is now checked at startup and converted to a hash.
  • Rewrote the relay function to make use of the new queue.
  • Ranked and active users are prioritized over unranked and less active users when queuing messages.
  • Non-text messages can now pass through the check function and be relayed.