Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.13 KB

2014-04-26 (v1.0.12)

  • Change the way reconnect works to prevent duplicate connections

2014-03-29 (v1.0.11)

  • Add disconnect handler, permit re-logging in without restarting IRC server

2014-03-14 (v1.0.10)

  • Add autodetection for whether to bind IPv6 or not

2014-02-18 (v1.0.9)

  • Fix topic changes: use TOPIC instead of 332

2014-01-22 (v1.0.8)

  • Fix nested formatting issues
  • Possibly fix duplicate messages on reconnect

2014-01-16 (v1.0.7)

  • Fix Pidgin not connecting to the bridge

2014-01-08 (v1.0.6)

  • Fix bridge not responding to /NAMES

2014-01-07 (v1.0.5)

  • 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

2014-01-01 (v1.0.3, v1.0.4)

  • Fix requests so they show up as * user requests foo instead of foo
  • Add support for viewing and voting in polls

2013-12-29 (v1.0.2)

  • Minor fix for the /NICK IRC command

2013-12-29 (v1.0.1)

  • Add hide_spoilers config key
  • Correct PRIVMSG syntax for IRC protocol
  • Send PREFIX message (Fixes +h on some clients)