No description
Find a file
Damir Jelić fbf56d3491 main: Close the file descriptor we get from hook_connect().
We create a python socket object with fromfd() which duplicates the file
descriptor we get from hook_connect(). Close the unneeded file descriptor
instead of leaking it.
2018-10-19 18:03:08 +02:00
matrix server: Only hook the lazy hook if it isn't already hooked. 2018-10-15 22:18:15 +02:00
tests Remove stray print. 2018-03-24 14:40:03 +01:00
.gitignore Improve .gitignore 2018-03-19 10:22:06 +01:00
.pylintrc matrix: Style fixes and cleanup. 2018-08-29 19:42:44 +02:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py main: Close the file descriptor we get from hook_connect(). 2018-10-19 18:03:08 +02:00
Makefile Makefile: Add typecheck target. 2018-09-12 20:13:32 +02:00
TODO.md Update TODO. 2018-03-17 00:28:53 +01:00