I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • aum's avatar
    c0488544
    Replaced these files with: · c0488544
    aum authored and zzz's avatar zzz committed
     - 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.
    c0488544
    History
    Replaced these files with:
    aum authored and zzz's avatar zzz committed
     - 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.