Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 2.63 KB

CHANGELOG

0.18.0 (2021-03-12)

Features

  • "LAST" command (f0e2d4a)
  • [@callback](https://github.com/callback) handle_CAPABILITIES/1 (4a12906)
  • connect/3 to connect to NNTP server (a5b850a)
  • handle_ARTICLE/2 callback (10bf398)
  • handle_GROUP (87bd933)
  • HELP command (ceaa051)
  • all cases of ARTICLE and GROUP (1587252)
  • command with multi-line response (8bd780f)
  • handle QUIT command (295e545)
  • handle VERSION capability (484a8b6)
  • handle_LISTGROUP/2 (99fe433)
  • HEAD, BODY and STAT commands (73f3be7)
  • initial server behaviour (84a396d)
  • make handle_command/2 optional (c184f73)
  • NEXT command (77f8d26)
  • port from env variable (682acf8)
  • send/3 to sends to a NNTP socket (8ad00ec)
  • NServ example (1a98824)

Bug Fixes

  • error codes for NEXT and LAST (5414832)

  • HEAD, BODY and STAT callbacks (35511a7)

  • send/3 becomes command/3 (94b0820)