Skip to content

Releases: direct-connect/go-dc

v0.10.3

09 Feb 17:48
Compare
Choose a tag to compare
  • NMDC: Fixed edge case with description parsing in the user info.
  • NMDC: Fixed edge case with user name parsing in chat messages.

v0.10.2

09 Feb 16:30
Compare
Choose a tag to compare
  • NMDC: Better errors on unexpected chat vs command message.

v0.10.1

09 Feb 13:42
Compare
Choose a tag to compare
  • Fix closing of the reader/writer when Zlib is enabled.
  • Properly flush writer buffers when closing.

v0.10.0

08 Feb 16:26
Compare
Choose a tag to compare
  • ADC: Support file compression.
  • ADC: Fix SND marshaling/unmarshaling.
  • ADC: Refactored write APIs and streams.
  • NMDC: Add more message types.
  • NMDC: Fix edge cases when parsing Search and UserIP.
  • Expose APIs to set max line length, read/write messages directly, properly free resources.
  • Implement keyprint calculation and verification.

v0.9.1

18 Aug 04:50
Compare
Choose a tag to compare
  • ADC: properly register CMD message.
  • NMDC: fix case when OpList is empty and an array with an empty string is returned.
  • NMDC: add HubIsFull message.
  • Slight performance improvements for encoding.

v0.9.0

09 May 09:50
Compare
Choose a tag to compare
  • ADC protocol support.
  • nmdc: Add one more URI scheme.

v0.8.1

04 May 15:45
Compare
Choose a tag to compare
  • nmdc: Change decoding of Conn and Email from raw to string in MyINFO.
  • lineproto: Allow to change compression level.
  • nmdc: Add helpers to enable compression via ZOn.

v0.8.0

04 May 11:43
Compare
Choose a tag to compare
  • nmdc: Support ZOn.
  • nmdc: Support multiple IPs in UserIP.

v0.7.4

02 May 23:00
Compare
Choose a tag to compare
  • nmdc: Add ForceMove command.

v0.7.3

01 May 14:05
Compare
Choose a tag to compare
  • Allow customizing buffer size for writers