Age | Commit message (Collapse) | Author |
|
|
|
Worked on watchPeers.
A fix for Safari.
plugin.jar seems to have moved.
|
|
|
|
Fixed ProtectionDomain on compiled classes.
The applet repl is now in the applet's namespace.
Created *applet* so the repl can refer to the applet.
Renamed in to write, IE8 didn't like "in".
|
|
The clojure-1.2.0.jar contains a hack to fix the
ContextClassLoader.
|
|
Fixed bug with incoming TCP connections and the sessions map.
|
|
|
|
Successfully negotiates outgoing connections, incoming should work also.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Network load should correspond to the selector-continuations-queue.
Removed some overzalous use of the exception-m monad.
|
|
|
|
Replaced conditional with m-when. Embraced parser.clj with with-monad.
Discovered str function is useful for formatting strings.
|
|
|
|
readable.
|
|
|
|
This is a better method to use for core-encrypted-messages.
|
|
|
|
|
|
|
|
the clojure editor in eclipse. Re-wrote generate-aes-key! using
javax.crypto.KeyGenerator.
|
|
Better RNG security.
|
|
|
|
Fixed encode-rsa-public-key, optimized parse-rsa-public-key.
Using clojure.test for tests, added generate-kblock-key test.
|
|
in order to resolve a identity/value confusion.
|
|
Several changes in the interface between transport and protocol layers.
We now correctly add peer info learned from incoming non-HELLO messages because
we need it for sending out PONGs more correctly.
Removed half-implemented "connect" code.
|
|
|
|
|
|
|
|
Starting code for address validation. UDP message sending working!
|
|
|
|
|
|
|
|
|
|
|
|
first.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will have addresses to consume.
|
|
|
|
|