blob: 66cacb382b1970ae70b7ebe20900d168853382bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
0.1.0
-----
- Initial alpha release with basic IRC functionality and commands
- Support /join and /part of channels
- Can send and receive messages in channels
- PMs will be shown and can be replied to in their tab, but no way to initiate PMs
- Can send /whois and channel /list commands
- Interpret join, part, quit, kill, kick, and mode messages
- Display topics and user lists in channels
0.1.1
-----
- Added ability to send PMs with /msg
0.2.0
-----
- Added basic connection UI at startup (automatically populated from config.json)
0.2.1
-----
- Create channel tab when names list is received, to support bouncers
- Added SSL connection option
|