diff options
author | Přemysl Janouch <p@janouch.name> | 2018-07-15 05:58:59 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-07-15 05:58:59 +0200 |
commit | b5b64db075b062c6b722d8ab1f8adf0a9dc63a41 (patch) | |
tree | 90506a733f117c0883c784bf5e98be348af1d599 /.gitignore | |
download | haven-b5b64db075b062c6b722d8ab1f8adf0a9dc63a41.tar.gz haven-b5b64db075b062c6b722d8ab1f8adf0a9dc63a41.tar.xz haven-b5b64db075b062c6b722d8ab1f8adf0a9dc63a41.zip |
Initial commit
Add a work-in-progress demo chat server with TLS autodetection.
It needs to be perfected before I move on to writing an IRCd on
the foundations. If history is of any indication, this might lead
towards a nice set of applications.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build |