v1.7.0
Tools
Name | Description |
---|---|
capiclient | A command-line interface for the official classic Battle.net chat API. |
bncsclient | A mocked Warcraft III chat client that can be used to connect to BNCS servers. |
w3gsclient | A mocked Warcraft III game client that can be used to add dummy players to games. |
bncsdump | A tool that decodes and dumps BNCS packets via pcap (on the wire or from a file). |
w3gsdump | A tool that decodes and dumps W3GS packets via pcap (on the wire or from a file). |
w3gdump | A tool that decodes and dumps w3g/nwg files. |
w3mdump | A tool that decodes and dumps w3m/w3x files. |
Changelog
9024a2f go: Switch to go modules
55a22c1 ci: Use GitHub Actions
ddebade ci: Add install-tools target to Makefile
6ba2d08 ci: Upload build artifacts
23e985e ci: Remove Travis and AppVeyor
a93d551 ci: Perform CodeQL analysis