aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/inspircd.example.conf
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-05-311-0/+3
|\
| * Add a note about requiressl matching to the example config.Gravatar Sadie Powell2026-05-221-0/+3
| |
* | Move some remaining channel settings to <channels>.Gravatar Sadie Powell2026-03-191-16/+16
| |
* | Move <options:{fixed,prefix,suffix}part> to <channels>.Gravatar Sadie Powell2026-03-121-13/+12
| |
* | Move <options:maskinlist> and <options:maskintopic> to <channels>.Gravatar Sadie Powell2026-03-121-8/+8
| |
* | Move <options:modesinlist> to <channels>.Gravatar Sadie Powell2026-03-121-9/+9
| |
* | Move <options:defaultmodes> to <channels> and rework.Gravatar Sadie Powell2026-03-121-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | - The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic.
* | Move channel settings to the <channels> tag.Gravatar Sadie Powell2026-03-121-55/+62
| |
* | Remove more missed v3 compatibility code.Gravatar Sadie Powell2026-03-071-3/+2
| |
* | Implement support for per-command maximum targets.Gravatar Sadie Powell2026-02-271-4/+13
| | | | | | | | Closes #2157.
* | Add support for local-only X-lines, remove K-lines.Gravatar Sadie Powell2026-01-201-2/+2
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-261-1/+1
|\|
| * Fix a dead link in the example configs.Gravatar Sadie Powell2025-10-261-1/+1
| | | | | | | | Closes #2812.
* | Move spanningtree configuration to its own tag.Gravatar Sadie Powell2025-07-201-38/+1
| | | | | | | | | | This reduces the size of the core configuration file and also centralises all of the spanningtree configuration to one place.
* | Move customversion from <security> to <options>.Gravatar Sadie Powell2025-04-161-4/+4
| | | | | | | | | | This does not relate to security so it should not be in the <security> tag.
* | Add <security:banrealmask>.Gravatar Sadie Powell2025-04-161-0/+4
| |
* | Add the new hashing interface, port consumer modules to use it.Gravatar Sadie Powell2025-04-061-5/+4
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-18/+22
|\|
| * Allow using the long duration format in the xline message.Gravatar Sadie Powell2025-03-181-18/+22
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-141-2/+4
|\|
| * Add various missing information to the example configs.Gravatar Robby2025-03-101-2/+4
| | | | | | | | | | | | | | | | | | | | * Add missing restriction exemptions in example configs, and remove blockcaps. * Add missing extbans in example help config, and remove blockcaps. * Add missing user and channel modes in example help config. * Add the extban names in addition to the characters.
* | Move the starttls module to the contrib repository.Gravatar Sadie Powell2024-12-231-1/+1
| | | | | | | | | | This extension has been deprecated by IRCv3. Clients should switch to using the STS extension as provided by the ircv3_sts module.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-011-16/+20
|\|
| * Fix the indentation of <options:xlinequit>.Gravatar Sadie Powell2024-10-111-13/+13
| |
| * Tweak <options:modesinlist> to allow only showing to opers.Gravatar Sadie Powell2024-10-111-3/+7
| | | | | | | | | | This can help opers avoid accidentally invading a secret channel that they can see because of their privileges.
* | Default <options:extbanformat> to name.Gravatar Sadie Powell2024-11-011-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-301-1/+1
|\|
| * Change PID example path from absolute to relativeGravatar Wade Cline2024-09-231-1/+1
| | | | | | | | | | The relative path is resolved based on the configured runtime directory, which is determined at build time.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-091-15/+22
|\|
| * Make the <define> options in the example config actually useful.Gravatar Sadie Powell2024-09-051-8/+8
| |
| * Add a config variable for the example dir.Gravatar Sadie Powell2024-08-301-7/+7
| | | | | | | | This makes including example files easier on system-wide installs.
| * Allow using color codes by name in MOTD files.Gravatar Sadie Powell2024-08-291-0/+7
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-291-6/+11
|\|
| * Tweak the whowas config defaultsGravatar Sadie Powell2024-08-281-7/+8
| | | | | | | | | | | | | | - Decrease the default number of nick groups. - Increase the days to keep records for. - Enable update on nick change by default. - Remove the upper bounds on the fields.
| * Fix the whowas database not being updated on nick change.Gravatar Sadie Powell2024-08-271-2/+6
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-051-5/+6
|\|
| * Fix a typo in the example config.Gravatar Sadie Powell2024-06-301-1/+1
| |
| * Fix various docs issues.Gravatar Sadie Powell2024-06-301-5/+6
| | | | | | | | Ref: #2099.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-171-1/+1
|/
* Make filenames a bit more friendly for Windows users.Gravatar Sadie Powell2024-06-171-0/+1062