Releases: mchome/dogcom
Releases Β· mchome/dogcom
v1.6.2
π enhancement:
- [Windows] use
WSAGetLastError()
in Win32 build [#25]
- [Protocol] compatible with JLU [#26]
π fix:
- Tip text array overflow [#23]
v1.6.1
π enhancement:
- add login-errno tips (#23)
- add two compile options (static, strip)
v1.6.0
π fix:
- dirty support long password (more than 8)
π enhancement:
- update keepalive1 another implementation (#22)
v1.5.0
π enhancement:
- add a common header file
- support variable length of ror output (#19)
v1.4.3
π fix:
- fix a retry logic on dhcp version
- update print message
v1.4.2
π fix:
- fix up
ror array
shifting problem
- correct typo
v1.4.1
π fix:
π enhancement:
v1.4.0
π fix:
- fix the issue caused in macos build. (#13)
π enhancement:
- add an argument
bindip
to bind your local ip address. (#14)
v1.3.1
π fix:
- Fix an error on argument "-x". (0d74f59)
enhancement:
- filter some notice packets on keepalive1. (ac0ff90)
v1.3.0
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