1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:22:53 +02:00
birchwood/source/birchwood
Tristan B. Velloza Kildaire ea3f6ec5cb Client
- Just import `birchwood.config` package rather
- Call `setDefaults(this.connInfo)` to assign default `db` values
- `nick(string)` will now fetch the maximum nickname length and ensure the provided nickname is in said bounds, if not then a `BirchwoodException` with `ErrorType` `NICKNAME_TOO_LONG` is thrown

Unit tests

- Updated unit test to test the updated value of `MAXNICKLEN` (which on BonoboNET is 30)
2023-03-25 13:38:49 +02:00
..
client Client 2023-03-25 13:38:49 +02:00
config ConnectionInfo 2023-03-25 13:37:18 +02:00
protocol Merge branch 'master' into ircv3 2023-03-24 16:05:15 +02:00
package.d Config 2023-03-18 11:29:41 +02:00