Tip of the day: Consider contributing to make UnrealIRCd even better: reporting bugs, testing, helping out with support, .. |
Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of UnrealIRCd documentation wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:11, 30 November 2024 Valware talk contribs created page Server protocol:SVSLOGIN command (Created page with "The SVSLOGIN command is used by services mainly to log a user into their account. == For server writers == Below is technical documentation for server/services coders: === Syntax === <pre>:server SVSLOGIN <propagation mask> <nick/uid> <account></pre> You can also logout by using 0 in place of an account name: <pre>:server UNSQLINE <propagation mask> <nick/uid> 0</pre> Where: * '''propagation mask''': This is always <code>*</code>. * '''nick/UID''': A nick or UID as a...")
- 00:18, 23 December 2023 Valware talk contribs created page I2P Hidden Service (Created blank page)
- 14:30, 26 November 2022 Valware talk contribs created page SVS commands:SVS2SNO command (Document SVS(2)SNO)
- 15:46, 24 November 2022 Valware talk contribs created page SVS commands:SVSJOIN command (Created page with "The SVSJOIN/SVSPART commands are used by services to forcefully join or part a user to/from a channel. <code>SVSJOIN</code> and <code>SAJOIN</code> are different commands and...")
- 15:23, 24 November 2022 Valware talk contribs created page SVS commands:SVSO command (Created page with "The SVSO command is used by services to grant a user Oper privileges. == For server writers == Below is technical documentation for server/services coders: === Syntax === <p...")
- 02:22, 12 November 2022 Valware talk contribs created page SVS commands:SVS2MODE command (Add SVS2MODE SVS command)
- 01:09, 12 November 2022 Valware talk contribs created page SVS commands:SQLINE command (Created page with "The SQLINE command is used to forbid/ban (usually for services to reserve their own nicks) nicknames and channels, supporting masks (Example of a mask: <code>*Serv</code>) SQ...")
- 14:46, 27 October 2022 Valware talk contribs created page Server protocol:TOPIC command (Add TOPIC Server Protocol command)
- 14:33, 27 October 2022 Valware talk contribs created page Server protocol:SMOD command (Add SMOD Server Protocol command)