Skip to content

Releases: mchome/dogcom

v1.6.2

19 Jan 12:37
Compare
Choose a tag to compare

πŸš€ enhancement:

  • [Windows] use WSAGetLastError() in Win32 build [#25]
  • [Protocol] compatible with JLU [#26]

πŸ› fix:

  • Tip text array overflow [#23]

v1.6.1

16 Oct 03:28
Compare
Choose a tag to compare

πŸš€ enhancement:

  • add login-errno tips (#23)
  • add two compile options (static, strip)

v1.6.0

13 Oct 15:12
Compare
Choose a tag to compare

πŸ› fix:

  • dirty support long password (more than 8)

πŸš€ enhancement:

  • update keepalive1 another implementation (#22)

v1.5.0

12 Sep 07:33
Compare
Choose a tag to compare

πŸš€ enhancement:

  • add a common header file
  • support variable length of ror output (#19)

v1.4.3

07 Sep 15:47
Compare
Choose a tag to compare

πŸ› fix:

  • fix a retry logic on dhcp version
  • update print message

v1.4.2

01 Sep 13:49
Compare
Choose a tag to compare

πŸ› fix:

  • fix up ror array shifting problem
  • correct typo

v1.4.1

26 Aug 11:52
Compare
Choose a tag to compare

πŸ› fix:

  • Enlarge username

πŸš€ enhancement:

  • Update logging position

v1.4.0

15 Jun 09:33
Compare
Choose a tag to compare

πŸ› fix:

  • fix the issue caused in macos build. (#13)

πŸš€ enhancement:

  • add an argument bindip to bind your local ip address. (#14)

v1.3.1

01 May 14:50
Compare
Choose a tag to compare

πŸ› fix:

  • Fix an error on argument "-x". (0d74f59)

enhancement:

  • filter some notice packets on keepalive1. (ac0ff90)

v1.3.0

27 Mar 04:03
Compare
Choose a tag to compare

add two arguments

  • "e" or "eternal": eternal on retry
  • "x" or "802.1x": 802.1x support on GNU/Linux currently (thanks to @leetking)

fix some bugs

  • typo on auth.c
  • sleep change to usleep
  • revert keepalive.c because there is no strange packets like that
  • changes on some libs
  • quick fix define on linux build