meebey / SmartIrc4net

IRC C# Library
http://www.meebey.net/projects/smartirc4net/
Other
126 stars 52 forks source link

Update roll-up #41

Closed djkaty closed 8 years ago

djkaty commented 8 years ago

This PR squashes everything done so far with the latest master and solves all merge conflicts. Main library now targets .NET 4.0, but still uses C# 6 language features which can be downgraded if necessary. A few other cleanups:

The 35 tests are confirmed working on this build.

All of the future work I do on write optimizations, async stuff, refactoring legacy code and new feature support will be based off this branch.