mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-16 14:27:01 +00:00
Extremely basic and hacky chasquid.go. Hard-codes ports and hostname. "Implements" EHLO, HELO, HELP and QUIT.
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
|
|
# Ignore anything beginning with a dot: these are usually temporary or
|
|
# unimportant.
|
|
.*
|
|
|
|
# Exceptions to the rules above: files we care about that would otherwise be
|
|
# excluded.
|
|
!.gitignore
|
|
|
|
# The binary.
|
|
chasquid
|
|
|