Skip to content

Releases: mcpcpc/kirc

0.2.2

22 Nov 14:40
9370902
Compare
Choose a tag to compare

Fixed

  • Printing channel parameters causing line wrap (#92)

0.2.1

21 Nov 14:58
124565c
Compare
Choose a tag to compare

Fixed

  • nread variable type
  • Show parameters when printing unknown commands (#91)

0.2.0

30 Oct 12:32
99348f0
Compare
Choose a tag to compare

Fixed

  • Security concern using `localtime (#87)
  • Terminal resizing breaks user input (#85)

0.1.9

28 Oct 21:41
bcab03c
Compare
Choose a tag to compare

Added

  • Support for CTCP commands: VERSION, TIME, PING, ACTION and CLIENTINFO (#80)

Removed

  • -w argument (#81)

Changed

  • Dynamic nickname width, as opposed to the current static definition (#81)
  • Moved media from master/ to gh-pages/ (#82)

Fixed

  • README missing key bindings (#78)
  • Potential overscan issue with char arrays that are not null-terminated (#84)
  • Channel name is not printed if cdef is a substring of the channel name (#83)

0.1.8

21 Oct 00:35
8022754
Compare
Choose a tag to compare

Fixed

  • Bug where input line not cleared before printing new server message (#69)

0.1.7

20 Oct 19:57
1e1be13
Compare
Choose a tag to compare

Added

  • Asynchronous message handling (#66)

Fixed

  • Empty channel variable would result in a Segmentation Fault (#64)

0.1.6

15 Oct 20:04
c955aeb
Compare
Choose a tag to compare

Removed

  • /? command, in favor of printing the current message channel to each new line of user input.

0.1.5

12 Oct 13:19
6ebc2e5
Compare
Choose a tag to compare

Added

  • Channel indicator for JOIN/PART (#59)

Removed

  • Canonical/non-canonical mode switching (#58)

0.1.4

07 Oct 15:06
cb459a3
Compare
Choose a tag to compare

Added

  • Proper user input handler (#53)

0.1.3

03 Oct 13:42
35dc8dc
Compare
Choose a tag to compare

Added

  • Man page (#45)
  • Automatic line wrapping (#49)

Removed

  • -W argument (#49)