aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.example.conf
Commit message (Expand)AuthorAgeFilesLines
* 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.•••- 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. Gravatar Sadie Powell2026-03-121-8/+20
* 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.•••Closes #2157. Gravatar Sadie Powell2026-02-271-4/+13
* 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.•••Closes #2812. Gravatar Sadie Powell2025-10-261-1/+1
* | Move spanningtree configuration to its own tag.•••This reduces the size of the core configuration file and also centralises all of the spanningtree configuration to one place. Gravatar Sadie Powell2025-07-201-38/+1
* | Move customversion from <security> to <options>.•••This does not relate to security so it should not be in the <security> tag. Gravatar Sadie Powell2025-04-161-4/+4
* | 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.•••* 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. Gravatar Robby2025-03-101-2/+4
* | Move the starttls module to the contrib repository.•••This extension has been deprecated by IRCv3. Clients should switch to using the STS extension as provided by the ircv3_sts module. Gravatar Sadie Powell2024-12-231-1/+1
* | 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.•••This can help opers avoid accidentally invading a secret channel that they can see because of their privileges. Gravatar Sadie Powell2024-10-111-3/+7
* | 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 relative•••The relative path is resolved based on the configured runtime directory, which is determined at build time. Gravatar Wade Cline2024-09-231-1/+1
* | 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.•••This makes including example files easier on system-wide installs. Gravatar Sadie Powell2024-08-301-7/+7
| * 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 defaults•••- 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. Gravatar Sadie Powell2024-08-281-7/+8
| * 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.•••Ref: #2099. Gravatar Sadie Powell2024-06-301-5/+6
* | 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