-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Add Message.Check() error.
It should do semantic checking on a parsed message. For example, according to RFC 2812, "Channels names are strings … of length up to fifty (50) characters." We never check that anywhere. We just check simple things like the entire message length, and we have no way to check that out-going message, constructed by a user, are OK.