Ian Glen 32535a5f02 Added plist editing instructions to launchd readme vor 10 Jahren
..
apparmor bdad794af8 added a comment for pidfile users vor 11 Jahren
bash 1d06e2ad0e Backout broken change to ip6tables. vor 11 Jahren
c 7befcc638f Change 'pass' to 'password' to use the same as ~/.cjdnsadmin vor 11 Jahren
http b6b91f8b2b Changed all instances of CJDNS (in readme-s, comments etc., not in variable names) to lowercase. vor 11 Jahren
launchd 32535a5f02 Added plist editing instructions to launchd readme vor 10 Jahren
lua 4f7773861c Merge pull request #283 from campadrenalin/bug282-cjdlua-udp vor 11 Jahren
nodejs c1abc45a28 Added node.js tools for administration of cjdns vor 10 Jahren
perl 283ecec76d { error: "none" } is a success case! vor 10 Jahren
php 0e78b1bfb7 Merged call_noAuth with call, let the function determine path based on presence of password vor 11 Jahren
python 4443535cd9 Merge branch 'master' of git://github.com/jfrederickson/cjdns vor 10 Jahren
systemd ffebfd1a41 Systemd unit part of network.target vor 11 Jahren
upstart e7a44fc60e Make upstart's noBackground check even more robust vor 10 Jahren
README.md 41874da7f7 added python api consumer, moved non-core (admin) stuff to contrib, improved admin interface. vor 12 Jahren

README.md

Contrib

This is a place for code which is not officially part of cjdns but is useful as a complement. cjdns is 100% C99 licensed under the GPLv3 and has only 2 dependencies, for front-end code, this is too restrictive so there exists contrib where code can be added without concern about using other dependencies, licenses and languages.

Licensing

Non-GPLv3 free software licenses are okay, any file which is licensed under a different license should have an additional file created in the same directory with the name of the file followed by .LICENSE.txt with it's license so that it is clear, for example: jssha256.js.LICENSE.txt in the same directory as jssha256.js