An open API service providing commit metadata for open source projects.

GitHub / hyperboria/python-cjdns / commits

SHA Message Author Date Stats
a9ae5d6d merge Merge pull request #13 from hyperboria/logging Finn <f****n@f****o>
Committed by: GitHub <n****y@g****m>
over 9 years ago
74f6bd6e merge Merge branch 'master' into logging Finn <f****n@f****o> over 9 years ago
9e113fb5 Update log type when we receive unparsable bencoded data to be error instead ... Finn <f****n@f****o> over 9 years ago
8e1f3c94 merge Merge pull request #12 from hyperboria/exceptions Finn <f****n@f****o>
Committed by: GitHub <n****y@g****m>
over 9 years ago
be8f92fe Fix line size issue Finn <f****n@f****o> over 9 years ago
285fe90c use python logger instead of print statements for the main cjdns file Finn <f****n@f****o> over 9 years ago
a12005fb Impliment proper exceptions Finn <f****n@f****o> over 9 years ago
b2440e14 merge Merge pull request #11 from hyperboria/codestyle Finn <f****n@f****o>
Committed by: GitHub <n****y@g****m>
about 10 years ago
a0d9961e merge Merge branch 'master' into codestyle Finn <f****n@f****o> about 10 years ago
60346672 merge Merge branch 'master' of github.com:hyperboria/python-cjdns Finn <f****n@f****o> about 10 years ago
f2ae5fef Remove python 3.2 from the travis file as well Finn <f****n@f****o> about 10 years ago
92f62091 Clean up some minor codestyle issues Finn <f****n@f****o> about 10 years ago
4bc6d49a Add Python 3.5
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> about 10 years ago
3275863d Remove Python 3.2 dependency Finn <f****n@f****o> about 10 years ago
5379f498 Update version to 0.2.4
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> about 10 years ago
ce0dbb29 setup.py: Add missing requires
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> about 10 years ago
6f1fae4e peerStats: Use key_utils.to_ipv6
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> about 10 years ago
4cb04e8f README.rst: Fix monospace tags
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
fba4f1ad README.rst: Use proper code blacks for syntax highlighting
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
a36df606 README.rst: Mark all code blocks appropriately
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
a8785df2 setup.py: add bugtracker_url entry
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
028e0c6f README.rst: Fix link syntax
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
65374fac Release 0.2.3
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
8d020509 README.rst: Link PyPi badge to cjdns
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
30ed951a README: Migrate to rST
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
ea3197d5 setup.py: Bump version
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
736bee88 README: Point to key_utils for to_ipv6
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
674b05a1 key_utils: Fix relative base32 import
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
a6e853ab admin_tools: Add whoami helper function
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
d33071f0 Add flake8 settings to tox.ini
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
dff45bd8 key_utils: Rename get_ipv6 to to_ipv6
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
732329a5 cjdns: Remove old PublicToIp6 helper in favour of key_utils
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
6b5fe1b4 key_utils: add get_ip6 function to get IP from key
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
1f7d1091 Add custom cjdns' custom base32 decoder
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> almost 11 years ago
5e38f1b5 bencode: Only add dict entries if bencoded correctly Johannes Löthberg <j****s@k****m> about 11 years ago
d40b3342 bencode: Use 'key in obj` instead of `obj[key]` in if Johannes Löthberg <j****s@k****m> about 11 years ago
4bfb2287 merge Merge pull request #7 from hyperboria/rename-package Johannes Löthberg <j****s@k****m> about 11 years ago
ad0fd66f Fix tests with renamed package Johannes Löthberg <j****s@k****m> about 11 years ago
3ee12186 Rename python package to cjdns Johannes Löthberg <j****s@k****m> about 11 years ago
53fe8488 merge Merge pull request #6 from kyrias/fix-encoding-optional-args Johannes Löthberg <j****s@k****m> about 11 years ago
e24caa61 bencode: Add license text Johannes Löthberg <j****s@k****m> about 11 years ago
d7b2cab6 re-re-re-fixed Travis links Finn <f****n@f****o> about 11 years ago
7d444fba bencode: Skip empty strings
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> about 11 years ago
8fe17c81 Fixed travis URL Finn <f****n@f****o> about 11 years ago
67572934 Updated stuff to reflect new repo location Finn <f****n@f****o> about 11 years ago
b049d1f1 merge Merge pull request #3 from kyrias/default-creds Johannes Löthberg <j****s@k****m> about 11 years ago
8c7d586a Increase allowable line length to 100 columns Johannes Löthberg <j****s@k****m> about 11 years ago
619ec4d6 merge Merge pull request #2 from kyrias/cjdnsadmin-path Finn <f****n@f****o> about 11 years ago
42f707ab Add support for default admin credentials Johannes Löthberg <j****s@k****m> about 11 years ago
fe40b41c Give cjdnsadminmaker.py the full path to the cjdnsadmin ile Johannes Löthberg <j****s@k****m> about 11 years ago
aaed3ff5 merge Merge pull request #1 from kyrias/test-fix Finn <f****n@f****o> about 11 years ago
9f401403 test/cjdns: update path to cexec script
Signed-off-by: Johannes Löthberg <j****s@k****m>
Johannes Löthberg <j****s@k****m> about 11 years ago
3be00bf3 wow such docstrings Finn <f****n@f****o> over 11 years ago
b96fac96 Added license info to al files, updated the readme and added cexec to the pep... Finn <t****3@t****m> over 11 years ago
e3e346ad cexec Finn <t****3@t****m> over 11 years ago
23228e6b Allow user to specify whether or not to convert public keys into IPs or not Finn <t****3@t****m> over 11 years ago
b9122025 Show version in peerstats Finn <t****3@t****m> over 11 years ago
7d92cec6 Added pep8 compliance, then testing for it Finn <t****3@t****m> over 11 years ago
ac0a3a15 Created a peerStats util, and set it up to be added to the $PATH Finn <t****3@t****m> over 11 years ago
e08bbe02 Added docstrings and some other cleanups for pylint Finn <t****3@t****m> over 11 years ago
60bba958 Added a webhook for travis Finn <t****3@t****m> over 11 years ago
91dc8e11 Minor cleanups, bumped version number and pushed to pypi Finn <t****3@t****m> over 11 years ago
80b9d0c9 Holy shit it works on python2! Finn <t****3@t****m> over 11 years ago
66bbb444 little things Finn <t****3@t****m> over 11 years ago
76c3a9a5 Durr minor fixes to the cjdns installer Finn <t****3@t****m> over 11 years ago
7bd39622 Meld Tox and Travis nicely (hopefully) Finn <t****3@t****m> over 11 years ago
6d5345fb Read some docs, maybe this'll make the tests run Finn <t****3@t****m> over 11 years ago
4720d00c Removed some python versions that apparently aren't in the repos Finn <t****3@t****m> over 11 years ago
a1e58921 Testing tests Finn <t****3@t****m> over 11 years ago
6011ef37 added build/ to gitignore Finn <t****3@t****m> over 11 years ago
35d2d5b2 Bump'd the version Finn <t****3@t****m> over 11 years ago
33b9beea Forgot to remove before my previous commit Finn <t****3@t****m> over 11 years ago
12559058 Added a PublicToIp6() function Finn <t****3@t****m> over 11 years ago
7e9318c2 Bumped the version in pypi Finn <t****3@t****m> over 11 years ago
13fd0414 Missed a next Finn <t****3@t****m> over 11 years ago
37c8ee3d Fixing up more things for landscape.io Finn <t****3@t****m> over 11 years ago
8de3777d Cleaned up some stuff for landscape.io Finn <t****3@t****m> over 11 years ago
9623c025 the main function was calling eval() which was pissng off pylint/landscape.io Finn <t****3@t****m> over 11 years ago
81ace720 removed unused import, import Queue in such a way that it works on python 2 a... Finn <t****3@t****m> over 11 years ago
0c1bc61b Fixed up packaging Finn <t****3@t****m> over 11 years ago
8b7a0943 Apparently alpha versions are a bitch to install Finn <t****3@t****m> over 11 years ago
955768e5 Added a setup.py file, gitignore'd some dist stuff Finn <t****3@t****m> over 11 years ago
8f619c2e Removed debugging output, unused/commented code Finn <t****3@t****m> over 11 years ago
faf79ff9 merge Merge branch 'master' of github.com:thefinn93/cjdnsadmin Finn <t****3@t****m> over 11 years ago
0ec0cf2b Initial commit Finn <f****n@f****o> over 11 years ago
02eca46b Replaces bencode library with a shorter, easier to read one from I found on t... Finn <t****3@t****m> over 11 years ago
8f220d8e Log all data that gets bencoded and bdecoded as it happens for debugging Finn <t****3@t****m> over 11 years ago
9367e59d Apprently python 3 is really into byte arrays... Finn <t****3@t****m> over 11 years ago
01752b64 Made bencode.py work with python3 Finn <t****3@t****m> over 11 years ago
d25a5fb4 Removed some unused dependencies, added some stuff to make it nearly 100% pep... Finn <t****3@t****m> over 11 years ago
bdb83635 Added some files, mostly imported from cjdns's contrib/python/cjdnsadmin folder Finn <t****3@t****m> over 11 years ago

← Back to repository