Updated many functions with better error checking.

pull/10/head
John Safranek 2016-07-18 21:21:42 -07:00
parent 1e77d1595b
commit 4041ecf408
2 changed files with 642 additions and 459 deletions

File diff suppressed because it is too large Load Diff

View File

@ -67,7 +67,8 @@ enum WS_ErrorCodes {
WS_RESOURCE_E = -25, /* insufficient resources for new channel */
WS_INVALID_CHANTYPE = -26, /* invalid channel type */
WS_INVALID_CHANID = -27,
WS_INVALID_USERNAME = -28
WS_INVALID_USERNAME = -28,
WS_CRYPTO_FAILED = -29 /* crypto action failed */
};