b0f8064d0d
Add unit test
2004-08-04 14:35:12 +00:00
e5e85732d4
Oops, fixed one more bug
2004-08-03 09:16:53 +00:00
f97c1ef0d9
Fixed bug in recvfrom()
2004-08-03 08:51:28 +00:00
8aa29f5340
Update Python I2P library version 0.91 by sunshine
2004-08-02 15:23:37 +00:00
8051bfef1d
remove generated doc
2004-08-02 15:22:21 +00:00
85bc79ab1b
removed generated doc
2004-08-02 15:21:05 +00:00
97e5588184
Update Python I2P library version 0.91 by sunshine
2004-08-02 14:52:39 +00:00
e622fdc885
removed
2004-08-02 14:50:00 +00:00
4f81e1debe
Update Python I2P version 0.91 by sunshine
2004-08-02 14:47:44 +00:00
9ccfd852d8
Updating I2P Python version 0.91 by sunshine
2004-08-02 14:44:24 +00:00
9df57a47d5
Updated Python I2P version 0.91 by sunshine
2004-08-02 14:34:06 +00:00
f2cadb7278
bugs.txt
2004-08-02 14:07:30 +00:00
3f6e7cb84c
Updated Python I2P version 0.91 by sunshine
2004-08-02 14:06:30 +00:00
4ed4ce8240
Updated Python I2P version 0.91 by sunshine
2004-08-02 14:00:56 +00:00
4373956a3f
Updated Python I2P version 0.91 by sunshine
2004-08-02 13:55:41 +00:00
36fb99a00d
Updated Python-I2P version 0.91 by sunshine
2004-08-02 13:51:50 +00:00
8f5d325c4d
Updated Python-I2P library 0.91 by sunshine
2004-08-02 13:50:21 +00:00
337441b8de
Time for a new release
2004-08-01 06:25:56 +00:00
cf7be2d601
Fixed stupid bug when pinging multiple hosts
2004-08-01 04:06:44 +00:00
598732915e
Added ref to HTTPServer I2PCGIHTTPServer and I2PSimpleHTTPServer to save users having to unnecessarily import i2p.I2PBaseHTTPServer
2004-08-01 03:21:11 +00:00
99c18396ab
Some improvements to i2p-ping
2004-08-01 03:20:22 +00:00
6d5dd81066
added i2p-ping
2004-08-01 02:38:14 +00:00
29b5a7c5c2
Removed broken examples and added some more comments to warhammer
2004-08-01 00:30:25 +00:00
e97e834a5b
Updated warhammer example, and fixed a bug on FreeBSD
2004-07-31 23:31:02 +00:00
c04885449d
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.
2004-07-31 18:51:45 +00:00
8c31e47eeb
Fixed example to import correct modules
2004-07-31 18:46:59 +00:00
d8ee5c180b
Replaced hacked Python server modules with ones which
...
subclass the python modules.
2004-07-31 18:45:13 +00:00
823f4a26b3
patch was unnecessary. kept docstrings.
2004-07-31 10:45:47 +00:00
7b60d3dab9
Add session to callbacks too
2004-07-31 02:31:39 +00:00
bc2774bde4
Added multi-session support
2004-07-31 01:36:51 +00:00
cc85a00bfd
Added 'dontResolve' keyword to Socket.connect, which if set
...
to True, will prevent the hostname lookup. This gives
the caller the option of passing in a physical destination
base64, instead of being limited to known hosts.
2004-07-30 17:43:39 +00:00
15d58ecdcd
Noting that all files here are in public domain, except from the
...
files src/i2p/*Server.py, which are derived from the Python
standard library counterparts, and therefore inherit the Python license.
2004-07-30 12:44:23 +00:00
08d93b9a78
added module docstring indicating changes
2004-07-30 12:40:41 +00:00
a75a999e3b
README file for adapted python server modules
2004-07-30 12:38:12 +00:00
684ef709f5
Added python server modules to __all__
2004-07-30 12:36:00 +00:00
2e98dd09e7
These modules are taken verbatim from python 2.3 standard library,
...
and have been hacked to work with sunshine's I2P SAM Socket module.
2004-07-30 12:34:57 +00:00
6635425bbc
example_httpd.py - demo of I2P-ised Python server classes
2004-07-30 12:33:38 +00:00
16fb31b6eb
doc update
2004-07-28 04:50:44 +00:00
a1ff325b7b
Improve sendq to always send big packets for better network performance
2004-07-28 04:48:35 +00:00
56216250a7
Added doc sources (public domain)
2004-07-21 12:02:56 +00:00
bea331db26
Fixed typo (public domain)
2004-07-21 11:56:36 +00:00
bc4e833a47
Fix install path
2004-07-21 11:36:23 +00:00
5214436d18
initial import of Connelly's public domain I2P python lib
2004-07-21 07:42:29 +00:00
8603250d73
updated the readme to reference the current specs and implementations
...
removed the old out of date jython and python code
2004-07-21 06:25:44 +00:00
d7a1fee781
closing a stream multiple times shouldn't kill the SAM session (thanks for the bug report Connelly)
2004-07-18 15:02:54 +00:00
7b9db07f13
target=1.3 and source=1.3, not target=1.1 and source=1.3
...
(this is what caused the runtime errors on sun jvms but not on kaffe)
((aka i slacked and didn't test sufficiently. off with my head))
this now builds and runs fine in sun 1.3-1.5 jvms, as well as kaffe
2004-07-12 16:39:22 +00:00
09a6dbc755
FreeBSD port
2004-07-11 13:22:37 +00:00
3bc0e0fc8a
added source and target declarations for the javac commands so we can build with the 1.5^W5.0 JDK
...
(also added deprecation, since, well, we can :)
2004-07-11 04:16:59 +00:00
3cfd28de43
add a new unit test for repeated fast reconnections
2004-07-10 01:58:05 +00:00
b3632a6a35
duh
2004-07-04 01:00:04 +00:00