-
-
Notifications
You must be signed in to change notification settings - Fork 273
IRC Server
Component status: EXPERIMENTAL. Do not use
WildDuck has an IRC server component built in that allows for the server users to connect using IRC. Unauthenticated access is not allowed, all users need to authenticate with their account or application-specific password.
Note about usernames
When logging in with an email address as username you can replace the @ symbol in the address with + symbol ([email protected]
can also identify as username+example.com
)
All authentication schemes use USER value as the username. NICK is not used for authentication.
If the client issues PASS command then authentication is attempted after USER command
If the client supports CAP then it can use AUTHENTICATE PLAIN for logging in
After issuing NICK and USER commands the client can also identify itself with the NickServ IDENTIFY command
© 2015-2024 Andris Reinman. Wild Duck IMAP Server wildduck.email