1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 17:22:59 +02:00
birchwood/source
Tristan B. Velloza Kildaire fa9de6dad5 ConnectionInfo
- Made field `nickname` public
- Added public fields `username` and `realname`
- Updated constructor to take in additional parameters `username` and `realname`

Client

- Calling `connect()` on a `Client` object will now call `doAuth()` which will do `/NICK` and `/USER` for you automatically (no need to do it manually anymore)
- The newly added `doAuth()` will take `hostname=username` from `connInfo.username`, it will set `servername` to `"bogus.net"` and `realname==connInfo.realname`
- Added `user(username, hostname, servername, realname)`
2023-03-25 14:11:03 +02:00
..
birchwood ConnectionInfo 2023-03-25 14:11:03 +02:00