DuckClient Source Code Repository

This is a Mercurial repository. To get a copy, try:
hg clone http://duckclient.com/repo DuckClient
You'll probably want to follow that with
hg update v5.x

BRANCHES:

v5.x is the current active branch; it's a bugfix and minor feature branch for v5.0 and up.

default has the start of a new database-based settings infrastructure, which was in an incomplete state when I decided to EOL the project.

The quality of this code varies widely. The earliest portions were some of the first serious Javascript I wrote, and it shows. main.js in particular is quite sloppy in places. I never fully refactored it because I'm reluctant to refactor working code.

Some files that may be of particular interest:

BUILDING:

If all you want is to make an unpackaged Chrome Web App you can load in Developer Mode, run build/fetch-cacerts.sh. This will fetch the necessary CA root certificates and process them. You will need perl and curl as prerequisites.

To build the stand-alone versions, you will need node and npm. Run npm install in the repository root, to install the necessary dependencies. Then run build/build-all.sh. This will build whatever standalone binaries are supported on your platform, plus a ZIP package of the Chrome Web App.

      Name                    Last modified      Size  Description
Parent Directory - aes.js.i 2024-02-20 01:49 13K aes_cipher_suites.js.i 2024-02-20 01:49 3.0K asn1.js.i 2024-02-20 01:49 8.8K debug.js.i 2024-02-20 01:49 1.2K des.js.i 2024-02-20 01:49 5.6K forge.js.i 2024-02-20 01:49 598 form.js.i 2024-02-20 01:49 1.5K hmac.js.i 2024-02-20 01:49 1.7K http.js.i 2024-02-20 01:49 10K jsbn.js.i 2024-02-20 01:49 11K log.js.i 2024-02-20 01:49 3.5K md.js.i 2024-02-20 01:49 772 md5.js.i 2024-02-20 01:49 3.0K mgf.js.i 2024-02-20 01:49 711 mgf1.js.i 2024-02-20 01:49 1.1K oids.js.i 2024-02-20 01:49 2.5K pbkdf2.js.i 2024-02-20 01:49 1.8K pem.js.i 2024-02-20 01:49 2.7K pkcs1.js.i 2024-02-20 01:49 3.2K pkcs12.js.i 2024-02-20 01:49 8.1K pkcs7.js.i 2024-02-20 01:49 5.0K pkcs7asn1.js.i 2024-02-20 01:49 2.3K pki.js.i 2024-02-20 01:49 23K prime.worker.js.i 2024-02-20 01:49 1.8K prng.js.i 2024-02-20 01:49 3.8K pss.js.i 2024-02-20 01:49 2.4K random.js.i 2024-02-20 01:49 2.3K rc2.js.i 2024-02-20 01:49 4.0K rsa.js.i 2024-02-20 01:49 11K sha1.js.i 2024-02-20 01:49 2.9K sha256.js.i 2024-02-20 01:49 3.7K socket.js.i 2024-02-20 01:49 2.8K task.js.i 2024-02-20 01:49 6.0K tls.js.i 2024-02-20 01:49 31K tlssocket.js.i 2024-02-20 01:49 2.6K util.js.i 2024-02-20 01:49 10K xhr.js.i 2024-02-20 01:49 6.0K