-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rewritten IrcConnect class (now called IrcClient) to prevent Race conditions! - Added timeout warnings. - Added support for TLS/SSL - Added better error handeling using the error codes from RFC 1459 IRC Protocol - Added full support for receiving and sending to seperate channels - Added comments and changed names to fit C# code convention - Under the hood DCC fixes for more stability and error handeling when downloads go wrong - **Changed Action based callback methods to Event handlers** Should fix issue: #9
- Loading branch information
Eldin Zenderink
committed
May 21, 2018
1 parent
fcd826c
commit 8978448
Showing
26 changed files
with
3,173 additions
and
1,546 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.