``` _________________________________________ ( Looks like it's going to be a fun night ) ----------------------------------------- \ \ \ ,__=##@@@-----____##@@-_ \ @* *%@@=, \ @* *@. @* *@. @ @ __%* # # @ ,=====, ,-----, .-----. ,===== @ @ @.#. # # .# # # # # #,__ ,#---# *---* *---* *---* *---* @* @,. # .# @. # ; ; ; ,#, ; @ # %-__@ *-___-* *-___=@ *-____-#@*-___- @ *-__-*%@#^ @. %` @ @. # @ @ .@ @ @ @. -==--_ @ @_--==- %. @ ,% # @ # *# ,% @ .@ ;* # @ @ ==#-*#^^*--_@-^_--*#^^*-#== @ #* @ #.%, % | @ @ @ @ @ @ | @ @ @ @ #@ @ #: @^* @ @^* @ @ #. # @ ,@ *=@ ^@ @ ^@ @ :% @ @ @ @* @. *---^ ^---* #*^ #. ,#@, _# # @. @ # *@_ @ *_ @____+* %, %. , , ,@ ,@ *##+___*#@ *@, *--_____--# _@, *@, ^v^ _@ %* *@#, #-^ *-_____#, ,#@___-@* *----___==* , *--__ __--* , ,#*____-#*--@ ##@#-#@## @--*#-___--*@#. ,# #, ,#@ @_# ,@=@, #_ *=-__#@ @ @ @#--* , ,# @ @ : @ @#-_ % # ,@*-__-@ *-# : #-* @-___=@*, ,@% *=-____=% *_@_* *@___=* ``` SDM IRC Suite ============= This is a fork of [IRCd 2.11.2p3](http://www.irc.org) with support for non-POSIX compliant platforms (such as Microsoft Windows) Components ---------- * [Flandre](src/mkpasswd), Password generator for `ìrcd.conf` * [Meiling](src/server), IRC daemon * [Sakuya](src/service), IRC services (includes ChanServ, NickServ and OperServ) Differences from `ircd` ----------------------- * `I` flag in `P`-line to skip Ident check * `Z` flag in `P`-line to enable SSL/TLS Platform notes -------------- * Support for MSVC (checked on VS2010) Building -------- You need to have [Premake](https://premake.github.io) installed, and optionally [OpenSSL](https://www.openssl.org) for SSL/TLS support. See also -------- * [ircd2-mp](https://github.com/nishiowo/ircd2-mp) (this is the original code, this one got Keine'd)