Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.21 KB

File metadata and controls

46 lines (33 loc) · 1.21 KB

Change Log

This project adheres to Semantic Versioning and ISO 8601.

[0.5.0] - 2016-08-07

Added

  • SSL support. Certificate verification is done as per RFC 2818.

[0.4.1] - 2016-03-28

Fixed

  • gen::valid_addr() now works as intended, and should now match RFC 1035.

Changes

  • gen::valid_addr() now explains what makes an address invalid.

[0.4.0] - 2016-03-26

Added

  • WHOIS and WHOWAS IRC commands.

Changed

  • client::raw_cmd() now throws an std::invalid_argument when content is empty.

[0.3.0] - 2016-03-25

Added

  • NOTICE, WHO, OPER, and MODE IRC commands.

Changed

  • IRC commands will now throw std::invalid_argument when appropriate.

[0.2.1] - 2016-03-06

Added

  • Address and port validation.

[0.2.0] - 2016-02-01

Added

  • AWAY, PART, TOPIC, NAMES, INVITE, KICK, and LIST IRC commands.

Changed

  • Scope renamed from libircppclient to irc.

[0.1.0] - 2016-01-30

Added

  • NICK, JOIN, PRIVMSG, and QUIT IRC commands.

Fixed

  • irc::client now handles pings.