Skip to content
Snippets Groups Projects
  • David Hedbor's avatar
    98fe34be
    - Ident.pmod now uses Stdio.FILE->gets() instead of · 98fe34be
    David Hedbor authored
      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
    98fe34be
    History
    - Ident.pmod now uses Stdio.FILE->gets() instead of
    David Hedbor authored
      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