1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
birchwood/source/birchwood/config
Tristan B. Velloza Kildaire 9ca98ac664 ConnectionInfo
- Updated `string getDB(string)` to `T getDB(T)(string)` which will now attempt conversion to type `T`, on failure to do so it will return `T.init`

ConnInfo

- Added `setDefaults(ref ConnectionInfo)` which will set defaults in the `db`, namely so far it sets the `MAXNICKLEN` to `9` as per rfc1459

Package (`birchwood.config`)

- Now publically imports `setDefaults()`
2023-03-25 13:37:18 +02:00
..
conninfo.d ConnectionInfo 2023-03-25 13:37:18 +02:00
package.d ConnectionInfo 2023-03-25 13:37:18 +02:00