Caleb James DeLisle 52f410d89b Merge branch 'master' of git://github.com/thefinn93/cjdns into next há 11 anos atrás
..
apparmor bdad794af8 added a comment for pidfile users há 11 anos atrás
bash d05e045556 This was broken by the switch to libuv spawn. há 11 anos atrás
http b6b91f8b2b Changed all instances of CJDNS (in readme-s, comments etc., not in variable names) to lowercase. há 11 anos atrás
lua 4f7773861c Merge pull request #283 from campadrenalin/bug282-cjdlua-udp há 11 anos atrás
nodejs 9f2babe4a9 Nodejs Web Admin: add navbar link:hover style há 11 anos atrás
perl b6b91f8b2b Changed all instances of CJDNS (in readme-s, comments etc., not in variable names) to lowercase. há 11 anos atrás
php 0e78b1bfb7 Merged call_noAuth with call, let the function determine path based on presence of password há 11 anos atrás
python 52f410d89b Merge branch 'master' of git://github.com/thefinn93/cjdns into next há 11 anos atrás
systemd bcc0816b34 Added an updated unit file cjdns.service for running cjdns as a systemd service há 12 anos atrás
upstart 4dd825b8f6 Upstart job: respawn cjdns if it crashes, but no more than once in 180 seconds há 11 anos atrás
README.md 41874da7f7 added python api consumer, moved non-core (admin) stuff to contrib, improved admin interface. há 12 anos atrás

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