Replaced these files with:
- I2PSocketServer.py - I2PBaseHTTPServer.py - I2PSimpleHTTPServer.py - I2PCGIHTTPServer.py difference being that these new modules are not hacks of the original python server modules, rather, they subclass the python server modules; this overcomes the Fear and Loathing expressed by some regarding multiplicity of licenses, and apart from that, is a better idea anyway. Only danger being if the modules in later Python releases change substantially, these modules could get broken.
Showing
- apps/sam/python/src/i2p/BaseHTTPServer.py 0 additions, 575 deletionsapps/sam/python/src/i2p/BaseHTTPServer.py
- apps/sam/python/src/i2p/CGIHTTPServer.py 0 additions, 316 deletionsapps/sam/python/src/i2p/CGIHTTPServer.py
- apps/sam/python/src/i2p/SimpleHTTPServer.py 0 additions, 201 deletionsapps/sam/python/src/i2p/SimpleHTTPServer.py
- apps/sam/python/src/i2p/SocketServer.py 0 additions, 542 deletionsapps/sam/python/src/i2p/SocketServer.py
- apps/sam/python/src/i2p/__init__.py 2 additions, 1 deletionapps/sam/python/src/i2p/__init__.py
Loading
Please register or sign in to comment