a2s

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins

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
02:18
Add README check-in: 33da1d3463 user: dxtr tags: trunk
02:10
Merge remote check-in: da22a557f2 user: dxtr tags: trunk
02:07
Fix warning check-in: 690b72c5d1 user: dxtr tags: trunk
02:06
Add package documentation check-in: a7262f79f7 user: dxtr tags: trunk
01:07
Convert project errors to custom types check-in: 927b3185b3 user: dxtr tags: trunk
2026-05-14
23:03
Add proper errors check-in: d776d175cb user: dxtr tags: trunk
22:25
Add tests check-in: 21bee4014a user: dxtr tags: trunk
21:38
Initial commit check-in: d207c4a671 user: dxtr tags: trunk
21:35
initial empty check-in check-in: 6c4978f015 user: dxtr tags: trunk