Tip of the day: If you still have users on plaintext port 6667, consider enabling Strict Transport Security to gently move users to SSL/TLS on port 6697.

Translations:Main Page/10/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search
Development documentation
  • Dev:Unreal Architecture is a good jumping off place, and describes from a very high level how the IRCd is built
  • Dev:Module will help you create and understand the skeleton of a module
  • Dev:Module API shows the various ways a module can plug-in into existing functionality and/or provide new commands, modes, etc.
  • Server protocol explains the server-to-server protocol