- Change the way reconnect works to prevent duplicate connections
- Add disconnect handler, permit re-logging in without restarting IRC server
- Add autodetection for whether to bind IPv6 or not
- Fix topic changes: use
TOPIC
instead of 332
- Fix nested formatting issues
- Possibly fix duplicate messages on reconnect
- Fix Pidgin not connecting to the bridge
- Fix bridge not responding to /NAMES
- Fix BerryTube requests causing CTCP errors
- Make logged in users show as +v
- Add /msg control reconnect as a way to force reconnection to BT
- Fix requests so they show up as * user requests foo instead of foo
- Add support for viewing and voting in polls
- Minor fix for the /NICK IRC command
- Add hide_spoilers config key
- Correct PRIVMSG syntax for IRC protocol
- Send PREFIX message (Fixes +h on some clients)