Implemented authentication modules, and added 2 modules: allowall and simplefile
authorPeter Leurs <kinlo@triplemining.com>
Thu, 9 May 2013 13:44:39 +0000 (15:44 +0200)
committerPeter Leurs <kinlo@triplemining.com>
Thu, 9 May 2013 21:56:59 +0000 (23:56 +0200)
commite328ef981f35ecf0d8cb7bbe40d74814fcc3b74c
treef273a1f59bb144d7cf6b4a17660d423248a0d871
parent426851a7a85b66df16430e7bd123bca876081bb3
Implemented authentication modules, and added 2 modules: allowall and simplefile
authentication/__init__.py [new file with mode: 0644]
authentication/allowall.py [new file with mode: 0644]
authentication/simplefile.py [new file with mode: 0644]
config.py.example
eloipool.py
jsonrpcserver.py
stratumserver.py