Tip of the day: The Security article gives hands-on tips on how to deal with drone attacks, flooding, spammers, (D)DoS and more. |
All 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).
- 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...")
- 18:22, 8 July 2023 Syzop talk contribs created page Template:Actions (Created page with "{| class="wikitable" !Regular name !Soft name !Description |- !kill !soft-kill |Kills the user. The user may still reconnect. |- !tempshun !soft-tempshun |Shuns the current se...")
- 16:17, 8 July 2023 Syzop talk contribs created page Spamreport block (Created page with "The spamreport block allows doing HTTP(S) callbacks to services like DroneBL on spamfilter hits. It can also used by the <code>SPAMREPORT</code> command. ''This feature only...")
- 16:48, 7 July 2023 Syzop talk contribs created page Central Spamfilter (Created page with "In UnrealIRCd 6.1.2 there is a central spamfilter. == Settings == You can configure the central spamfilter via set::central-spamfilter: <pre>set { central-spamfilter...")
- 16:14, 15 June 2023 User account Jarod talk contribs was created by Syzop talk contribs and password was sent by email
- 08:37, 31 May 2023 Syzop talk contribs created page Template:Overridable-set-settings (Created page with "* set::auto-join * set::modes-on-connect * set::restrict-usermodes * S...")
- 08:10, 31 May 2023 Syzop talk contribs completed deletion of translatable page IRCOp access control
- 18:55, 28 May 2023 Syzop talk contribs created page Special users (Created page with "Sometimes you want to give a group of users or some trusted bot(s) more rights than regular users, but you don't want to make them IRCOp. This page explains how. NOTE: The sa...")
- 10:01, 26 May 2023 Syzop talk contribs created page Proxy block (Created page with "The proxy block allows you to configure host spoofing for web proxies, similar to the WebIRC block. == Syntax == <pre> proxy { match { ip 1.2.3.4; } type...")
- 06:51, 6 May 2023 User account Devnull talk contribs was created by Syzop talk contribs and password was sent by email
- 17:34, 4 May 2023 Syzop talk contribs uploaded File:Webpanel - Users.png
- 17:34, 4 May 2023 Syzop talk contribs created page File:Webpanel - Users.png
- 17:33, 4 May 2023 Syzop talk contribs uploaded File:Webpanel - Server bans.png
- 17:33, 4 May 2023 Syzop talk contribs created page File:Webpanel - Server bans.png
- 07:14, 16 April 2023 Syzop talk contribs changed group membership for Valware from (none) to interface administrator and bureaucrat
- 07:13, 16 April 2023 Syzop talk contribs changed group membership for Heero from bureaucrat and administrator to (none)
- 07:13, 16 April 2023 Syzop talk contribs changed group membership for Gottem from (none) to administrator, interface administrator and bureaucrat
- 09:41, 15 April 2023 Syzop talk contribs moved page Running Tor hidden service with UnrealIRCd to Running Tor Onion service with UnrealIRCd
- 07:12, 15 April 2023 Syzop talk contribs created page JSON-RPC:Whowas Object (Created page with "{| class="wikitable" !style="white-space:nowrap;"|Detail level !style="white-space:nowrap;"|Variable !Description !Example value |- |0+ !name |The name of the client (nick nam...")
- 07:07, 15 April 2023 Syzop talk contribs created page JSON-RPC:Whowas (Created page with "{{Template:JSON-RPC Infobox}} The <code>whowas.*</code> JSON RPC calls retrieve whowas history of users. Requires UnrealIRCd 6.1.0 or later. {{TOClimit|limit=3}} = Structu...")
- 17:32, 14 April 2023 Syzop talk contribs created page Running Tor hidden service with UnrealIRCd (Created page with "== Install Tor == This is explained in https://support.torproject.org/apt/tor-deb-repo/ but in short, if you run Ubuntu/Debian, then: # Add the repository, see https://support...")
- 08:33, 9 April 2023 Syzop talk contribs created page Linking UnrealIRCd with anope (Created page with "UnrealIRCd is often used with the Services package called Anope. == Install UnrealIRCd == If you have not done yet, install UnrealIRCd. Either through Installing from s...")
- 06:01, 9 April 2023 Syzop talk contribs created page Distributing user load and doing server maintenance (Created page with "This article assumes you have multiple servers. == Using DNS round robin == Most irc networks use a setup like this: * '''irc1.example.net''' has an IP address of 1.1.1.1 * '...")
- 15:30, 8 April 2023 Syzop talk contribs created page JSON-RPC:Log (Created page with "{{Template:JSON-RPC Infobox}} The <code>log.*</code> JSON RPC calls allow you to subscribe and unsubscribe to log events (real-time streaming of JSON logs)....")
- 14:26, 8 April 2023 User account Andy talk contribs was created by Syzop talk contribs and password was sent by email