| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Reduce indentation in core_channel. | 2026-03-19 | 1 | -18/+13 | ||
| * | Improve config compatibility with v4. | 2026-03-19 | 1 | -3/+11 | ||
| * | Move some remaining channel settings to <channels>. | 2026-03-19 | 2 | -4/+4 | ||
| * | Rename servprotect to protect. | 2026-03-19 | 3 | -3/+3 | ||
| * | Improve support for renaming modes. | 2026-03-19 | 5 | -33/+6 | ||
| * | Merge branch 'insp4' into master. | 2026-03-18 | 2 | -1/+36 | ||
| * | Generate the credits for /INFO from Git history. | 2026-03-15 | 3 | -42/+132 | ||
| * | Change ServerList to return a list of Server* not a duplicate class. | 2026-03-15 | 5 | -23/+13 | ||
| * | Fix cap notifications to comply with ircv3/ircv3-specifications#480. | 2026-03-14 | 1 | -2/+2 | ||
| * | Fix message tag parsing•••Fixes 76f3f24c03c22576324e5af199d3e61d02a79b0d | 2026-03-14 | 1 | -1/+1 | ||
| * | Fix a crash caused by weirdly casting a pointer to an I/O handler. | 2026-03-14 | 3 | -7/+5 | ||
| * | Rewrite portparser and move to stringutils. | 2026-03-14 | 3 | -27/+14 | ||
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 45 | -133/+126 | ||
| * | Rewrite tokenstream and move to stringutils. | 2026-03-14 | 7 | -20/+22 | ||
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 57 | -127/+126 | ||
| * | Move <options:{fixed,prefix,suffix}part> to <channels>. | 2026-03-12 | 2 | -5/+6 | ||
| * | Move <options:modesinlist> to <channels>. | 2026-03-12 | 1 | -1/+1 | ||
| * | Merge branch 'insp4' into master. | 2026-03-12 | 1 | -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. | 2026-03-12 | 15 | -30/+149 | ||
| * | Move channel settings to the <channels> tag. | 2026-03-12 | 1 | -6/+6 | ||
| * | Fix dereferencing a LocalUserIO that doesn't have a user yet. | 2026-03-12 | 1 | -1/+4 | ||
| * | Rewrite old banredirect entries to the new extban form. | 2026-03-12 | 1 | -0/+38 | ||
| * | Fix the name of the sharebans module. | 2026-03-12 | 1 | -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. | 2026-03-12 | 41 | -701/+716 | ||
| * | Mark all acting extbans as MATCH_REQUIRE_CHANNEL.•••This removes the need for special behaviour in the silence module. | 2026-03-09 | 1 | -5/+1 | ||
| * | Reuse the ModResult variable in the redirect module. | 2026-03-09 | 1 | -4/+1 | ||
| * | Banish banredirect to contrib, always enable the redirect: extban. | 2026-03-09 | 2 | -375/+3 | ||
| * | Merge branch 'insp4' into master. | 2026-03-09 | 3 | -66/+228 | ||
| * | The realmask extban does not require a channel any more. | 2026-03-08 | 1 | -1/+1 | ||
| * | Merge branch 'insp4' into master. | 2026-03-08 | 1 | -0/+20 | ||
| * | Make the ban checking functions able to check any list mode. | 2026-03-08 | 29 | -45/+73 | ||
| * | 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. | 2026-03-08 | 112 | -261/+263 | ||
| * | Remove more missed v3 compatibility code. | 2026-03-07 | 2 | -15/+5 | ||
| * | Add support for per-operator isupport. | 2026-03-06 | 5 | -15/+131 | ||
| * | Move building TARGMAX to core_info. | 2026-03-06 | 2 | -14/+23 | ||
| * | Add the old connect class to OnPostChangeConnectClass. | 2026-03-06 | 2 | -8/+3 | ||
| * | Convert TranslateType to an enum class. | 2026-03-06 | 9 | -14/+14 | ||
| * | Merge branch 'insp4' into master. | 2026-03-06 | 5 | -5/+5 | ||
| * | Add validation to silence extbans. | 2026-03-06 | 2 | -1/+21 | ||
| * | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -0/+116 | ||
| * | Merge branch 'insp4' into master. | 2026-03-06 | 9 | -9/+131 | ||
| * | Convert the uninvite module to use standard replies. | 2026-03-06 | 1 | -17/+16 | ||
| * | Convert the dnsbl and gateway modules to use standard replies. | 2026-03-05 | 2 | -13/+25 | ||
| * | Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. | 2026-03-05 | 13 | -38/+38 | ||
| * | Fix using the wrong parameter in the rline module. | 2026-03-05 | 1 | -2/+2 | ||
| * | Convert the shun and rline modules to use standard replies. | 2026-03-05 | 3 | -8/+25 | ||
| * | Convert the cban module to use standard replies. | 2026-03-05 | 1 | -3/+10 | ||
| * | Clean up the abbreviation module and move to standard replies. | 2026-03-05 | 1 | -29/+38 | ||
| * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-05 | 1 | -16/+1 | ||
| * | Clean up ModuleManager somewhat. | 2026-03-04 | 1 | -1/+1 | ||
