aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/ijoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+13
* 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-121-1/+3
* Add join time to the membership identifier.Gravatar Sadie Powell2025-12-281-3/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-02-141-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-041-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-241-1/+1
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+76