aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix cap notifications to comply with ircv3/ircv3-specifications#480.Gravatar Sadie Powell2026-03-141-2/+2
* | Fix a minor crash on shut down after copying a dynamic reference.Gravatar Sadie Powell2026-03-152-1/+7
* | Generate the credits for /INFO from Git history.Gravatar Sadie Powell2026-03-156-50/+203
* | Update the mailmap.Gravatar Sadie Powell2026-03-152-4/+6
* | Change ServerList to return a list of Server* not a duplicate class.Gravatar Sadie Powell2026-03-156-35/+14
* | Silence a warning in the string hashing code (for real this time).Gravatar Sadie Powell2026-03-141-7/+7
* | Fix cap notifications to comply with ircv3/ircv3-specifications#480.Gravatar Sadie Powell2026-03-141-2/+2
* | Remove an obsolete function.Gravatar Sadie Powell2026-03-141-4/+0
* | Convert some more stuff over to string_view.Gravatar Sadie Powell2026-03-143-9/+9
* | Fix message tag parsing•••Fixes 76f3f24c03c22576324e5af199d3e61d02a79b0d Gravatar Valentin Lorentz2026-03-141-1/+1
* | Silence a warning in the string hashing code.Gravatar Sadie Powell2026-03-141-7/+7
* | Fix a crash caused by weirdly casting a pointer to an I/O handler.Gravatar Sadie Powell2026-03-144-7/+18
* | Rewrite portparser and move to stringutils.Gravatar Sadie Powell2026-03-1411-237/+210
* | Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-1455-277/+264
* | Convert some methods to use string_view.Gravatar Sadie Powell2026-03-145-18/+19
* | Rewrite tokenstream and move to stringutils.Gravatar Sadie Powell2026-03-1411-110/+168
* | Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-1382-385/+484
* | Move <options:{fixed,prefix,suffix}part> to <channels>.Gravatar Sadie Powell2026-03-123-18/+18
* | Move <options:maskinlist> and <options:maskintopic> to <channels>.Gravatar Sadie Powell2026-03-122-10/+13
* | Move <options:modesinlist> to <channels>.Gravatar Sadie Powell2026-03-122-10/+10
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-121-1/+1
|\|
| * Fix clearing the help channel modes before re-reading the config.Gravatar Sadie Powell2026-03-121-1/+1
| * Fix reading the correct name of the <options:modesinlist> field.Gravatar Sadie Powell2026-03-121-1/+1
* | 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-1224-96/+182
* | Move channel settings to the <channels> tag.Gravatar Sadie Powell2026-03-122-61/+68
* | Fix dereferencing a LocalUserIO that doesn't have a user yet.Gravatar Sadie Powell2026-03-121-1/+4
* | Rewrite old banredirect entries to the new extban form.Gravatar Sadie Powell2026-03-121-0/+38
* | Fix some missing module compat entries.Gravatar Sadie Powell2026-03-121-1/+3
* | Fix the name of the sharebans module.Gravatar Sadie Powell2026-03-121-0/+0
* | Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. Gravatar Sadie Powell2026-03-1244-794/+723
* | Mark all acting extbans as MATCH_REQUIRE_CHANNEL.•••This removes the need for special behaviour in the silence module. Gravatar Sadie Powell2026-03-092-6/+2
* | Reuse the ModResult variable in the redirect module.Gravatar Sadie Powell2026-03-091-4/+1
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-091-4/+4
|\|
| * Reorder some of the extban help.Gravatar Sadie Powell2026-03-091-4/+4
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-092-2/+3
|\|
| * Ignore the modules directory so we don't commit stuff from master.Gravatar Sadie Powell2026-03-091-0/+1
| * Document the short name for the redirect: extban.Gravatar Sadie Powell2026-03-091-2/+2
* | Banish banredirect to contrib, always enable the redirect: extban.Gravatar Sadie Powell2026-03-095-389/+5
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-098-130/+348
|\|
| * Add a redirect extended ban to the redirect module.•••Also, deprecate the banredirect module now its behaviour has been entirely replaced. Closes #730 Closes #2043 Gravatar Sadie Powell2026-03-094-26/+117
| * Redocument extended bans to be easier to read.Gravatar Sadie Powell2026-03-091-58/+86
| * Fix not being able to ban real names that contain spaces.Gravatar Sadie Powell2026-03-091-2/+12
| * Expand what modes the redirect module can redirect when set.•••Closes #906 Gravatar Sadie Powell2026-03-092-51/+111
| * Add the VF_DEPRECATED flag and warn on load about deprecation.Gravatar Sadie Powell2026-03-096-7/+20
| * Fix various inconsistencies in the banredirect and redirect modules.Gravatar Sadie Powell2026-03-092-15/+29
* | Add a new version of mkauthors written in Python.Gravatar Sadie Powell2026-03-091-0/+104
* | Remove the Perl version of mkauthors.Gravatar Sadie Powell2026-03-091-71/+0
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-081-3/+3
|\|
| * Allow Command::IsUsableBy to be used for server-originated messages.Gravatar Sadie Powell2026-03-081-2/+2
* | The realmask extban does not require a channel any more.Gravatar Sadie Powell2026-03-081-1/+1