~sircmpwn/ChatSharp

Merge pull request #97 from RockyTV/caps

Fix some bugs
f6538634 — Alexandre Oliveira 6 years ago
Use TryParse instead of TryParseExact

- Using TryParseExact would crash if the server
  sent us a time string with 2-digit milliseconds.
89ba7e24 — Alexandre Oliveira 6 years ago
Check ISUPPORT against null and string.Empty

- Some IRC networks may specify ISUPPORT tokens without values,
  which the parser considers as being null, resulting in a crash.
f712abaa — Alexandre Oliveira 6 years ago
Update tag parsing to differentiate null from empty string

- https://github.com/ircv3/ircv3-specifications/issues/334
Merge pull request #94 from RockyTV/caps

Add support for SASLv3.1 PLAIN authentication
bfddb782 — Alexandre Oliveira 7 years ago
Add support for SASL PLAIN authentication
Merge pull request #93 from RockyTV/fixes

Add handler for RPL_WHOREPLY (352)
85e09237 — Alexandre Oliveira 7 years ago
Add handler for RPL_WHOREPLY (352)
Merge pull request #92 from RockyTV/caps

Add support for userhost-in-names cap
79d6f1c4 — Alexandre Oliveira 7 years ago
Add support for userhost-in-names cap
Merge pull request #91 from RockyTV/caps

Add support for chghost cap
6894e892 — Alexandre Oliveira 7 years ago
Add support for chghost cap
Merge pull request #89 from RockyTV/caps

Add support for account-notify cap
794812b9 — Alexandre Oliveira 7 years ago
Add support for account-notify cap
Merge pull request #88 from RockyTV/caps

Fix invalid cast exception in WHOX query
84823814 — Alexandre Oliveira 7 years ago
Fix invalid cast exception in WHOX query
Merge pull request #87 from RockyTV/master

Add support for channel keys
f380779e — Benjamin Moir 7 years ago
Add support for channel keys

Closes #57
Merge pull request #86 from RockyTV/caps

Support WHOX queries
545896b7 — Alexandre Oliveira 7 years ago
Support WHOX queries
Next
Do not follow this link