| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Redocument Write*Numeric and allow mutating values in OnNumeric. | 2026-06-27 | 1 | -2/+2 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-06-17 | 1 | -0/+6 | |
| | | |||||
| * | Fix some code that was accidentally removed in the latest merge. | 2026-06-07 | 1 | -0/+12 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-06-06 | 1 | -12/+0 | |
| | | |||||
| * | Rework sending server protocol messages. | 2026-03-12 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -0/+5 | |
| | | |||||
| * | Implement remote WriteNotice in spanningtree like with WriteNumeric. | 2024-09-19 | 1 | -0/+5 | |
| | | |||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+33 | |
