aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-081-0/+20
|\|
| * Respect <security:restrictbannedusers> in setname.Gravatar Sadie Powell2026-03-081-0/+18
* | Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-0836-107/+147
* | Fix various minor Doxygen issues.Gravatar Sadie Powell2026-03-0810-16/+21
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-084-5/+5
|\|
| * Fix some minor doxygen warnings.Gravatar Sadie Powell2026-03-083-3/+2
| * Switch the NSIS installer to use something more reliable.Gravatar Sadie Powell2026-03-071-2/+3
* | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. Gravatar Sadie Powell2026-03-08123-310/+325
* | Remove the unused remote user finding methods.Gravatar Sadie Powell2026-03-071-34/+0
* | Remove more missed v3 compatibility code.Gravatar Sadie Powell2026-03-073-18/+7
* | Add support for per-operator isupport.Gravatar Sadie Powell2026-03-066-15/+132
* | Move building TARGMAX to core_info.Gravatar Sadie Powell2026-03-062-14/+23
* | Add the old connect class to OnPostChangeConnectClass.Gravatar Sadie Powell2026-03-065-11/+8
* | Convert TranslateType to an enum class.Gravatar Sadie Powell2026-03-0611-31/+33
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-067-9/+8
|\|