Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Check-ins with non-propagating tags:
|
2026-05-17
| ||
| 09:53 | Add Arma 3 and DayZ server browser parsing Leaf check-in: cbb26fb2a2 user: dxtr tags: trunk, v0.4.0 | |
| 09:10 |
Change Tags field from string to a string slice, pre-split on comma
The wire format sends tags as a comma-separated string; callers previously had to split it themselves. ServerInfo.Tags is now a slice of strings, split at parse time. buildInfoPayload in mock_test.go joins back for the wire encoding. check-in: 0d2da56c48 user: dxtr tags: trunk, v0.3.0 | |
|
2026-05-16
| ||
| 21:57 |
Add context.Context support to Info and Rules
Both methods now accept ctx as their first parameter. dial derives the connection deadline from min(now+timeout, ctx.Deadline()), and a watcher goroutine interrupts in-flight I/O when the context is cancelled. check-in: 3bacd0bd27 user: dxtr tags: trunk, v0.2.0 | |
|
2026-05-15
| ||
| 02:28 | Polish client API before v0.1.0 check-in: dc317cd7b6 user: dxtr tags: trunk, v0.1.0 | |