Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.02 KB

Readme.md

File metadata and controls

43 lines (30 loc) · 1.02 KB

IrcD.Net

Fully Functional Object Oriented Implementation of IrcD Server.

Build Status NuGet package

Functionality

  • Object Oriented Design, very flexible
  • Flexible User and Channel Modes
  • Fully RFC Compliant (this breaks some Clients)
  • Client Compatibility Modes
  • Can translate channels on the fly to the users language via google-translate (Channel Mode +T)

Limitations

  • Single IRC Server only
  • No Services
  • No flood protection
  • No channel protection
  • Very basic access control

Development

Compile on Windows

  • Open VS2010 solution
  • If you dont have nunit installed, Unload the Test Project

Compile On Linux

  • Use a Mono 2.10+
  • Run xbuild on the solution file
  • IF you don't have nunit installed, remove project from the Solution