chatsharp/ChatSharp
Alexandre Oliveira 89ba7e24f9 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.
2018-03-05 23:27:28 -03:00
..
Events Support WHOX queries 2017-10-04 21:07:35 -03:00
Handlers Check ISUPPORT against null and string.Empty 2018-03-05 23:27:28 -03:00
CapabilityPool.cs Add basic capability support 2017-08-19 13:30:32 -03:00
ChannelCollection.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
ChatSharp.csproj Port to .NET Standard 2.0 2017-08-18 20:16:42 -03:00
ClientSettings.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
IrcCapability.cs Add basic capability support 2017-08-19 13:30:32 -03:00
IrcChannel.cs Pass Part reason to PartChannel 2017-09-20 02:21:27 -05:00
IrcClient.Commands.cs Add handler for RPL_WHOREPLY (352) 2017-12-20 19:30:19 -02:00
IrcClient.cs Add support for SASL PLAIN authentication 2017-12-20 22:00:42 -02:00
IrcMessage.cs Update tag parsing to differentiate null from empty string 2018-03-05 23:22:54 -03:00
IrcProtocolException.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
IrcUser.cs Add support for account-notify cap 2017-10-13 12:57:01 -03:00
Mask.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
MaskCollection.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
PrivateMessage.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
RequestManager.cs Support WHOX queries 2017-10-04 21:07:35 -03:00
ServerInfo.cs Support WHOX queries 2017-10-04 21:07:35 -03:00
Timestamp.cs Add complete support for server-time cap 2017-09-09 00:05:48 -03:00
UserPool.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
UserPoolView.cs Remove useless Pool property from UserPoolView 2017-08-25 19:41:35 -03:00
WhoIs.cs Add XML docs to all public members 2015-07-31 21:06:22 -04:00
WhoX.cs Add support for account-notify cap 2017-10-13 12:57:01 -03:00