m
minor spelling and grammatical corrections
m (→Summary: spelling) |
m (minor spelling and grammatical corrections) |
||
| Line 17: | Line 17: | ||
==Features== | ==Features== | ||
*Embeddable library | *Embeddable library | ||
*Works for raids, parties, guilds and | *Works for raids, parties, guilds and battlegrounds | ||
*Standard/shared global channel name (only ever uses 1 and it is only joined when used) | *Standard/shared global channel name (only ever uses 1 and it is only joined when used) | ||
*Addons merely needs to register a listener and send messages with the Telepathy API for minimal usage | *Addons merely needs to register a listener and send messages with the Telepathy API for minimal usage | ||
*Performs basic flood control through ChatThrottleLib | *Performs basic flood control through ChatThrottleLib | ||
*Message priority system for alerts, bulk data and normal messages. | *Message priority system for alerts, bulk data and normal messages. | ||
*Datagrams are | *Datagrams are automatically fragmented, queued and reconstructed for multiple message transfers | ||
*Telepathy.sendTable allows for serialization and direct transfer of lua tables for everything but functions | *Telepathy.sendTable allows for serialization and direct transfer of lua tables for everything but functions | ||
*Telepathy global and whisper messages are | *Telepathy global and whisper messages are automatically forcibly suppressed via a ChatFrame_OnEvent hook and the other messages are not read by the default ChatFrames. This can also be circumvented for debugging. | ||
*Verbose debug options for seeing hidden chat and diagnosing problems using Sea.io.error (prints to chatframe or optionally ImprovedErrorFrame) | *Verbose debug options for seeing hidden chat and diagnosing problems using Sea.io.error (prints to chatframe or optionally ImprovedErrorFrame) | ||