Commit Graph

132 Commits

Author SHA1 Message Date
jrandom 7a0236ad29 2004-11-05 jrandom
* Bugfixes and unit tests for the SAM bridge to handle quoted message
      parameters, verify proper operation after multiple session lifetimes,
      as well as some synchronization problems.
    * New properties method on the DataHelper class.
    * Address a race on fast disconnecting clients
2004-11-05 10:53:40 +00:00
duck 1c95ac2470 Dont need no authentication 2004-11-03 01:34:22 +00:00
mpc 2547d4b3e7 *** empty log message *** 2004-10-30 12:41:18 +00:00
duck 669a8fae15 iterate through the dict values
(thanks dinoman)
2004-10-27 04:07:00 +00:00
mpc 4c2619d948 minor changes 2004-09-24 21:08:00 +00:00
jrandom 3bb85f2d61 add some logical exit values (useful for scripting).thanks xolo! 2004-09-23 01:05:40 +00:00
mpc bfe11110aa Trying to get around CVS stupidity 2004-08-27 01:52:30 +00:00
mpc 7881a13610 moved some files around 2004-08-27 01:29:18 +00:00
mpc aaa328950e invalid style error 2004-08-26 21:42:56 +00:00
sunshine 0ffc0a1959 Oops 2004-08-18 12:16:09 +00:00
sunshine e86032b129 Ver 0.9.1 2004-08-18 12:13:56 +00:00
sunshine 87941a0975 Removed reference to stasher 2004-08-18 11:36:08 +00:00
aum f6d8d93a1b Removed all stasher-specifics, relocated them to
i2p/apps/stasher
2004-08-14 17:19:24 +00:00
aum 130310fddd Will suffice for doco for now 2004-08-14 13:07:04 +00:00
aum 8bd312046d First alpha release of stasher, a python-based Kademlia DHT implementation
specifically created for I2P.

New Files:
 - aum.stasher - a single noderef
 - stasher - wrapper script for starting/stopping/using stasher
 - stasher.py - similar wrapper script for 'doze users
 - src/bencode.py - requisite module
 - src/i2p/stasher.py - the stasher application classes - python module

Modified Files:
 - setup.py - added code to install stasher wrapper
 - src/i2p/__init__.py - added stasher to '__all__', allowing import
2004-08-14 12:58:12 +00:00
mpc 007194d674 Check mallocs for NULL return 2004-08-11 04:39:17 +00:00
mpc 953de3f1f2 Indentation 2004-08-09 10:56:14 +00:00
mpc e1264de514 Magically fixed itself 2004-08-09 10:02:07 +00:00
sunshine 5abd2b400c Updated wiki text sources 2004-08-09 10:01:04 +00:00
mpc 2c2a103676 Some more Makefile updates 2004-08-09 09:39:20 +00:00
sunshine 39c5c830bb Added py2exe example 2004-08-06 14:41:05 +00:00
sunshine 83c8953d1b Removed debug print statements 2004-08-06 13:43:46 +00:00
sunshine 4b100a5a64 Replaced time.clock() -> time.time() (Bug on Unix) 2004-08-06 13:43:22 +00:00
sunshine b7e50e0b3a Replaced time.clock() -> time.time() (Bug on Unix) 2004-08-06 13:36:41 +00:00
mpc 6933052de7 Minor improvments to the build system 2004-08-06 01:27:53 +00:00
sunshine 1aa3e0cc5a Fixed bug in select 2004-08-04 14:35:45 +00:00
sunshine b0f8064d0d Add unit test 2004-08-04 14:35:12 +00:00
sunshine e5e85732d4 Oops, fixed one more bug 2004-08-03 09:16:53 +00:00
sunshine f97c1ef0d9 Fixed bug in recvfrom() 2004-08-03 08:51:28 +00:00
sunshine 8aa29f5340 Update Python I2P library version 0.91 by sunshine 2004-08-02 15:23:37 +00:00
jrandom 8051bfef1d remove generated doc 2004-08-02 15:22:21 +00:00
jrandom 85bc79ab1b removed generated doc 2004-08-02 15:21:05 +00:00
sunshine 97e5588184 Update Python I2P library version 0.91 by sunshine 2004-08-02 14:52:39 +00:00
sunshine e622fdc885 removed 2004-08-02 14:50:00 +00:00
sunshine 4f81e1debe Update Python I2P version 0.91 by sunshine 2004-08-02 14:47:44 +00:00
sunshine 9ccfd852d8 Updating I2P Python version 0.91 by sunshine 2004-08-02 14:44:24 +00:00
sunshine 9df57a47d5 Updated Python I2P version 0.91 by sunshine 2004-08-02 14:34:06 +00:00
sunshine f2cadb7278 bugs.txt 2004-08-02 14:07:30 +00:00
sunshine 3f6e7cb84c Updated Python I2P version 0.91 by sunshine 2004-08-02 14:06:30 +00:00
sunshine 4ed4ce8240 Updated Python I2P version 0.91 by sunshine 2004-08-02 14:00:56 +00:00
sunshine 4373956a3f Updated Python I2P version 0.91 by sunshine 2004-08-02 13:55:41 +00:00
sunshine 36fb99a00d Updated Python-I2P version 0.91 by sunshine 2004-08-02 13:51:50 +00:00
sunshine 8f5d325c4d Updated Python-I2P library 0.91 by sunshine 2004-08-02 13:50:21 +00:00
mpc 337441b8de Time for a new release 2004-08-01 06:25:56 +00:00
mpc cf7be2d601 Fixed stupid bug when pinging multiple hosts 2004-08-01 04:06:44 +00:00
aum 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
mpc 99c18396ab Some improvements to i2p-ping 2004-08-01 03:20:22 +00:00
mpc 6d5dd81066 added i2p-ping 2004-08-01 02:38:14 +00:00
mpc 29b5a7c5c2 Removed broken examples and added some more comments to warhammer 2004-08-01 00:30:25 +00:00
mpc e97e834a5b Updated warhammer example, and fixed a bug on FreeBSD 2004-07-31 23:31:02 +00:00