Renaissance client library
Go to file
Tristan B. Velloza Kildaire 4ad56763d8 Client
- Added `joinChannel_imp(string channelName)` which performs the joining of a channel and returns a `Future`
- Added `joinChannel(string channelName)` which is a neat wrapper around the above
- `enumerateChannels(ulong offset, ubyte limit)` now handles incorrect replies by throwing a `ProtocolException` on wrong reply type

Client (unittests)

- Added a unit test for `joinChannel(string channelName)`
2023-11-18 11:13:20 +02:00
source/dante Client 2023-11-18 11:13:20 +02:00
.gitignore - Updated `.gitignore` 2023-05-03 11:29:39 +02:00
dub.json Dub 2023-11-10 18:24:11 +02:00