Tip of the day: Channel mode +H provides Channel history to modern clients. Optionally, it can be stored on-disk to be preserved between server restarts.
|
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).
- 09:32, 29 October 2025 Syzop talk contribs moved page Using systemd with unrealircd to Using systemd with UnrealIRCd without leaving a redirect
- 09:27, 29 October 2025 Syzop talk contribs created page Using systemd with unrealircd (Created page with "Usually you want to run UnrealIRCd at startup. This can be done via a Cron job but you can also do it via Systemd. == Installing systemd unit file == You have two options here: * System unit: this is usually what people use. It requires root but on the plus side it allows a couple of extra security measures. * User unit: this does not require root on the machine, and you can run all commands to start/stop/restart the ircd as the same user as the ircd is running at...")
- 13:03, 26 July 2025 Syzop talk contribs created page Use TLS (Created page with "For a long time IRC networks have had port 6667 (or a similar port) open which allows unencrypted plaintext connections. Nowadays everyone should be using SSL/TLS, usually on port 6697. This is similar to how we had http in the past and (hopefully) everyone has moved to https.")
- 13:20, 25 July 2025 Syzop talk contribs created page PQC measures (Created page with "This is just a background article to show what we are doing in terms of moving to Post-quantum cryptography, to protect against the [https://en.wikipedia.org/wiki/Harvest_now,_decrypt_later Harvest now, decrypt later] scenario. This article is a bit similar to Moving users to TLS.")
- 15:56, 10 July 2025 Syzop talk contribs renamed user UMut (42 edits) to Umut (Lowercase)
- 06:01, 4 July 2025 Syzop talk contribs marked Main Page for translation
- 14:17, 5 May 2025 Syzop talk contribs marked User & Oper commands for translation
- 14:17, 5 May 2025 Syzop talk contribs marked IRCOp guide for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Configuration for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Features for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Upgrading from 5.x for translation
- 14:16, 5 May 2025 Syzop talk contribs marked What's new in UnrealIRCd 6 for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Installing from source for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Installing (Windows) for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Upgrading for translation
- 14:16, 5 May 2025 Syzop talk contribs marked Security for translation
- 14:15, 5 May 2025 Syzop talk contribs marked About UnrealIRCd for translation
- 14:15, 5 May 2025 Syzop talk contribs marked FAQ for translation
- 14:14, 5 May 2025 User account Umut talk contribs was created by Syzop talk contribs and password was sent by email
- 06:49, 6 April 2025 Syzop talk contribs marked Channel modes for translation
- 06:49, 6 April 2025 Syzop talk contribs marked User modes for translation
- 07:57, 24 February 2025 User account Celelibi talk contribs was created by Syzop talk contribs and password was sent by email
- 17:23, 3 January 2025 User account Jwheare talk contribs was created by Syzop talk contribs and password was sent by email
- 07:50, 30 November 2024 User account ZarTek-Creole talk contribs was created by Syzop talk contribs and password was sent by email
- 15:38, 20 September 2024 Syzop talk contribs created page Standard variables (Created page with "You can use use certain variables like $nick and $ip in various config items. ''This functionality only exists in UnrealIRCd 6.1.8 and later'' == Variables == The following variables are supported that expand information about the user: * <code>$nick</code>: Nickname * <code>$username</code>: Username (ident) * <code>$realname</code>: Real name (also called gecos) * <code>$ip</code>: IP address * <code>$hostname</code>: Hostname * <code>$servername</code>: name of the...")
- 14:28, 12 July 2024 Syzop talk contribs created page ASN (Created page with "In UnrealIRCd 6.1.7 and later you can see and ban/exempt users by the AS Number (ASN) that their IP address belongs to. An Autonomous System (AS) is a group of IP networks run by one or more network operators with a single, clearly defined routing policy. This can be one big ISP, a small enterprise that has two internet connections to different providers/peers, or anything larger or smaller. The AS Number (ASN) is the unique number that each AS gets. An IP address can...")
- 08:16, 5 July 2024 Syzop talk contribs created page Rpc-class block (Created page with "The rpc-class block decides which API calls can be made via JSON-RPC for an account. It works similar to the Operclass block block but then with RPC names. == Syntax == <pre>rpc-class <name> { permissions { ...all the permissions here...: } parent xyz; OPTIONAL: can be used to inherit permissions from another rpc-class block: }</pre> Each rpc-class has a '''name'''. You define the permissions in '''rpc-class::permissions'''. Option...")
- 06:44, 28 June 2024 User account Zeftax talk contribs was created by Syzop talk contribs and password was sent by email
- 11:42, 5 June 2024 User account Henk talk contribs was created by Syzop talk contribs and password was sent by email
- 17:50, 29 May 2024 Syzop talk contribs uploaded a new version of File:Webpanel - Menu (mobile).jpeg
- 11:25, 13 May 2024 Syzop talk contribs created page Dev:Authentication module (Created page with "Usually, you use Services which provide SASL. Sometimes, a (third party) module may want to provide SASL locally instead. Note that at the time of writing this is still a dumb interface and not a real proper authentication framework. To do so, in your module: * First, point set::sasl-server to your own servername (as shown in the module below in MOD_LOAD). * Hook into HOOKTYPE_SASL_MECHS and tell what SASL mechanisms you support * Hook into HOOKTYPE_SASL_AUTHEN...")
- 07:14, 28 March 2024 User account MeNearly talk contribs was created by Syzop talk contribs and password was sent by email
- 08:10, 8 March 2024 User account Alix Cozmo talk contribs was created by Syzop talk contribs and password was sent by email
- 16:19, 27 November 2023 Syzop talk contribs moved page Template:Central API to Template:Central API Infobox without leaving a redirect
- 16:19, 27 November 2023 Syzop talk contribs created page Template:Central API (Created page with "<div class="nomobile" style="float: right; clear: right; width: 25%; margin: 0 0 0.5em 0.5em; padding: 1em 1em 1em 1em; background-color: #eeeeff; border-style: solid; border-width: thin"> <span style="font-size:110%">UnrealIRCd.org Central API Services</span> * [https://www.unrealircd.org/central-api/ Central API]: What is it and how to get an API Key * Central Blocklist: Block spammers/drones on-connect * Central Spamreport: Report spam via <...")
- 07:42, 25 November 2023 Syzop talk contribs created page Dev:URL API (Created page with "Sometimes you want to do a web request from a module. == Registering your callback == In your MOD_INIT use RegisterApiCallback to register your response handler: <pre>Forward declaration: void my_download_complete(OutgoingWebRequest *request, OutgoingWebResponse *response); MOD_INIT() { [..] RegisterApiCallback(modinfo->handle, API_CALLBACK_WEB_RESPONSE, "my_download_complete", my_download_complete); return MOD_SUCCESS; }</pre> == Doing the web re...")
- 17:08, 12 November 2023 Syzop talk contribs created page Central spamreport (Created page with "If you use Central Blocklist with <code>set { central-blocklist { report-spam yes; } }</code> then you can use the <code>SPAMREPORT</code> command. IRCOps can report a user that is spamming by <code>SPAMREPORT Nick</code>. Reporting spam to us helps us catch new spam and improve the system, it may lead to improvements to both Central Blocklist and the Central Spamfilter. == Privacy == The SPAMREPORT command will send the Central Blocklist#How_it_works_/_P...")
- 16:43, 10 November 2023 Syzop talk contribs deleted page Central blocklist migration (Old irrelevant info)
- 17:55, 4 November 2023 Syzop talk contribs created page Central blocklist migration (Created page with "If you already have a key for the old module (v0), this is how to migrate to v1: * Install the additional module <code>./unrealircd module install third/central-api</code> * Update the current module: <code>./unrealircd module upgrade third/centralblocklist</code> * Update your configuration: ** Move your API key from set::central-blocklist::api-key to set::central-api::api-key ** If you had custom ban-action/ban-time/ban-reason then you may need more configuration chan...")
- 05:52, 27 October 2023 Syzop talk contribs created page Central API (Created page with "Via the central api you can access the Central blocklist.")
- 16:13, 20 October 2023 User account Exotiks talk contribs was created by Syzop talk contribs and password was sent by email
- 16:17, 14 October 2023 Syzop talk contribs created page Central Blocklist (Created page with "The UnrealIRCd Central Blocklist is an attempt to detect and block spammers. This works a bit similarly to DNS Blacklists but the central blocklist receiv...")
- 12:41, 18 September 2023 User account BlackBishop talk contribs was created by Syzop talk contribs and password was sent by email
- 15:05, 13 September 2023 User account Juest talk contribs was created by Syzop talk contribs and password was sent by email
- 18:48, 18 July 2023 Syzop talk contribs deleted page Template:DRAFTSTUFF (content was: "== <span id="other-message-tags">How can I allow other message tags?</span> == UnrealIRCd supports almost all IRCv3 server message tags, see Message tag. The following is about client tags: === Why blindly allowing ALL client tags is not such a good idea === The IRCv3 work group created client message tags where 1) the server has no idea which client tags the clien...", and the only contributor was "Syzop" (talk))
- 08:07, 17 July 2023 Syzop talk contribs created page Template:DRAFTSTUFF (Created page with "== <span id="other-message-tags">How can I allow other message tags?</span> == UnrealIRCd supports almost all IRCv3 server message tags, see Message tag. The...")
- 17:49, 16 July 2023 Syzop talk contribs created page Template:Spamfilter targets (Created page with "{| class="wikitable" !Character !Config item !Description |- !c |channel |Channel message |- !p |private |Private message (from user->user) |- !n |private-notice |Private noti...")
- 17:09, 16 July 2023 Syzop talk contribs marked Main Page for translation
- 09:42, 16 July 2023 Syzop talk contribs created page Crule (Created page with "Since UnrealIRCd 6.1.2 we support spamfilter::rule, security-group::rule and mask::rule: This allows you to filter in a C like if-style, eg: <code>rule "reputation()>20";</co...")
- 10:56, 10 July 2023 Syzop talk contribs created page Template:Mask item places (Created page with "'''allow'''::mask, '''oper'''::mask, '''except ban'''::mask, '''tld'''::mask, Vhost block|'''vhost'''::mask...")