1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 21, 2025 — Sep 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
review note for sitemgr.py and namesite. More... over 13 years ago
Can now actually raise Hell(). More... over 13 years ago
whitespace adaption. More... over 13 years ago
use the pseudopythonparser in the namesite load, too. More... over 13 years ago
added comment. More... over 13 years ago
use pythonpseudoparser instead of exec in freesitemgr. More... over 13 years ago
fixed python vs. json issues. More... over 13 years ago
Added a parser for config files in simplified python syntax to avoid exec calls.. More... over 13 years ago
reviewed xmlobject.py and xmlrpc.py. Both look good. More... over 13 years ago
use 127.0.0.1 as test server, not 10.0.0.1 (because that does not always work) More... over 13 years ago
a == None → a is None. That’s faster. More... over 13 years ago
a == None → a is None More... over 13 years ago
Reviewed everything in fcp/ except for sitemgr.py, xmlobject.py and xmlrpc.py More... over 13 years ago
read node.py, Disabled an unsafe exec. More... over 13 years ago
avoid some slow tests More... over 13 years ago
added test for get() More... over 13 years ago
added tests for genchk More... over 13 years ago
more elegant check for hasPeer - thanks to Thynix More... over 13 years ago
some put tests, not yet all of them working. More... over 13 years ago
safe tempdir again More... over 13 years ago
put plan More... over 13 years ago
added basic tests for node._submitCmd More... over 13 years ago
basic test for fcpPluginMessage More... over 13 years ago
prepared doctests for the actual node - and already added the tests for genkey. More... over 13 years ago
clean detection of private keys by actually parsing the extra key part. More... over 13 years ago
doctests for sockettimeout More... over 13 years ago
fix: number of successfull tests was *16 More... over 13 years ago
minor renicing. More... over 13 years ago
added base30 numbers to the test success output. More... over 13 years ago
tested verbosity setting More... over 13 years ago