Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional bugfixes #53

Merged
merged 25 commits into from
Jan 29, 2024
Merged

Additional bugfixes #53

merged 25 commits into from
Jan 29, 2024

Conversation

jstucke
Copy link
Contributor

@jstucke jstucke commented Jan 29, 2024

  • re-enabled logging to find errors / bugs
  • extended logging of dns and smtp servers (log earlier to cover more connections)
  • fixed multiple bugs in servers:
    • dhcp:
      • removed call to transport.loseConnection as this crashes the server after the first received message (because dhcp uses "connection-less" UDP)
    • dns: fixed error in tcp listener
    • http + https: fixed KeyError
    • irc: fixed decoding error
    • pjl:
      • fixed decoding error
      • fixed server name in log entry
    • redis: fixed encoding error
    • smnp:
      • fixed encoding error
      • removed call to transport.loseConnection as this crashes the server after the first received message
    • ntp:
      • fixed struct error in ntp server
      • logged status correctly
      • removed call to transport.loseConnection as this crashes the server after the first received message
    • ssh: handled SSHException
    • socks5:
      • handled struct error
      • handled connection error

@giga-a giga-a merged commit 478ae5f into qeeqbox:main Jan 29, 2024
4 checks passed
@giga-a
Copy link
Member

giga-a commented Jan 29, 2024

@jstucke thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants