Skip to content
Snippets Groups Projects
Commit 98fe34be authored by David Hedbor's avatar David Hedbor
Browse files

- Ident.pmod now uses Stdio.FILE->gets() instead of

  Stdio.File->read(), since the latter sometimes didn't work (blocked
  Stdio.File->indefinitely).
- NNTP.pmod now sends commands ending with \r\n instead of just \n.
- Added second argument, port, to SMTP.client.create to allow usage of
  non-standard ports.

Rev: lib/modules/Protocols.pmod/Ident.pmod:1.4
Rev: lib/modules/Protocols.pmod/NNTP.pmod:1.5
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.6
parent 0d64d2f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment